mumble-voip/mumble
Vedi su GitHubText-to-Speech should output to Mumble's selected output device when possible
Open
#2667 aperta il 27 nov 2016
accessibilityclientfeature-requesthelp wanted
Metriche repository
- Star
- (5642 star)
- Metriche merge PR
- (Merge medio 6g) (7 PR mergiate in 30 g)
Descrizione
@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.