Structs§
- Audio
Data - Audio file data with metadata
Functions§
- generate_
wav_ header - Generate a WAV header for PCM audio data
- get_
audio_ file_ extension - Get the appropriate file extension based on the detected or specified format
- is_
likely_ pcm - Detect if audio data is likely PCM format
- pcm_
to_ wav - Convert PCM audio data to WAV format
- process_
audio_ file - Process an audio file and return base64 encoded data
- process_
audio_ url - Process an audio URL and return base64 encoded data