LTS Port of Python audioop
Project Links
Meta
Maintainer: AbstractUmbra
Requires Python: >=3.13
Classifiers
Development Status
- 4 - Beta
Intended Audience
- Developers
Natural Language
- English
Operating System
- OS Independent
Programming Language
- Python :: 3.13
- Python :: 3.14
- Python :: Implementation :: CPython
audioop
An LTS port of the Python builtin module audioop
which was deprecated since version 3.11 and removed in 3.13.
This project exists to maintain this module for future versions.
Using this project
[!WARNING] This module only functions at Python versions of 3.13 or greater due to being removed in this version.
As such, you can conditionally add this project to your dependencies:
pip-requirements
audioop-lts; python_version>='3.13'
Poetry-pyproject
[tool.poetry.dependencies]
audioop-lts = { version = "...", python = "^3.13" }
Relevant documentation is here, or alternatively use markers
pdm-pyproject / uv-pyproject / hatch-pyproject
[project]
dependencies = [
"audioop-lts; python_version >= '3.13'",
]
Pipenv-pipfile
[packages]
audioop-lts = { version = "...", markers = "python_version >= 3.13" }
Wheel compatibility matrix
Files in release
No dependencies