RealtimeSTT icon indicating copy to clipboard operation
RealtimeSTT copied to clipboard

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.

Results 118 RealtimeSTT issues
Sort by recently updated
recently updated
newest added

wakeword_backend: str = "pvporcupine", If you look at the contents of https://pypi.org/project/pvporcupine/, Create an instance of the engine import pvporcupine access_key = "${ACCESS_KEY}" # AccessKey obtained from Picovoice Console (https://console.picovoice.ai/)...

I've been working on a personal project that has me using RealtimeSTT since it's been the easiest package for me to implement it with my project. Thank you for your...

Hi,when I use realtime transcription call back for a period of time,text_detected will always return the same words,even though there is no real-time voice data input. recorder_config = { 'spinner':...

Whenever I run the program and try to speak the result always says "You." > ALSA lib pcm.c:2722:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rearALSA lib pcm.c:2722:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfeALSA lib pcm.c:2722:(snd_pcm_open_noupdate) Unknown PCM...

The audio device might still be in the process of resetting when you attempt to reinitialize it after calling terminate(). When the interface is terminated, the system might not immediately...

B"H Fantastic library Is there any way to get this working fast on the browser using wasm or something?

So I'm building an assistant with which I'd like to be able to speak both in french and english (mainly because the models have trouble understanding my accent). However it...

it thinks I'm saying "thank you" apparently when I talk it transcribes what I say but when I don't talk it transcribes endless "thank you" ``` import Speech_rec as sr...

I want to integrate REALTIMESTT and LLM to more accurately identify the intent of the inferred TEXT and define accurate events with the identified intent. For example, when controlling a...

What is the process if I want to change into the whisper-large-v3-turbo instead of using faster whisper? Could you please guide me on that?