Developer Documentation

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

NameDescription
Media
Effect
IsCreated
VoiceActivityEnabled
VoiceActivityAttackThresholdIdicates the vad attack probability setting in NativeBindings
VoiceActivityReleaseThresholdIdicates the vad release probability setting in NativeBindings
VolumeGateEnabled
VolumeGateAttackThresholdIdicates the gate attack loudness setting in NativeBindings
VolumeGateReleaseThresholdIdicates the gate release loudness setting in NativeBindings

Public Methods

NameDescription
UpdateConfig
ResetEffect
GetMedia
GetEffect