You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Parameters for stop-method of AudioToTextRecorder:
backdate_stop_seconds (float, default=0.0):
Description: Specifies the number of seconds to backdate the stop time when ending a recording.
Usage: When invoking stop() due to a wake word detection or a speaker diarization change event, this parameter compensates for any latency, ensuring that only relevant audio is included in the recording and transcription.
backdate_resume_seconds (float, default=0.0):
Description: Specifies the number of seconds to backdate the resume time when restarting listening after a recording has stopped.
Usage: Typically set to the same value as backdate_stop_seconds, this parameter allows for fine-tuning.