Wendison / VQMIVC

Official implementation of VQMIVC: One-shot (any-to-any) Voice Conversion @ Interspeech 2021 + Online playing demo!
MIT License
337 stars 55 forks source link

In convert.py subprocess.call(['cp', src_wav_path, out_dir]) What does' CP 'mean? #28

Closed Hu-chengyang closed 2 years ago

Hu-chengyang commented 2 years ago

What does' CP 'mean?

Wendison commented 2 years ago

It is copy operation command.

Hu-chengyang commented 2 years ago

thank you