AudioEvent
Module: Inworld.AI. Namespace: Inworld.
This is the data structure for hosting the UnityEvents related by AudioCapture.
Inspector Variables
Variable | Description |
---|---|
onStartCalibrating | Triggered when AudioCapture begins calibrating, sampling background noises. |
onStopCalibrating | Triggered when AudioCapture stops calibrating, collected the background SNR data. |
onRecordingStart | Triggered when the microphone begins recording. |
onRecordingEnd | Triggered when the microphone stops recording. |
onPlayerStartSpeaking | Triggered when player begins speaking. |
onPlayerStopSpeaking | Triggered when player stops speaking. |
API
Function | Description | Parameters |
---|---|---|
RemoveAllEvents | Remove all the registered events. |