Skip to content

cmdclient is a command line client for neospeech/voicetext tts.

Notifications You must be signed in to change notification settings

ElijahHamilton/cmdclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compiling

To start, you will need a copy of the voicetext library. For windows, the library is vt_eng.dll (dll not provided for legal reasons)

To compile on msys2 (32 bit): gcc cmdclient.c vt_eng.dll -o cmdclient

Other OSes supported soon!

Cmd Usage

To generate a raw s16 audio file: cmdclient.exe "Input Text Here" output.pcm 100

First argument: input text Second argument: output audio file Third argument: output audio speed

File Layout

alt text

About

cmdclient is a command line client for neospeech/voicetext tts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages