Our new developer documentation is now available. Please check it out!
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, packets_invalid: number, packets_lost: number, packets_processed: number, packets_repeated: number, packets_seen: number, packets_too_early: number, packets_too_late: number, rewinds: number} | Internal Opus decoder statistics. |
encoder | {avg_encode_time: number, complexity: number, complexity_factor: number, fec: boolean, fec_packet_loss: number, voip: boolean} | Internal Opus encoder statistics. |