whispering
whispering copied to clipboard
Whispering Tiger - OpenAI's whisper (and other models) with OSC and Websocket support. Allowing live transcription / translation in VRChat and Overlays in most Streaming Applications
- Seperates the AudioProcessor class - BREAKING CHANGE: Changes all audio processing functions to support more than 2 channels. (Breaking change for audio processing plugins) https://github.com/Sharrnah/whispering-ui/issues/19
Are you familiar with [whisperx](https://github.com/m-bain/whisperX)? Would it be possible to support using whisperX's model instead of Whisper? I was taking a look at doing so with the plugins but to...
I faced an error in audio_processing_recording.py line 78, passing audio into `vad_model.run_vad()`: ``` Traceback of TorchScript, serialized code (most recent call last): File "code/__torch__/vad/model/vad_annotator.py", line 26, in forward if _2:...
Here is my config:   the result is sometimes nothing, sometimes some answer that is not related to what I speak, and it take pretty slow, is that because...
I am using realtime mode to live speech to text and translate text to English. However, I see that it is pretty slow. Only after I speak a whole sentence...
Hey, Great work done in building this and putting together all the pieces. One interesting thing that caught my attention was the use of deepfilternet for noise suppression. Based on...
I want to use a laptop with whispering ui and a server with whispering api. How can I do that? because when using whispering ui, I see that it only...