From 2d56806cfa07a6238b7c6943334ce32096830f9d Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 17 May 2025 21:23:51 +0300 Subject: Feat: stt sketch [WIP] --- extra/audio.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/audio.go') 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" ) -- cgit v1.2.3