KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
2.09k stars 190 forks source link

main transcription model path #23

Closed olegchomp closed 9 months ago

olegchomp commented 10 months ago

Hi! I've tried to find path where models are downloaded and maybe try to set another path.

code from example model="small.en", language="en", wake_words="jarvis"

KoljaB commented 10 months ago

This is handled by faster_whisper, please look here.