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
+5 -5
View File
@@ -7,11 +7,11 @@ import (
"os"
"path/filepath"
"github.com/TheCodeOfCaleb/beep/v2"
"github.com/TheCodeOfCaleb/beep/v2/flac"
"github.com/TheCodeOfCaleb/beep/v2/mp3"
"github.com/TheCodeOfCaleb/beep/v2/vorbis"
"github.com/TheCodeOfCaleb/beep/v2/wav"
"github.com/gopxl/beep/v2"
"github.com/gopxl/beep/v2/flac"
"github.com/gopxl/beep/v2/mp3"
"github.com/gopxl/beep/v2/vorbis"
"github.com/gopxl/beep/v2/wav"
)
// ErrUnsupportedFileType is returned when the audio file type is not supported.