mumble-voip/mumble
View on GitHubText-to-Speech should output to Mumble's selected output device when possible
Open
#2,667 opened on Nov 27, 2016
accessibilityclientfeature-requesthelp wanted
Repository metrics
- Stars
- (5,642 stars)
- PR merge metrics
- (Avg merge 6d) (7 merged PRs in 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.