AudiooPy
Audio manager in Python Object-Oriented Programming
...It processes audio at the frame level, working with signed integer samples of 8, 16, or 32 bits, stored in byte-like objects.
Key features include:
- Reading and writing WAV files using Python's standard library.
- A scientifically validated method for automatically detecting sound segments in speech.
- Manipulation of raw audio data.
- Audio mixing capabilities.
- Automated computation of statistical descriptors for audio data.
- Channel extraction.
- Channel mixing.
AudiooPy is entirely self-contained and does not rely on any external libraries.
<https://img.shields.io/pypi/v/AudiooPy>