https://github.com/boblyx/winttscli
Text to Speech Command Line Interface for Windows using Microsoft SAPI
https://github.com/boblyx/winttscli
Last synced: 3 months ago
JSON representation
Text to Speech Command Line Interface for Windows using Microsoft SAPI
- Host: GitHub
- URL: https://github.com/boblyx/winttscli
- Owner: boblyx
- License: gpl-2.0
- Created: 2023-06-21T01:45:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T01:48:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T20:17:12.119Z (5 months ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# winttscli
Text to speech Command Line Interface for Windows using Microsoft SAPI.Built with .NET 4.6.1 and compiled using Visual Studio Express 2017. Tested on Windows 11.
## Current Features
- Only Chinese language reading is supported at the moment. Future releases will allow for different languages as long as the relevant speech libraries are installed.
- Convert a single .txt file to be ready by SAPI in the Chinese language to .wav file from command line.
- Read from a folder of .txt files and create a new folder to output .wav files corresponding to the txt files.## Planned Features
- Be able to specify a language to read in
- Automated conversion from a variety of text formats (HTML, EPUB, PDF etc).
- Automated conversion to a variety of audio formats (MP3, FLAC, OGG etc).