From a226930b5e4d506f24a0e5c78bfc925aef514f8b Mon Sep 17 00:00:00 2001 From: fox3000foxy Date: Thu, 20 Feb 2025 08:47:56 +0100 Subject: [PATCH] Updated the customVoiceFilter plugin wiki to provide more infos --- src/plugins/customVoiceFilter/WikiHomeModal.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/customVoiceFilter/WikiHomeModal.tsx b/src/plugins/customVoiceFilter/WikiHomeModal.tsx index 7a52c4a8f..242571c5b 100644 --- a/src/plugins/customVoiceFilter/WikiHomeModal.tsx +++ b/src/plugins/customVoiceFilter/WikiHomeModal.tsx @@ -44,7 +44,8 @@ export function WikiHomeModal({ modalProps, close, accept }: WikiHomeModalProps) <> Discord actually uses a Python project named Retrieval-based Voice Conversion
to convert your voice into the voice model you picked.

This voice cloning technology allows an audio input to be converted into a different voice, with a high degree of accuracy.
- Actually, Discord uses ONNX files to run the model, for a better performance and less CPU usage. + Actually, Discord uses ONNX files to run the model, for a better performance and less CPU usage.
+ } />
MMVCServerSio is software that is issued from W-Okada Software, and can be downloaded here.
Thats the actual software that does exports RVC models to ONNX files.
Just load your model inside MMVCServerSio, and click on "Export ONNX":
+

Enjoy you now have a ONNX model file for your voicepack!