๐Ÿ“ฆ AstralScribe / python-audio

Includes the audioop library, which was removed from Python 3.13 as a battery.

โ˜… 5 stars โ‘‚ 0 forks ๐Ÿ‘ 5 watching
๐Ÿ“ฅ Clone https://github.com/AstralScribe/python-audio.git
HTTPS git clone https://github.com/AstralScribe/python-audio.git
SSH git clone git@github.com:AstralScribe/python-audio.git
CLI gh repo clone AstralScribe/python-audio
Mayank Sinha Mayank Sinha Building for v3.14 07cbf05 3 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ lib
๐Ÿ“ src
๐Ÿ“ tests
๐Ÿ“„ .gitignore
๐Ÿ“„ .gitmodules
๐Ÿ“„ .python-version
๐Ÿ“„ CMakeLists.txt
๐Ÿ“„ Dockerfile
๐Ÿ“„ MANIFEST.in
๐Ÿ“„ pybind11
๐Ÿ“„ pyproject.toml
๐Ÿ“„ README.md
๐Ÿ“„ setup.py
๐Ÿ“„ README.md

python-audio

This package is desgined to replace the deprecated audioop package. Future plan is to make it a one-stop solution for anything audio related for python.

How to use?

Install using one of the methods below.

pip install git+https://github.com/AstralScribe/python-audio.git

pip install python-audio

Available features:

  • All functionality of audioop has been implemented except three functions ratecv, adpcm2lin, lin2adpcm.
  • To use the package just replace import audioop with import audio.op as audioop