mumble-voip/mumble

Text-to-Speech should output to Mumble's selected output device when possible

Open

#2,667 建立於 2016年11月27日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C++ (1,062 fork)batch import
accessibilityclientfeature-requesthelp wanted

倉庫指標

Star
 (5,642 star)
PR 合併指標
 (平均合併 6天) (30 天內合併 7 個 PR)

描述

@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.

貢獻者指南