AudiooPy stands for "Audio Manager in Python Object-Oriented Programming."
This library provides a range of useful operations for sound files and audio fragments. 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>
Features
- Audio read
- Audio write
- Audio mix
- Audio convert
- Audio extract
- Detect speech segments