mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* TTS: Gas Mask muffling, Hailer Mask voice effects, support for more filters that use samplerate, voice effects for lizards, ethereals, and xenomorphs. * Update RecordView.tsx * Update types.ts --------- Co-authored-by: Iamgoofball <iamgoofball@gmail.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
11 lines
497 B
Plaintext
11 lines
497 B
Plaintext
///TTS preference is disbaled entirely, no sound will be played.
|
|
#define TTS_SOUND_OFF "Disabled"
|
|
///TTS preference is enabled, and will give full text-to-speech.
|
|
#define TTS_SOUND_ENABLED "Enabled"
|
|
///TTS preference is set to only play blips of a sound, rather than speech.
|
|
#define TTS_SOUND_BLIPS "Blips Only"
|
|
///TTS filter to activate start/stop radio clicks on speech.
|
|
#define TTS_FILTER_RADIO "radio"
|
|
///TTS filter to activate a silicon effect on speech.
|
|
#define TTS_FILTER_SILICON "silicon"
|