gexgd0419

Results 114 comments of gexgd0419

If you are using offline natural voices, then unfortunately the only supported format is 24 kHz. This is a limitation documented in [embedded speech](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/embedded-speech#limitations). If you are using online voices,...

Are you using online voices? Could you tell me the voice and the new parameters you are using, so that I can experiment and implement it myself?

Since you are using this in World of Warcraft, is #37 a problem for you? Someone reported that World of Warcraft 11.2 is not working with the latest version of...

这个 JSON 缓存文件会在有互联网连接时定期在后台更新。只有在首次使用、尚未获得最新列表时,才会使用内置的、可能已经过时的语音列表。 需要注意的是,Edge浏览器不一定能够使用所有在Azure语音服务中开放的语音。通常,Edge浏览器的语音列表会缺少一些语音,并且现有的语音也会缺少一些功能。毕竟是免费提供给所有Edge浏览器用户的服务。 打开Edge浏览器,在“大声朗读”功能的语音列表中,可以看到目前可用的Edge语音。看起来目前的Edge语音是不包含 `zh-CN-XiaoxiaoMultilingualNeural` 等语音的。 如果需要使用尚未进入Edge语音列表的Azure语音,并且你有Azure账户和API密钥,本程序同样支持输入API密钥以使用全部的Azure语音。注意Azure语音是按量收费的,免费挡位也会有用量限制。

As far as I know, Magnifier requires OneCore voices, so any third-party SAPI5 voices, including this adapter, cannot work with Magnifier. Things that also require OneCore voices instead of SAPI5...

SAPI 5 allows the "Language" attribute to have multiple values separated by semicolons, where each value is a hexadecimal language ID without 0x prefix. When a voice supports more than...

Interesting idea. However, some part of it might not be feasible. Windows and Android are different platforms, so executables on one platform cannot be run directly on another platform. Software...

Built-in voices in the Windows XP era do have language attributes like `409;9`. `409` means `English (United States)`, while `9` means region-neutral `English`. It works as a fallback: since other...

You can change the "[Ephemerality](https://docs.sillytavern.app/extensions/regex/#ephemerality)" of a Regex script, so that it only applies on "chat display" and/or "outgoing prompt", not the stored message text itself. This way, you can...

> if I only checked "outgoing prompt" box under Ephemerality, raw msg was changed If this isn't working, it's a bug. I tested and it worked on my system. That...