SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
563 stars 133 forks source link

Feature: Speech-to-text module using Vosk, Whisper #84

Closed Tony-sama closed 1 year ago

Tony-sama commented 1 year ago

This module provide pseudo-streaming speech-to-text using Vosk and Whisper. Tried to not add too much to server.py, so put the stt module into their own files and used "add_url_rule" to add the api routes.

Features

What changed

Tests

Tony-sama commented 1 year ago

Too lazy to solve conflict with the new neo branch so added my change on top of it directlty, see new PR#93