You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a key press to skip the current sentence, and another key to repeat the last sentence. This needs rules to define what constitutes a sentence, but that should be possible.
Add hotkeys to turn sound on and off, and to control the sound volume, without affecting speech.
The text was updated successfully, but these errors were encountered:
DavidKinder
changed the title
Speech improvements
Speech and sound improvements
Aug 4, 2019
You can make the TTS more 'dynamic" and "confortable" by stopping any current TTS text being rendered when you send a new one to be spoken (when you type a new request). This way you can avoid listening to the same WHOLE text you already heard before when REENTERING a "room", as a new "command" will "discard the queued sentences being spoken". This is easily done by changing the source code in "FrotzSound.cpp" in two points:
Suggestions from Nikita Tseykovets:
Add a key press to skip the current sentence, and another key to repeat the last sentence. This needs rules to define what constitutes a sentence, but that should be possible.
Add hotkeys to turn sound on and off, and to control the sound volume, without affecting speech.
The text was updated successfully, but these errors were encountered: