VoiceSessionConfig constructor

const VoiceSessionConfig({
  1. double silenceDuration = 1.5,
  2. double speechThreshold = 0.03,
  3. bool autoPlayTTS = true,
  4. bool continuousMode = true,
})

Implementation

const VoiceSessionConfig({
  this.silenceDuration = 1.5,
  this.speechThreshold = 0.03,
  this.autoPlayTTS = true,
  this.continuousMode = true,
});