taken-yjyoon
taken-yjyoon
This may not be very helpful, but when my computer with the client webpage connected enters the sleep mode, same thing happened to me
I think, after some testing, I started to start audio and stop multiple times, and then vola! The server got frozen. And also, this happens when VAC is off. This...
https://pastebin.com/8tjZ6nvH yeap, somthing is really off, is having buffer more than 30 sec is normal? and this is silent recording I put through, with occasional audio in the middle.
I have changed server startup argument `--vad` into `--vac`, and the error message says I do not have `torchaudio`, but I have installed `torchaudio`. that is weird.
I think that is conflict between conda env and the system env, ffmpeg is called from system, but torchaudio was not intended to called from system, that causes the conflict,...
VAD option did not envoke use of VAD uses, but VAC option did, which is strange. Also, I had to install ffmpeg with conda as per description on the [torch...
> > VAD option did not envoke use of VAD uses, but VAC option did, which is strange. Also, I had to install ffmpeg with conda as per description on...
> > VAD option did not envoke use of VAD uses, but VAC option did, which is strange. > > VAD is handled internally by the whisper backend you are...
[the fact that Dockerfile take precedence over config.py when installed via docker should be mentioned.](https://github.com/speaches-ai/speaches/issues/250)
Once upon a time, before Ultralytics released v8, their code was under GPL3, not AGPL3, and judging from that ancient point, the code you have mentioned seems to be from...