#text-to-speech #tts #windows

windows_tts

A simple text-to-speech (TTS) library for windows

2 releases

0.1.1 Feb 2, 2025
0.1.0 Feb 2, 2025

#914 in Audio

30 downloads per month

MIT/Apache

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

  1. Import the tts functions:
    use windows_tts::tts
    
  2. 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

~124MB
~2M SLoC