TsgcAudioRecorderMCI
This component is used to capture the microphone audio and store it in a wave file. Currently only Windows is supported.
Properties
- RecorderOptions
- FileName: the full filename where the wave file will be stored.
- Mode: how the audio is 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 it detects that no one is 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.