AudioContextConfig constructor

AudioContextConfig({
  1. bool forceSpeaker = true,
  2. bool duckAudio = false,
  3. bool respectSilence = false,
  4. bool stayAwake = true,
})

Implementation

AudioContextConfig({
  this.forceSpeaker = true,
  this.duckAudio = false,
  this.respectSilence = false,
  this.stayAwake = true,
});