thuhcsi / NeuCoSVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such file or directory: ''

KevinWang676 opened this issue · comments

Hi, when I ran the code python infer.py --src_wav_path "audio1.wav" --ref_wav_path "audio2.wav" --out_path "output.wav", the following error occurred. Could you help me resolve this issue? Thanks!

image

Changing the out_path to "./output.wav" can solve your problem. In addition, I have fixed the bug in a new commit. There is no problem in using "output.wav" directly after pull. Thank you for supporting our project.

Thank you! In addition, I wonder how to directly use the reaper file instead of running the following code every time. Can I just download the folder that contains reaper and specify its path in utils/pitch_ld_extraction.py? I tried to do so, but failed.

git clone https://github.com/google/REAPER.git
cd REAPER
mkdir build   # In the REAPER top-level directory
cd build
cmake ..
make

Thank you! In addition, I wonder how to directly use the reaper file instead of running the following code every time. Can I just download the folder that contains reaper and specify its path in utils/pitch_ld_extraction.py? I tried to do so, but failed.

git clone https://github.com/google/REAPER.git
cd REAPER
mkdir build   # In the REAPER top-level directory
cd build
cmake ..
make

You only need to execute the above code to compile once, and then copy the path of the reaper to the utils/pitch_ld_extraction.py' file.
Please verify if your reaper path is correct or provide us with more error information for further assistance.

Hi @jerry1331, I ran the above code and got the reaper file here. I specified the path here.

However, I could not do the voice conversion step. You may try the demo I made via this link. Thanks!

image

Hi Kevin, could you please provide the whole inference command? Let me check the problem.