no longer using forked beep
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user