Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Utility functions and helpers for Logger integration.
def is_silence(pcm_bytes, threshold=500, min_silence_ratio=0.95)
pcm_bytes
threshold
min_silence_ratio
bool
def pcm16_to_wav_bytes(pcm_bytes: bytes, num_channels: int = 1, sample_rate: int = 24000) -> bytes
num_channels
sample_rate
bytes
def make_object_serializable(obj: Any) -> Any
obj
Was this page helpful?