IOdinAudioStats
On this page
export interface IOdinAudioStats
Interface describing encoder/decoder statistics from the audio worker.
Properties
Name | Type | Description |
---|---|---|
decoder | {avg_decode_time: number, cache_length: number, jitter: number, packets_dropped: number, packets_lost: number, packets_processed: number} | Internal Opus decoder statistics. |
encoder | {avg_encode_time: number, cbr: boolean, complexity: number, fec: boolean, packet_loss: number, voip: boolean} | Internal Opus encoder statistics. |