Remove voices
This commit is contained in:
@@ -14,5 +14,5 @@ public sealed partial class SharedTTSComponent : Component
|
||||
/// Prototype of used voice for TTS.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField]
|
||||
public ProtoId<TTSVoicePrototype> VoicePrototypeId { get; set; } = "Eugene";
|
||||
public ProtoId<TTSVoicePrototype> VoicePrototypeId { get; set; } = "Mykyta";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user