Python bindings to the libopus, IETF low-delay audio codec
The usage remains the same as the original opuslib, except that now the library is called opuslib_next. You can install it using:
pip install opuslib-nextAfter installation, you can import and use it like before:
import opuslib_next
# your code hereSince the original author of opuslib has not maintained or updated the library for a long time, I decided to fork and update it to fix issues.
If you want to contribute, please follow the pep8 guideline and include tests.