no longer using forked beep

This commit is contained in:
2026-02-25 21:16:29 -05:00
parent 4f3244c992
commit 51da5cfb07
6 changed files with 18 additions and 27 deletions
+4 -4
View File
@@ -12,10 +12,10 @@ import (
"sync"
"time"
"github.com/TheCodeOfCaleb/beep/v2"
"github.com/TheCodeOfCaleb/beep/v2/effects"
"github.com/TheCodeOfCaleb/beep/v2/generators"
"github.com/TheCodeOfCaleb/beep/v2/speaker"
"github.com/gopxl/beep/v2"
"github.com/gopxl/beep/v2/effects"
"github.com/gopxl/beep/v2/generators"
"github.com/gopxl/beep/v2/speaker"
"github.com/wailsapp/wails/v2/pkg/runtime"
"yellowjacket/backend/coverart"