C T
C T
Maybe using some sort of macro like autoit? Or maybe use older version of software. There also might be reverse-engineered specs of the vce binary format somewhere in the net,...
I'll try to look into it next weekend.
Looks like I forgot to update the issue with my follow up messages from discord, sry about that. Keep in mind that everything below is a copy paste from around...
This sounds like something related to my experience as well. After using v4 for a while I had to come back to v3. While overall speech detection seemed a bit...
@dgoryeo I'm not sure what to tell you. I don't use python for silero v3/v4 anymore, just onnxruntime C api. If I were you I guess I would start by...
@ephemer I just finished writing a C implementation of the v3.1 16kHz model. I'm working on it as a personal learning project, and it's very much in proof of concept...
@akmitrich try changing std::wstring to std::string in the example code. Onnxruntime C/C++ api uses wchar_t for paths only on windows.
Possible solution here: https://github.com/snakers4/silero-vad/issues/451
Possible solution: https://github.com/snakers4/silero-vad/issues/451