2 releases
0.1.1 | Feb 2, 2025 |
---|---|
0.1.0 | Feb 2, 2025 |
#434 in Audio
262 downloads per month
7KB
windows_tts
A simple and easy-to-use text-to-speech(TTS) library for Windows.
Getting started
Add Dependency
[dependencies]
windows_tts = "0.1"
Usage
use windows_tts::tts::tts;
tts("test");
How It Works
- Import the
tts
functions:use windows_tts::tts
- Call
tts
with the text you want to convert to speech:tts("this is a test");
That's it! Your text will be spoken using Windows' build-in TTS engine.
Note
🚨 This crate only works on Windows.
Dependencies
~126MB
~2M SLoC