#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

#434 in Audio

Download history 190/week @ 2025-01-28 48/week @ 2025-02-04 24/week @ 2025-02-11

262 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

~126MB
~2M SLoC