TsgcAudioRecorderMCI
This component is used to capture the microphone audio and store in a wave file. Currently only windows is supported.
Properties
- RecorderOptions
- FileName: the full filename where the wave file will be stored.
- Mode: how is the audio captured:
- camoManual: requires the user to Start/Stop the audio recorder to set the start and end of the wave file.
- CamoAuto: the component automatically stops capturing audio when detects there is no one speaking.
- MCIOptions
- LevelMin: this is the minimum level where the component will start/stop to record the audio.
- StopAfter: number of seconds after the audio capturing will be stopped if no audio is detected.