summaryrefslogtreecommitdiff
path: root/extra/stt.go
diff options
context:
space:
mode:
Diffstat (limited to 'extra/stt.go')
-rw-r--r--extra/stt.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/stt.go b/extra/stt.go
index ddcc851..6712071 100644
--- a/extra/stt.go
+++ b/extra/stt.go
@@ -31,6 +31,7 @@ type StreamCloser interface {
func NewSTT(logger *slog.Logger, cfg *config.Config) STT {
switch cfg.STT_TYPE {
case "WHISPER_BINARY":
+ return NewWhisperBinary(logger, cfg)
case "WHISPER_SERVER":
return NewWhisperServer(logger, cfg)
}