docs.rs failed to build windows_tts-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
windows_tts
A simple and easy-to-use text-to-speech(TTS) library for Windows.
Getting started
Add Dependency
= "0.1"
windows_tts
Usage
use tts;
tts;
How It Works
- Import the
tts
functions:use tts
- Call
tts
with the text you want to convert to speech:tts;
That's it! Your text will be spoken using Windows' build-in TTS engine.
Note
🚨 This crate only works on Windows.