Type alias AudioCodec

AudioCodec: {
    samplerate: number;
    type: string;
}

Type declaration

  • samplerate: number
  • type: string

Deprecated

replaced by AudioStreamingCodec