Feat: stt sketch [WIP]

This commit is contained in:
Grail Finder
2025-05-17 21:23:51 +03:00
parent f7d1fbf73c
commit 2d56806cfa
4 changed files with 207 additions and 11 deletions

View File

@@ -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"
)