ChatVoiceParam constructor
- ChatVoiceFormat format = ChatVoiceFormat.pcm,
- int? sampleRate,
- int? bitsPerSample,
- int? channels,
创建语音文件参数。
Implementation
ChatVoiceParam({
this.format = ChatVoiceFormat.pcm,
this.sampleRate,
this.bitsPerSample,
this.channels,
});