Class VoiceChangerOptions
Implements
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
[Serializable]
public class VoiceChangerOptions : GenerativeOptions, IGENOptions
Fields
RemoveBackgroundNoise
Whether to remove background noise from the audio output.
Declaration
public bool RemoveBackgroundNoise
Field Value
Type | Description |
---|---|
bool |
VoiceId
The voice the model uses to respond. Supported voices are alloy, ash, ballad, coral, echo, fable, nova, onyx, sage, and shimmer.
Declaration
public string VoiceId
Field Value
Type | Description |
---|---|
string |