Implement good-enough TTS without machine learning.

This commit is contained in:
Anna Rose Wiggins 2025-07-29 15:56:44 -04:00
parent 8262d78b54
commit cd43d98fb6
7 changed files with 116 additions and 122 deletions

8
go.mod
View file

@ -3,10 +3,6 @@ module git.annabunches.net/annabunches/joyful
go 1.24.4
require (
github.com/amitybell/piper v0.0.0-20250621082041-2bb74e3a4a55
github.com/amitybell/piper-asset v0.0.0-20231030194325-d36a29e3b1fd
github.com/amitybell/piper-voice-alan v0.0.0-20231118093148-059963c24dbd
github.com/amitybell/piper-voice-jenny v0.0.0-20231118093224-dcf0d49e46b7
github.com/ebitengine/oto/v3 v3.3.3
github.com/goccy/go-yaml v1.18.0
github.com/holoplot/go-evdev v0.0.0-20240306072622-217e18f17db1
@ -17,12 +13,8 @@ require (
)
require (
github.com/adrg/xdg v0.5.3 // indirect
github.com/amitybell/piper-bin-linux v0.0.0-20250621082830-f5d5d85fa076 // indirect
github.com/amitybell/piper-bin-windows v0.0.0-20231118093113-cc2cef2f6b74 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/purego v0.8.4 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/sys v0.34.0 // indirect