Skip to content

Commit

Permalink
Revert: TTS whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Oct 16, 2023
1 parent 42ac8ee commit cc4a9e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modular_ss220/text_to_speech/code/hear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
var/message_tts = combine_message_tts(message_pieces, speaker)
var/effect = isrobot(speaker) ? SOUND_EFFECT_ROBOT : SOUND_EFFECT_NONE
var/traits = TTS_TRAIT_RATE_FASTER
if(italics)
traits |= TTS_TRAIT_PITCH_WHISPER
INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(tts_cast), speaker, src, message_tts, speaker.tts_seed, TRUE, effect, traits)

/mob/hear_radio(list/message_pieces, verb = "says", part_a, part_b, mob/speaker = null, hard_to_hear = 0, vname = "", atom/follow_target, check_name_against)
Expand Down

0 comments on commit cc4a9e7

Please sign in to comment.