Python bindings to the libopus, IETF low-delay audio codec
Project Links
Meta
Author: kalicyh
Requires Python: >=3.10
Classifiers
Development Status
- 4 - Beta
Intended Audience
- Developers
License
- OSI Approved :: BSD License
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
Topic
- Multimedia :: Sound/Audio :: Conversion
- Software Development :: Libraries
python-opus
Python bindings to the libopus, IETF low-delay audio codec.
Installation
pip install opuslib-next
Usage
The API remains compatible with the original opuslib, but the package name is now opuslib_next.
import opuslib_next
Development
This project now uses a standard pyproject.toml and can be managed with uv.
uv sync --dev
uv run pytest
uv run python benchmarks/compare_versions.py --baseline-version 1.1.5
uv build
uv publish
If you publish to PyPI, configure credentials first, for example with UV_PUBLISH_TOKEN or uv auth.
About the Fork
The original opuslib is no longer actively maintained. This fork keeps the package working on newer Python versions and accepts fixes.
1.3.0
Jun 15, 2026
1.2.0
Jun 15, 2026
1.1.7
Jun 15, 2026
1.1.6
Mar 16, 2026
1.1.5
Aug 30, 2025
1.1.4
Apr 23, 2025
1.1.3
Apr 23, 2025
1.1.2
Feb 18, 2025
1.1.1
Feb 18, 2025
1.0.1
Feb 18, 2025
1.0.0
Feb 18, 2025
Wheel compatibility matrix
Files in release
No dependencies