mumble-voip/mumble
Ver no GitHubText-to-Speech should output to Mumble's selected output device when possible
Open
#2.667 aberto em 27 de nov. de 2016
accessibilityclientfeature-requesthelp wanted
Métricas do repositório
- Stars
- (5.642 stars)
- Métricas de merge de PR
- (Mesclagem média 6d) (7 fundiu PRs em 30d)
Description
@r-pufky was confused in issue #1573 about why Mumble outputs TTS to the default Windows device instead of the output device set in Mumble.
We should probably look into solving this.
From what I found when investigating this, there's a helper API in SAPI 5.3 that allows you to write TTS data to a WAV file. There is also an interface you can implement to fully replace the "output device" for TTS -- so we could potentially make it play via Mumble's AudioOutput.
This problem isn't restricted to Windows. All of our TTS backends play to the OS default device.