IatAudioParams constructor

IatAudioParams({
  1. int? sampleRate = 16000,
  2. String? dwa = 'wpgs',
  3. String? tag,
})

Implementation

IatAudioParams({
  this.sampleRate = 16000,
  this.dwa = 'wpgs',
  super.tag,
}) : super(dataType: DataType.audio);