Skip to content

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

License

Notifications You must be signed in to change notification settings

realitycheck/picogo

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks