Babycat Python API Documentation¶
This page shows the public API of the Python babycat
package.
Submodules¶
babycat.batch: Functions for batched multithreaded decoding of multiple audio files.
babycat.exceptions: All Babycat Python exception classes.
babycat.resample_mode: Named constants for each Babycat resampling model.
Classes¶
babycat.Waveform: Handles decoding audio into a 32-bit floating point waveform.
babycat.WaveformNamedResult: A wrapper class that holds either a babycat.Waveform or a Python exception.
babycat.NumPyNamedResult: A wrapper class that holds either a NumPy array or a Python exception.