index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
text-to-speech
/
windows
Age
Commit message (
Expand
)
Author
2019-11-15
TTS: Fix use of virtual function in TTSMan destructor
Bastien Bouclet
2019-11-06
TTS: Improve Windows audio, remove sphelper-scummvm.h
sluicebox
2019-10-16
TTS: Fix language setting.
Jaromir Wysoglad
2019-10-11
TTS: Use lowercase when including Windows headers
sluicebox
2019-10-10
TTS: Enable in Mingw-w64 builds
sluicebox
2019-09-05
TTS: Fix possible deadlock
Jaromir Wysoglad
2019-09-05
TTS: Minimize the time needed for stop() on Win32
Jaromir Wysoglad
2019-09-01
TTS: Use Common::Encoding for encoding conversion.
Jaromir Wysoglad
2019-09-01
TTS: Remove USE_PLATFORM_TTS defines
Jaromir Wysoglad
2019-09-01
TTS: Add summary of changes in sphelper-scummvm.h
Jaromir Wysoglad
2019-09-01
TTS: Refactoring
Jaromir Wysoglad
2019-09-01
TTS: Fix missing indentation
Jaromir Wysoglad
2019-09-01
JANITORIAL: Remove some trailing whitespaces
Jaromir Wysoglad
2019-09-01
TTS: Implement our own queuing on windows.
Jaromir Wysoglad
2019-09-01
TTS: Fix INTERRUPT_NO_REPEAT on Windows
Jaromir Wysoglad
2019-09-01
TTS: Add *_NO_REPEAT actions
Jaromir Wysoglad
2019-09-01
TTS: Reimplement isSpeaking on Windows.
Jaromir Wysoglad
2019-09-01
TTS: Implement speech queueing on Linux and Win
Jaromir Wysoglad
2019-09-01
TTS: Add TTS support when compiling with msvc.
Jaromir Wysoglad
2019-09-01
TTS: Remove unneeded code
Jaromir Wysoglad
2019-09-01
TTS: Refactoring
Jaromir Wysoglad
2019-09-01
TTS: Fix state switching on windows
Jaromir Wysoglad
2019-09-01
TTS: Minor Windows TTS refactoring
Jaromir Wysoglad
2019-09-01
TTS: Minor refactorisations
Jaromir Wysoglad
2019-09-01
TTS: Add check to getVoice, fix typo.
Jaromir Wysoglad
2019-09-01
TTS: Change String == "" to String.empty()
Jaromir Wysoglad
2019-09-01
TTS: Move popState to the base class
Jaromir Wysoglad
2019-09-01
TTS: Implement conversion to unicode in say on win
Jaromir Wysoglad
2019-09-01
TTS: Implement conversion to UTF-8 in say on linux
Jaromir Wysoglad
2019-09-01
TTS: Fix voice setting on startup
Jaromir Wysoglad
2019-09-01
TTS: Add reference counting to TTSVoice
Jaromir Wysoglad
2019-09-01
TTS: Unify setters between linux and win backends.
Jaromir Wysoglad
2019-09-01
TTS: Add age to TTSVoice
Jaromir Wysoglad
2019-09-01
TTS: Finish implementing the Windows TTS manager
Jaromir Wysoglad
2019-09-01
TTS: Start implementing windows TTS
Jaromir Wysoglad
2019-09-01
TTS: Prepare for windows TTS
Jaromir Wysoglad