summaryrefslogtreecommitdiff
path: root/extra/audio.go
diff options
context:
space:
mode:
Diffstat (limited to 'extra/audio.go')
-rw-r--r--extra/audio.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/audio.go b/extra/audio.go
index 531b08b..b130bf8 100644
--- a/extra/audio.go
+++ b/extra/audio.go
@@ -11,9 +11,9 @@ import (
"strings"
"time"
- "github.com/gopxl/beep"
- "github.com/gopxl/beep/mp3"
- "github.com/gopxl/beep/speaker"
+ "github.com/gopxl/beep/v2"
+ "github.com/gopxl/beep/v2/mp3"
+ "github.com/gopxl/beep/v2/speaker"
"github.com/neurosnap/sentences/english"
)