diff options
author | Grail Finder <wohilas@gmail.com> | 2025-05-17 21:23:51 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-05-17 21:23:51 +0300 |
commit | 2d56806cfa07a6238b7c6943334ce32096830f9d (patch) | |
tree | ecb6e3fd8ddf06730fff8dc66ff0502b0e0c8851 /extra/audio.go | |
parent | f7d1fbf73c2979220855522574ce3c01aa51e47a (diff) |
Feat: stt sketch [WIP]
Diffstat (limited to 'extra/audio.go')
-rw-r--r-- | extra/audio.go | 6 |
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" ) |