the response time of the voice changer keeps increesing and after a while stops working #1275
-
https://www.youtube.com/watch?v=yxG5pBrnzbU I tried many things fallowed a lot of tutorials on how to make it faster so I made the file onnx then lowered the chunk to 1 and extra to minimum but it still refused to work normally so at this point I have doubts that its not because of my system graphics card: NVIDIA GeForce RTX 3060(12G) cpu prob isnt supposed to work in the first place since I downloaded the NVIDIA version but wanted to add just in case any and all help would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Setting the chunk size to 1 won't make it work correctly. Set it to 128 (0.3 seconds) and set the extra to something around 8000. I am not sure what are you trying to do in regards to making it "faster" but you can't get rid of the delay if you want it to sound properly. It's not a hardware limitation, the software needs to know what you are saying to convert it properly. And the more that you say (bigger chunk and delay) the better the conversion. |
Beta Was this translation helpful? Give feedback.
-
Try rmvpe instead of rmvpe_onnx and try with a pth file instead of an onnx one. I would also recommend not using any of the vb cable products and instead use virtual audio cable (VAC) as vb cable have a lot of issues. It may not affect the res directly but can affect the quality. Make sure to update your nvidia drivers to the latest version as well. |
Beta Was this translation helpful? Give feedback.
-
Yes, for nvidia GPU use MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.18a |
Beta Was this translation helpful? Give feedback.
Try rmvpe instead of rmvpe_onnx and try with a pth file instead of an onnx one. I would also recommend not using any of the vb cable products and instead use virtual audio cable (VAC) as vb cable have a lot of issues. It may not affect the res directly but can affect the quality. Make sure to update your nvidia drivers to the latest version as well.
Huge response times usually means that the system is overloaded or not using the GPU properly. You can check task manager to see if the GPU is being used when speaking to the mic (you should see spikes of usage when speaking). Also, you didn't add which zip file have you downloaded so I am not sure exactly which version are you using. So, plea…