OdinVadComponent
public class OdinVadComponent : MonoBehaviour, IOdinEffect
VoiceActivity component for Media
This class provides configuration for the native implemented voice detection. Supports speech recognition and/or a volume threshold.
Properties
Name | Description |
---|---|
Media | |
Effect | |
IsCreated | |
VoiceActivityEnabled | |
VoiceActivityAttackThreshold | Idicates the vad attack probability setting in NativeBindings |
VoiceActivityReleaseThreshold | Idicates the vad release probability setting in NativeBindings |
VolumeGateEnabled | |
VolumeGateAttackThreshold | Idicates the gate attack loudness setting in NativeBindings |
VolumeGateReleaseThreshold | Idicates the gate release loudness setting in NativeBindings |
Public Methods
Name | Description |
---|---|
UpdateConfig | |
ResetEffect | |
GetMedia | |
GetEffect |