TsgcAIOpenAIChatBot › Methods › Start
Starts microphone recording through the attached AudioRecorder.
void __fastcall Start();
Delegates to AudioRecorder.Start and raises OnAudioStart once capture begins. Requires a non-nil AudioRecorder. When AudioRecorder.RecorderOptions.Mode = camoAuto, the ChatBot calls Start automatically after each TextToSpeech playback to create a continuous voice loop.