Raivis Dejus
Raivis Dejus
I can confirm, I also have this issue and the proposed fix solves the problem. Thanks for the tool and thanks for the fix ;)
To reproduce the issue set min and max values equal to the minValue and maxValue Version 1.3.0 ``` this.state = { value: { min: 0, max: 100, }, } render()...
I have forked the project and fixed main issues at https://github.com/raivisdejus/html-minifier If you see any new issues, please let me know
I have forked the project and fixed main issues at https://github.com/raivisdejus/html-minifier If you see any new issues, please let me know
Issue that seems to have prompted removal of some functionality for Linux is a security related thing for snaps. Some description of this is here https://forum.snapcraft.io/t/snap-and-executable-stacks/1812
For this problem there is no easy fix. Length of the returned subtitles is something that lives in and comes out of the whisper itself. Buzz can't change it. One...
Latest development versions of Buzz support GPU for Whisper, Huggingface and Faster Whisper models. I have tested it on Linux. To get latest version on Linux use `sudo snap install...
If encountering this issue, please try to run transcription with tiny model. One reason for there being no output could be the fact that whisper can't transcribe quickly enough. Also...
Also try to specify the language. This may help to get more precise results. Or try the latest version https://github.com/chidiwilliams/buzz/releases
Current version of Snap does not auto connect necessary interfaces. You have to do it manually ``` sudo snap connect buzz:audio-record sudo snap connect buzz:password-manager-service sudo snap connect buzz:pulseaudio sudo...