Junaid Ahmed

Results 4 issues of Junaid Ahmed

Can you include examples of nlp applications, including the use of HuggingFace transformers?

Are there any examples of integration with tools like BaaL and HuggingFace?

enhancement
question

I ran the following snippet to initialize the recorder: ``` from RealtimeSTT import AudioToTextRecorder recorder_config = { 'spinner': False, 'model': 'large-v2', 'language': 'en', 'silero_sensitivity': 0.4, 'webrtc_sensitivity': 2, 'post_speech_silence_duration': 0.4, 'min_length_of_recording':...

I am getting a static wav file without any voice because there is no option to set the mic index. I am using an external webcam's mic as my audio...