Class AudioRecorder
Default implementation of the audio recorder. You have to call StartRecording() to start recording audio. After that, you can call StopRecording() to stop the recording and get the recorded audio clip. The recorded audio clip will be trimmed to remove silence at the beginning and end.
Inherited Members
Namespace: Glitch9.IO.Audio
Assembly: Glitch9.IO.dll
Syntax
public class AudioRecorder : AudioRecorderBase
Constructors
| Edit this page View SourceAudioRecorder(AudioRecorderSettings, ILogger)
Declaration
public AudioRecorder(AudioRecorderSettings settings = null, ILogger logger = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AudioRecorderSettings | settings | |
| ILogger | logger |