skillfed

audioop-lts

LTS Port of Python audioop

audioop-lts v0.2.2 9.3M downloads/30d#1,545 on PyPI
Permissive license PSF-2.0 AGING released

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-lts

uv

uv add audioop-lts

poetry

poetry add audioop-lts

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: Implementation :: CPython

Tags

audio signal processingaudioop replacementaudio format conversionaudio sample manipulationremoved stdlib audio moduleaudio processing library
audio-processingstdlib-backport

More Graphics packages