package
0.1.11
Repository: https://github.com/djangulo/go-espeak.git
Documentation: pkg.go.dev

# README

Demo

This is a website demo for go-espeak.

There is a live version running at https://go-espeak-demo.djangulo.com.

.wav files get created and saved under directory audio-dir (default static/audio) and played instantly, if files are meant to be downloaded, they're saved under downloads-dir (default static/downloads). .wav files live for 0.5 seconds under audio-dir, 2 seconds under downloads-dir.

Usage

Clone the main repo

~$ git clone https://github.com/djangulo/go-espeak.git

Change dir and run the demo.

~$ cd go-espeak/examples/demo
~$ go run ./...

Alternatively, you can specify which port to run at with -p (or -port)

~$ go run ./... -p 54321