TsgcAIOpenAIChatBot › Events › OnAudioStart
Fires when the AudioRecorder begins capturing microphone audio.
__property TsgcOpenAIAudioStart OnAudioStart;
// typedef void __fastcall (__closure *TsgcOpenAIAudioStart)(TObject * Sender);
—
Raised right after Start (or the auto-restart triggered by camoAuto) has asked the AudioRecorder to begin recording. Use it to update the UI with a “listening” indicator or to mute other audio sources. The event carries no payload — query AudioRecorder.RecorderOptions for the filename being written.