update to newer sound package

This commit is contained in:
2025-07-04 19:22:42 -07:00
parent c5609d07e9
commit b179ed7944
4 changed files with 27 additions and 107 deletions

View File

@@ -9,9 +9,9 @@ import (
"strings"
"time"
"github.com/faiface/beep"
"github.com/faiface/beep/mp3"
"github.com/faiface/beep/speaker"
"github.com/gopxl/beep/v2"
"github.com/gopxl/beep/v2/mp3"
"github.com/gopxl/beep/v2/speaker"
"github.com/taigrr/elevenlabs/client"
"github.com/taigrr/elevenlabs/client/types"