AudioRendererOptions constructor
- int sampleRate = 24000,
- int channels = 1,
- AudioFormat format = AudioFormat.Int16,
Implementation
const AudioRendererOptions({
this.sampleRate = 24000,
this.channels = 1,
this.format = AudioFormat.Int16,
});
const AudioRendererOptions({
this.sampleRate = 24000,
this.channels = 1,
this.format = AudioFormat.Int16,
});