Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teak/node2speech
Simple command line exe to convert text to speech
https://github.com/teak/node2speech
Last synced: about 1 month ago
JSON representation
Simple command line exe to convert text to speech
- Host: GitHub
- URL: https://github.com/teak/node2speech
- Owner: teak
- License: mit
- Created: 2015-03-31T10:05:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T04:31:38.000Z (over 9 years ago)
- Last Synced: 2024-12-16T01:52:35.541Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node2Speech
Simple command line exe to convert text to speech.###### A compiled 32 bit exe is included for convenience.
Requires .NET Framework to be installed.
--
Requires four or more command line arguments:
1. The output volume. Between 0 and 100.
2. The output speed. Between -10 and 10.
3. A voice set by name. Names are returned as the first part the 'list' option (see below). A gender can also be used if a specific voice is not required.
4. The text to speak. Any farther args are joined and spoken as well.##### Example:
Node2Speech.exe 100 0 "Microsoft Zira Desktop" testing 1 2 3Node2Speech.exe 50 -2 male testing 1 2 3
--
Run with the single arg 'list' to output all installed and enabled voice info to stdout. Format is: "Name,Description,Gender,Age"
##### Example 'list' output:
"Microsoft Hazel Desktop","Microsoft Hazel Desktop - English (Great Britain)",Female,Adult--
###### MIT License