A Go library(CGO) and frontend app to pico text to speech C library.
# picogo installation
> git clone github.com/realitycheck/picogo
> git submodule update --init
> cd picogo
> make
> sudo make install
> picogo -h
# basic usage
> echo "picogo test message" | picogo -i | aplay --rate=16000 --channels=1 --format=S16_LE
Prerequisites:
> go get github.com/realitycheck/picogo