rearranged repo

This commit is contained in:
Plachta
2023-04-21 21:39:41 +08:00
parent 2612e5dbcc
commit 3d7e4220d4
7 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ if __name__ == "__main__":
speaker_annos = []
# resample audios
# 2023/4/21: Get the target sampling rate
with open("../configs/finetune_speaker.json", 'r', encoding='utf-8') as f:
with open("./configs/finetune_speaker.json", 'r', encoding='utf-8') as f:
hps = json.load(f)
target_sr = hps['data']['sampling_rate']
for speaker in speaker_names: