Our new developer documentation is now available. Please check it out!
OdinEditorConfig
public class OdinEditorConfig : MonoBehaviour
UnityEditor UI component for instance config of Odin
Properties
Name | Description |
---|---|
Verbose | Enable additional Logs |
VerboseDebug | Enable additional Logs |
AccessKey | Odin Client ApiKey |
ClientId | Odin Client ID |
Server | Gateway |
UserDataText | Default UserData content |
DeviceSampleRate | Microphone Sample-Rate |
DeviceChannels | Microphone Channels |
RemoteSampleRate | Playback Sample-Rate |
RemoteChannels | Playback Channels |
PeerJoinedEvent | |
PeerLeftEvent | |
PeerUpdatedEvent | |
MediaAddedEvent | |
MediaRemovedEvent | |
RoomUpdatedEvent | |
MediaActiveStateChangedEvent | |
MessageReceivedEvent | |
TokenLifetime | Time untill the token expires |
VoiceActivityDetection | Turns VAD on and off |
VoiceActivityDetectionAttackProbability | Setup engage of VAD |
VoiceActivityDetectionReleaseProbability | Setup disengage of VAD |
VolumeGate | Turns volume gate on and off |
VolumeGateAttackLoudness | Setup engage of volume gate |
VolumeGateReleaseLoudness | Setup disengage of volume gate |
EchoCanceller | Turns Echo cancellation on and off |
HighPassFilter | Reduces lower frequencies of the input (Automatic game control) |
PreAmplifier | Amplifies the audio input |
NoiseSuppressionLevel | Turns noise suppression on and off |
TransientSuppressor | Filters high amplitude noices |
GainController | Turns gain controller on and off |
Public Methods
Name | Description |
---|---|
GenerateUIAccessKey |