Written by Matt C. McCallum.
A number of reusable Python audio signal processing functions I use in my code.
The current responsibilities of this module include:
- Accessors for media files
- Media file conversion functions
- Signal processing analysis algorithms, math, filters
Everything is in the usual requirements.txt file.
There may be a complication with PyAudio if portaudio is not installed.
Note that this module also depends on this url library, not available from regular PyPi servers.
You'll need ffmpeg if you want to read mp3 files.
This is currently intended to be used as a git submodule:
git submodule add https://github.com/MCMcCallum/sigtools
Alternatively, once I need the convenience I'll probably write a distutils setup.py
for this module.