├── LICENSE ├── README.md ├── cmd └── say │ ├── main.go │ └── make.bash ├── flite.go └── flite_test.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gen2brain/flite-go/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gen2brain/flite-go/HEAD/README.md -------------------------------------------------------------------------------- /cmd/say/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gen2brain/flite-go/HEAD/cmd/say/main.go -------------------------------------------------------------------------------- /cmd/say/make.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gen2brain/flite-go/HEAD/cmd/say/make.bash -------------------------------------------------------------------------------- /flite.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gen2brain/flite-go/HEAD/flite.go -------------------------------------------------------------------------------- /flite_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gen2brain/flite-go/HEAD/flite_test.go --------------------------------------------------------------------------------