Your use case
What would you like to do?
Adding true high quality voice activity detection with ten-vad (or other model) and Deepfilternet noise suppression options for cases where better noise suppression is needed.
Why would you like to do it?
A true VAD algorithm it very good when people are in some noisy environment much better than gating. And while rnnoise is fast, cheap to run and light, it's quality is nowhere near what platforms like discord offers.
Deepfilternet while bigger slower and more expensive to run have better audio quality and can also remove reverb.
How would you like to achieve it?
Well PRs exist for both in element call : element-hq#3819 element-hq#4047 while I don't know how good these are they are probably a very good start.
Also an argument is possible for saying theses model are to large for the web, however now that there is desktop apps for sable we can bundle a few megabytes of models in it without issues.
Have you considered any alternatives?
No response
Additional context
No response
Your use case
What would you like to do?
Adding true high quality voice activity detection with ten-vad (or other model) and Deepfilternet noise suppression options for cases where better noise suppression is needed.
Why would you like to do it?
A true VAD algorithm it very good when people are in some noisy environment much better than gating. And while rnnoise is fast, cheap to run and light, it's quality is nowhere near what platforms like discord offers.
Deepfilternet while bigger slower and more expensive to run have better audio quality and can also remove reverb.
How would you like to achieve it?
Well PRs exist for both in element call : element-hq#3819 element-hq#4047 while I don't know how good these are they are probably a very good start.
Also an argument is possible for saying theses model are to large for the web, however now that there is desktop apps for sable we can bundle a few megabytes of models in it without issues.
Have you considered any alternatives?
No response
Additional context
No response