Go to file
2024-12-05 16:17:05 -06:00
.gitea/workflows Fix workflow. 2024-07-07 09:57:55 -05:00
examples feat: Tts can now be used as a component, and multiple TTS instances are supported. 2024-12-05 16:16:23 -06:00
src feat: Tts can now be used as a component, and multiple TTS instances are supported. 2024-12-05 16:16:23 -06:00
.gitignore Initial commit. 2020-12-03 15:39:35 -06:00
.pre-commit-config.yaml chore: Integrate pre-commit. 2024-07-06 19:27:50 -05:00
Cargo.toml chore: Upgrade to Bevy 0.15. 2024-12-05 15:25:34 -06:00
CHANGELOG.md Update CHANGELOG. 2024-12-05 16:17:05 -06:00
cliff.toml Add cargo-release and git-cliff configuration. 2022-08-29 12:50:09 -05:00
LICENSE Add license. 2021-04-10 04:19:45 -05:00
README.md Add README. 2022-08-29 12:56:21 -05:00

bevy_tts

Text-to-speech for the Bevy game engine.

Speech is provided via the tts crate, and should work on all major desktop platforms, the web, Android, and iOS.

See the examples for help.