Python bindings for the Uh!ive APIs
Project description
Uh!ive Python SDK
The Uh!live Python SDK provides convenient access to the Uh!live API from applications written in the Python language.
Read the full documentation.
Requirements
Installation from source
Install with pip install .[examples]
to install the the library and all the dependencies necessary to run the examples.
Installation from Pypi
pip install uhlive
Audio files
To play with the examples, you should have a raw audio file. This raw audio file should be in the proper format. This can be done using a source audio file in wav format using the following command:
sox audio_file.wav -t raw -c 1 -b 16 -r 8k -e signed-integer audio_file.raw
Usage
See the README.md
in each of the example folders.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uhlive-1.4.0.tar.gz
(16.8 kB
view hashes)
Built Distribution
uhlive-1.4.0-py3-none-any.whl
(18.4 kB
view hashes)