VADConfiguration constructor

const VADConfiguration({
  1. double energyThreshold = 0.015,
  2. int sampleRate = 16000,
  3. double frameLength = 0.1,
  4. bool enableAutoCalibration = false,
  5. double calibrationMultiplier = 2.0,
})

Implementation

const VADConfiguration({
  this.energyThreshold = 0.015,
  this.sampleRate = 16000,
  this.frameLength = 0.1,
  this.enableAutoCalibration = false,
  this.calibrationMultiplier = 2.0,
});