Skip to content

Commit

Permalink
it's okay
Browse files Browse the repository at this point in the history
  • Loading branch information
RuNa2048 committed Jan 17, 2024
1 parent 8fd055d commit 32352b6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Content.Shared/Corvax/TTS/TTSComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,4 @@ public sealed partial class TTSComponent : Component
[ViewVariables(VVAccess.ReadWrite)]
[DataField("voice", customTypeSerializer: typeof(PrototypeIdSerializer<TTSVoicePrototype>))]
public string? VoicePrototypeId { get; set; }

/// <summary>
/// Reducing the volume of the TTS when whispering. Will be converted to logarithm.
/// </summary>
public float WhisperFade = 4f;

/// <summary>
/// The volume at which the TTS sound will not be heard.
/// </summary>
public float MinimalVolume = -10f;
}

0 comments on commit 32352b6

Please sign in to comment.