1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 03:29:37 +00:00
Go to file
Nolan Darilek 75fd320d3f Implement rate/volume-setting for NSSpeechSynthesizer, along with other tweaks.
Unfortunately, there seems to be a difference in how the `hello_world` example processes rate and volume changes. I'm not sure if it doesn't adjust rate for samples while speaking. In any case, arguably there are just going to be differences in platforms that I can't account for, so this may just have to be. Hopefully it doesn't interfere with actual usage.
2020-08-12 15:41:57 -05:00
.github/workflows Ensure wasm32-unknown-unknown target builds when releasing as well. 2020-07-06 13:35:17 -05:00
examples Get delegates working so speech interruption/queuing should now be possible. 2020-08-12 09:49:51 -05:00
src Implement rate/volume-setting for NSSpeechSynthesizer, along with other tweaks. 2020-08-12 15:41:57 -05:00
winrt_bindings Set license. 2020-06-17 17:54:23 -05:00
.gitignore Add .gitignore. 2019-09-10 10:41:08 -05:00
build.rs WIP: Initial support for MacOS/NSSpeechSynthesizer. 2020-08-11 12:11:19 -05:00
Cargo.toml WIP: Initial support for MacOS/NSSpeechSynthesizer. 2020-08-11 12:11:19 -05:00
README.md README updates. 2020-06-09 11:03:58 -05:00

TTS-RS

This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are: