audioop-lts
LTS Port of Python audioop
What it is and what it does
audioop-lts is a long-term support port of the `audioop` module, which was deprecated in version 3.11 and removed in 3.13. The module provides low-level audio processing functions for manipulating raw audio samples—operations like mixing, format conversion, and signal analysis that were previously available in the standard library. Since the module was removed, projects that depend on it need an external package to continue functioning.
The package is designed as a drop-in replacement: you import it the same way and call the same functions. It has no runtime dependencies and is distributed as pre-compiled wheels for most major platforms and architectures. The main constraint is the hard requirement for supported versions—it will not install or run on earlier versions, so you should use environment markers in your dependency declaration to avoid installation attempts on unsupported versions.
Use it for:
- Migrate code that used the removed `audioop` module without rewriting audio processing logic.
- Perform basic audio sample operations like mixing, format conversion, or amplitude analysis.
- Support legacy audio tools or libraries that depend on `audioop` functions when upgrading.
- Prototype audio signal manipulation without external audio libraries.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides the `audioop` module for Python 3.13+, restoring audio processing functions that were removed from the standard library.
Yes, if you need `audioop` functions on supported versions. It is a straightforward, permissively licensed restoration of a removed standard library module with no dependencies. However, the aging maintenance status (374 days since last release) means you should monitor it for compatibility issues. Use environment markers to avoid installation on unsupported versions.
Install
audioop-lts on PyPI
pip
pip install audioop-ltsuv
uv add audioop-ltspoetry
poetry add audioop-ltsInstalling audioop-lts
Before you install
Medium install friction due to compiled wheels across multiple platforms. Maintenance status is aging—last release was 374 days ago—so expect slower response to issues or compatibility updates.
License in practice
Licensed under PSF-2.0 (permissive), allowing free use, modification, and distribution with minimal restrictions.
Quickstart
pip install audioop-lts
import audioop
# Process audio samples
result = audioop.add(fragment1, fragment2, width)
Requires Python 3.13 or greater; will not function on earlier versions.
Verify before relying
- Feature parity with the original removed `audioop` module—whether all functions and behavior are fully preserved.
- Whether this package will continue to receive updates as newer versions release.
- Specific audio processing functions available and their exact behavior.
Package facts
| License | PSF-2.0 (permissive) |
| Python support | supports the current Python release (>=3.13) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | aging — 374 days since the last release |
| First released | |
| Downloads | 9,319,723/month — #1,545 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: audioop_lts-0.2.2-cp313-abi3-macosx_10_13_universal2.whl; audioop_lts-0.2.2-cp313-abi3-macosx_10_13_x86_64.whl; audioop_lts-0.2.2-cp313-abi3-macosx_11_0_arm64.whl; audioop_lts-0.2.2-cp313-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl; audioop_lts-0.2.2-cp313-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl; audioop_lts-0.2.2-cp313-abi3-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl; audioop_lts-0.2.2-cp313-abi3-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl; audioop_lts-0.2.2-cp313-abi3-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl; audioop_lts-0.2.2-cp313-abi3-musllinux_1_2_aarch64.whl; audioop_lts-0.2.2-cp313-abi3-musllinux_1_2_ppc64le.whl; audioop_lts-0.2.2-cp313-abi3-musllinux_1_2_riscv64.whl; audioop_lts-0.2.2-cp313-abi3-musllinux_1_2_s390x.whl; audioop_lts-0.2.2-cp313-abi3-musllinux_1_2_x86_64.whl; audioop_lts-0.2.2-cp313-abi3-win32.whl; audioop_lts-0.2.2-cp313-abi3-win_amd64.whl; audioop_lts-0.2.2-cp313-abi3-win_arm64.whl; audioop_lts-0.2.2-cp313-cp313t-macosx_10_13_universal2.whl; audioop_lts-0.2.2-cp313-cp313t-macosx_10_13_x86_64.whl; audioop_lts-0.2.2-cp313-cp313t-macosx_11_0_arm64.whl; audioop_lts-0.2.2-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Tags
More Graphics packages
Pillow adds image processing capabilities to…
permissive · top 100 on PyPI
fonttoolsfonttools manipulates font files in multiple…
permissive · top 1,000 on PyPI
matplotlib-inlineEnables matplotlib figures to display inline…
permissive · top 1,000 on PyPI
pymupdfPyMuPDF extracts, renders, converts, and…
agpl · top 1,000 on PyPI
pypdfium2pypdfium2 is a Python binding to PDFium that…
permissive · top 1,000 on PyPI
altairAltair is a declarative Python library for…
permissive · top 1,000 on PyPI
standard-sunauProvides the sunau module, a standard library…
permissive · top 5,000 on PyPI
descript-audiotoolsProvides object-oriented audio signal handling…
permissive · top 15,000 on PyPI
pydubPydub provides a high-level Python interface…
permissive · top 5,000 on PyPI
audiomentationsAudiomentations applies randomized audio…
permissive · top 15,000 on PyPI
sgmllib3kA Python 3 port of the deprecated stdlib…
permissive · top 5,000 on PyPI
standard-chunkProvides the chunk module, a removed Python…
permissive · top 5,000 on PyPI
descript-audio-codecCompresses audio into discrete codes at 8 kbps…
permissive · top 15,000 on PyPI
dep-logicPerforms logical operations (AND, OR) on PEP…
permissive · top 5,000 on PyPI
audiolabaudiolab loads, processes, and saves audio…
permissive · top 15,000 on PyPI