AudioRecorderService constructor

AudioRecorderService({
  1. int sampleRate = 16000,
  2. int numChannels = 1,
})

Implementation

AudioRecorderService({
  this.sampleRate = 16000,
  this.numChannels = 1,
});