/picogo

A Go library(CGO) and frontend app to pico text to speech C library.

Primary LanguageGoMIT LicenseMIT

picogo

Go Reference Go Report Card

A Go library(CGO) and frontend app to pico text to speech C library.

Usage

picogo frontend app

# 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

picogo library

Prerequisites:

  1. Pico TTS languages
> go get github.com/realitycheck/picogo