Skip to main content
View module source on GitHub

is_silence

Detects if the given PCM16 byte buffer is mostly silence. Arguments: Returns:

pcm16_to_wav_bytes

Convert PCM-16 audio data to WAV format bytes. Arguments: Returns:

make_object_serializable

Convert any Python object into a JSON-serializable format while preserving as much information as possible about the original object. Arguments: Returns: A JSON-serializable representation of the object