AudioFormat constructor

const AudioFormat({
  1. int sampleRate = 16000,
})

Implementation

const AudioFormat({this.sampleRate = 16000});