Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 877 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 877 Bytes

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