Skip to content

kalicyh/opuslib-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python bindings to the libopus, IETF low-delay audio codec

Resources

License

Stars

Watchers

Forks

Contributors