opuslib-next 1.3.0


pip install opuslib-next

  Latest version

Released: Jun 15, 2026


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.

Wheel compatibility matrix

Platform Python 3
any

Files in release

No dependencies