Our new developer documentation is now available. Please check it out!
OdinAudioReader
public class OdinAudioReader : MonoBehaviour
Handles audioclip input data and sends input to ODIN
This convenient class gathers input audio data from Unity to pass the data with OdinAudioReader event to other components.
Properties
Name | Description |
---|---|
RedirectInputAudio | Skips registered PushAudio |
SilenceInputAudio | Zero out the event audio buffer. |
ContinueRecording | |
InputClip | |
CustomInputVolumeScale | |
InputVolumeScale | |
OnAudioData |