deiteris / voice-changer

リアルタイムボイスチェンジャー Realtime Voice Changer
Other
29 stars 4 forks source link

[REQUEST]: How can I install in linux ( Fedora40) #175

Open neji3169 opened 1 month ago

neji3169 commented 1 month ago

In a few words, describe your idea

need help for install

More information

how can install voice changer pls help

deiteris commented 1 month ago

Hi @neji3169!

For NVIDIA GPUs, you should download voice-changer-linux-amd64-cuda.tar.gz.aa and voice-changer-linux-amd64-cuda.tar.gz.ab.

For AMD GPUs, you should download voice-changer-linux-amd64-rocm.tar.gz.aa and voice-changer-linux-amd64-rocm.tar.gz.ab.

Install portaudio with sudo yum -y install portaudio. Installation of CUDA Toolkit or AMD HIP SDK is NOT REQUIRED. All other necessary libraries are bundled with the application.

I'm not sure about the capabilities of UI tar archive extractors, but you can extract these archive parts with the following command that will merge them and extract: cat voice-changer-linux-amd64-cuda.tar.gz.* | tar xzf - (change cuda to rocm if necessary).

After you extract, simply open the extracted folder and run MMVCServerSIO. Should start, download necessary files and run normally.