add sample say program

This commit is contained in:
2023-04-18 22:09:25 -07:00
parent eeac0e7dce
commit 48f074cc9c
4 changed files with 79 additions and 4 deletions

12
go.mod
View File

@@ -1,3 +1,15 @@
module github.com/taigrr/elevenlabs
go 1.20
require github.com/faiface/beep v1.1.0
require (
github.com/hajimehoshi/go-mp3 v0.3.0 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 // indirect
)