AudiooPy
Audio manager in Python Object-Oriented Programming
AudiooPy stands for "Audio manager in Python Object-Oriented Programming".
It contains some useful operations on sound files and sound fragments. It operates on sound frames, meaning they consist of signed integer samples 8, 16, or 32 bits wide, stored in bytes-like objects.
Among others, it allows the followings:
- Audio reader/writer for wav -- based on Python standard library
- Manipulate raw audio data
- Audio mixer
- Automated calculation of statistical descriptors for audio data...