below configuration and theory of operation is not tested with audiostation v2 (TBD)
Application uses script written in bash - speech.sh ( which requires installed mplayer):
- by default:
audio.outmust be in the same folder withspeech.shscript
- new destination:
- change script location in
Audiostation.cppfile (textToSpeech(const char * ptr)method). Default location:./speech.sh
- change script location in
After changes compile with -std=c++11, ex.:
$ g++ src/*.cpp -o audio.out -lcurl -std=c++11
Successful compilation requires libcurl4-openssl-dev installed.