DatasetChatAudioFormat constructor

const DatasetChatAudioFormat({
  1. String type = 'audio/pcm',
  2. int? sampleRate = 24000,
  3. int? bitrate,
})

Implementation

const DatasetChatAudioFormat({this.type = 'audio/pcm', this.sampleRate = 24000, this.bitrate});