lesterphillip / SVCC23_FastSVC

Singing Voice Conversion Challenge 2023 Starter Kit: FastSVC Reimplementation
111 stars 10 forks source link

wav.scp #10

Closed mqmmwu closed 11 months ago

mqmmwu commented 1 year ago

I already generate the training set into folders IDM1, IDF1, CDM1, and CDF1 using script “https://github.com/lesterphillip/SVCC23_FastSVC/tree/main/egs/generate_dataset”, but i still don’t know how to process the processed file into wav.scp format As stated in 2c in the link "https://github.com/lesterphillip/SVCC23_FastSVC/blob/main/egs/svcc23/baseline02/README.md"

lesterphillip commented 1 year ago

Sorry, that's my fault and the data prep code is incomplete. I'll try to post the updates in the next few days.

lesterphillip commented 1 year ago

In the meantime, you can refer to this code snippet.

https://github.com/lesterphillip/SVCC23_FastSVC/issues/6#issuecomment-1495766034

mqmmwu commented 1 year ago

thank you so much for your reply