forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tts radio sound mixer (tgstation#113)
## About The Pull Request Теперь разделена громкость звука между TTS рации и TTS локальным # Проверьте на локалке с доступным TTS ## Changelog :cl: add: Теперь разделена громкость звука между TTS рации и TTS локальным /:cl:
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...kages/tgui/interfaces/PreferencesMenu/preferences/features/game_preferences/sounds220.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { Feature, FeatureSliderInput } from '../base'; | ||
|
||
// BANDASTATION SOUND PREFS | ||
|
||
export const sound_tts_volume_radio: Feature<number> = { | ||
name: 'TTS - громкость рации', | ||
category: 'ЗВУК', | ||
description: 'Громкость text-to-speech, когда используется рация.', | ||
component: FeatureSliderInput, | ||
}; |