Skip to content

jayaarrgh/ncurses-espeak-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

espeak-ng

You may be able to install this via package manager, but I built the shared lib from source

espeak-ng

sudo apt-get install espeak-ng-espeak 

Not sure on the diff, but espeak (no -ng) was available for cygwin package management.

Using it required removing -ng from the link in the g++ command and include in speechsynth.h

When I use it on linux, it has some noise about my sound card printed to stdout/err, but other than that seems to work fine

sudo apt-get install libespeak-dev

ncurses

sudo apt-get install libncurses5-dev

Install

using makefile for now

make && ./bin/app

or

make && gdb bin/app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published