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.
Install using one of the methods below.
pip install git+https://github.com/AstralScribe/python-audio.git
pip install python-audio
- All functionality of audioop has been implemented except three functions
ratecv, adpcm2lin, lin2adpcm
.- To use the package just replace
import audioop
withimport audio.op as audioop
- To use the package just replace