bevy_tts/README.md

7 lines
256 B
Markdown
Raw Normal View History

2022-08-29 17:56:21 +00:00
# bevy_tts
Text-to-speech for the [Bevy game engine](https://bevyengine.org).
Speech is provided via the [tts](https://docs.rs/tts) crate, and should work on all major desktop platforms, the web, Android, and iOS.
See the [examples](examples/) for help.