├── .gitignore ├── README.md ├── requirements.txt ├── svs ├── calc_flops.py ├── data │ ├── __init__.py │ ├── multi_singing_libri_dataset.py │ ├── singing_libri_dataset.py │ └── test_dataset.py ├── functions │ ├── __init__.py │ ├── define_overlapadd.py │ ├── oracle_methods.py │ ├── overlapadd_chunk_w2v.py │ ├── overlapadd_norm.py │ ├── overlapadd_w2v.py │ ├── overpaladd_chunk_spec_feat.py │ ├── silence_remove.py │ ├── silence_split.py │ └── wav2vec_feature_extractor.py ├── inference.py ├── losses │ ├── __init__.py │ └── modified_multi_spectral.py ├── main.py ├── models │ ├── __init__.py │ ├── base_models.py │ ├── define_models.py │ ├── pos_encoding.py │ ├── sepformer.py │ ├── super_resolution_net.py │ └── tdcnpp.py ├── oracle.py ├── preprocess │ ├── check_lengths.py │ ├── make_lengths_dict.py │ ├── make_same_singer_dict │ │ ├── CSD_same_singer.py │ │ ├── MIR-1K-same_singer.py │ │ ├── NUS_same_singer.py │ │ ├── OpenSinger_same_singer.py │ │ ├── VocalSet_same_singer.py │ │ ├── jsut-song_ver1_same_singer.py │ │ ├── jvs_music_ver1_same_singer.py │ │ ├── k_multisinger_same_singer.py │ │ ├── k_multitimbre_guide_vocal_same_singer.py │ │ ├── kiritan_same_singer.py │ │ ├── musdb_a_train_same_singer.py │ │ ├── same_singer_CSD.json │ │ ├── same_singer_MIR-1K.json │ │ ├── same_singer_NUS.json │ │ ├── same_singer_OpenSinger.json │ │ ├── same_singer_VocalSet.json │ │ ├── same_singer_jsut-song_ver1.json │ │ ├── same_singer_jvs_music_ver1.json │ │ ├── same_singer_k_multisinger.json │ │ ├── same_singer_k_multitimbre.json │ │ ├── same_singer_kiritan.json │ │ └── same_singer_musdb_a_train.json │ ├── make_same_song_dict │ │ ├── k_multisinger_same_song.py │ │ ├── open_singer_same_song.py │ │ ├── same_song_dict_OpenSinger.json │ │ └── same_song_k_multisinger.json │ ├── make_same_speaker_dict │ │ ├── libri_same_speaker.py │ │ ├── same_singer_LibriSpeech_train-clean-100.json │ │ └── same_singer_LibriSpeech_train-clean-360.json │ ├── make_training_set │ │ ├── prepro_all_data.py │ │ ├── prepro_csd.py │ │ ├── prepro_jingju.py │ │ ├── prepro_jsut.py │ │ ├── prepro_jvs.py │ │ ├── prepro_k_multisinger.py │ │ ├── prepro_k_multitimbre.py │ │ ├── prepro_kiritan.py │ │ ├── prepro_librispeech.py │ │ ├── prepro_medleyDB.py │ │ ├── prepro_mir_1k.py │ │ ├── prepro_mixing_secrets.py │ │ ├── prepro_musdb.py │ │ ├── prepro_nus.py │ │ ├── prepro_opensinger.py │ │ ├── prepro_tonas.py │ │ ├── prepro_vocadito.py │ │ └── prepro_vocalset.py │ ├── make_validation_dict │ │ ├── for_2_srcs │ │ │ ├── make_valid_singing_singing.py │ │ │ ├── make_valid_singing_singing_same_singer.py │ │ │ ├── make_valid_singing_speech.py │ │ │ ├── make_valid_singing_unison.py │ │ │ ├── make_valid_speech_speech.py │ │ │ ├── make_valid_speech_speech_same_speaker.py │ │ │ ├── make_valid_speech_unison.py │ │ │ ├── valid_regions_dict_singing_singing.json │ │ │ ├── valid_regions_dict_singing_singing_same_singer.json │ │ │ ├── valid_regions_dict_singing_speech.json │ │ │ ├── valid_regions_dict_singing_unison.json │ │ │ ├── valid_regions_dict_speech_speech.json │ │ │ ├── valid_regions_dict_speech_speech_same_speaker.json │ │ │ └── valid_regions_dict_speech_unison.json │ │ └── for_n_srcs │ │ │ ├── make_valid_only_with_singing_same_singer.py │ │ │ ├── make_valid_only_with_speech.py │ │ │ ├── make_valid_only_with_speech_same_speaker.py │ │ │ ├── make_valid_singing_singing.py │ │ │ ├── make_valid_singing_speech.py │ │ │ ├── make_valid_singing_unison.py │ │ │ ├── make_valid_speech_unison.py │ │ │ ├── valid_regions_dict_singing_singing_n_srcs.json │ │ │ ├── valid_regions_dict_singing_singing_same_singer_n_srcs.json │ │ │ ├── valid_regions_dict_singing_speech_n_srcs.json │ │ │ ├── valid_regions_dict_singing_unison_n_srcs.json │ │ │ ├── valid_regions_dict_speech_speech_n_srcs.json │ │ │ ├── valid_regions_dict_speech_speech_same_speaker_n_srcs.json │ │ │ └── valid_regions_dict_speech_unison_n_srcs.json │ └── song_length_dict_24k.json ├── solver.py ├── test.py ├── train.py └── utils │ ├── __init__.py │ ├── logging.py │ ├── loudness_utils.py │ ├── lr_scheduler.py │ ├── parselmouth_utils.py │ ├── read_wave_utils.py │ ├── stft_utils.py │ └── train_utils.py └── testset ├── testset_analysis_length.py ├── testset_analysis_lufs_diff.py ├── testset_config ├── V1_rest_vocals_only_config │ ├── CelestialShore_DieForUs.json │ ├── ClaraBerryAndWooldog_Boys.json │ ├── FacesOnFilm_WaitingForGa.json │ ├── FamilyBand_Again.json │ ├── HeladoNegro_MitadDelMundo.json │ ├── LizNelson_ImComingHome.json │ ├── LizNelson_Rainfall.json │ ├── Meaxic_TakeAStep.json │ ├── NightPanther_Fire.json │ └── PurlingHiss_Lolita.json └── V2_vocals_only_config │ ├── CassandraJenkins_PerfectDay.json │ ├── CatMartino_IPromise.json │ ├── Cayetana_MissThing.json │ ├── FilthyBird_IdLikeToKnow.json │ ├── LewisAndClarke_TheSilverSea.json │ ├── MidnightBlue_HuntingSeason.json │ ├── MutualBenefit_NotForNothing.json │ ├── PatternIsMovement_SaveMe.json │ ├── PeterMatthewBauer_YouAlwaysLookForSomeoneLost.json │ ├── TheTonTons_Lush.json │ ├── TleilaxEnsemble_Late.json │ ├── TleilaxEnsemble_MelancholyFlowers.json │ └── Torres_NewSkin.json ├── testset_gain_analysis.py ├── testset_long_save.py └── testset_save.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/requirements.txt -------------------------------------------------------------------------------- /svs/calc_flops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/calc_flops.py -------------------------------------------------------------------------------- /svs/data/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/data/__init__.py -------------------------------------------------------------------------------- /svs/data/multi_singing_libri_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/data/multi_singing_libri_dataset.py -------------------------------------------------------------------------------- /svs/data/singing_libri_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/data/singing_libri_dataset.py -------------------------------------------------------------------------------- /svs/data/test_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/data/test_dataset.py -------------------------------------------------------------------------------- /svs/functions/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/__init__.py -------------------------------------------------------------------------------- /svs/functions/define_overlapadd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/define_overlapadd.py -------------------------------------------------------------------------------- /svs/functions/oracle_methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/oracle_methods.py -------------------------------------------------------------------------------- /svs/functions/overlapadd_chunk_w2v.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/overlapadd_chunk_w2v.py -------------------------------------------------------------------------------- /svs/functions/overlapadd_norm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/overlapadd_norm.py -------------------------------------------------------------------------------- /svs/functions/overlapadd_w2v.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/overlapadd_w2v.py -------------------------------------------------------------------------------- /svs/functions/overpaladd_chunk_spec_feat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/overpaladd_chunk_spec_feat.py -------------------------------------------------------------------------------- /svs/functions/silence_remove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/silence_remove.py -------------------------------------------------------------------------------- /svs/functions/silence_split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/silence_split.py -------------------------------------------------------------------------------- /svs/functions/wav2vec_feature_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/functions/wav2vec_feature_extractor.py -------------------------------------------------------------------------------- /svs/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/inference.py -------------------------------------------------------------------------------- /svs/losses/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/losses/__init__.py -------------------------------------------------------------------------------- /svs/losses/modified_multi_spectral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/losses/modified_multi_spectral.py -------------------------------------------------------------------------------- /svs/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/main.py -------------------------------------------------------------------------------- /svs/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/models/__init__.py -------------------------------------------------------------------------------- /svs/models/base_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/models/base_models.py -------------------------------------------------------------------------------- /svs/models/define_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/models/define_models.py -------------------------------------------------------------------------------- /svs/models/pos_encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/models/pos_encoding.py -------------------------------------------------------------------------------- /svs/models/sepformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/models/sepformer.py -------------------------------------------------------------------------------- /svs/models/super_resolution_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/models/super_resolution_net.py -------------------------------------------------------------------------------- /svs/models/tdcnpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/models/tdcnpp.py -------------------------------------------------------------------------------- /svs/oracle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/oracle.py -------------------------------------------------------------------------------- /svs/preprocess/check_lengths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/check_lengths.py -------------------------------------------------------------------------------- /svs/preprocess/make_lengths_dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_lengths_dict.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/CSD_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/CSD_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/MIR-1K-same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/MIR-1K-same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/NUS_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/NUS_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/OpenSinger_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/OpenSinger_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/VocalSet_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/VocalSet_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/jsut-song_ver1_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/jsut-song_ver1_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/jvs_music_ver1_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/jvs_music_ver1_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/k_multisinger_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/k_multisinger_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/k_multitimbre_guide_vocal_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/k_multitimbre_guide_vocal_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/kiritan_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/kiritan_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/musdb_a_train_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/musdb_a_train_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_CSD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_CSD.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_MIR-1K.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_MIR-1K.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_NUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_NUS.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_OpenSinger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_OpenSinger.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_VocalSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_VocalSet.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_jsut-song_ver1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_jsut-song_ver1.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_jvs_music_ver1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_jvs_music_ver1.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_k_multisinger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_k_multisinger.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_k_multitimbre.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_k_multitimbre.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_kiritan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_kiritan.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_singer_dict/same_singer_musdb_a_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_singer_dict/same_singer_musdb_a_train.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_song_dict/k_multisinger_same_song.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_song_dict/k_multisinger_same_song.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_song_dict/open_singer_same_song.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_song_dict/open_singer_same_song.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_song_dict/same_song_dict_OpenSinger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_song_dict/same_song_dict_OpenSinger.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_song_dict/same_song_k_multisinger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_song_dict/same_song_k_multisinger.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_speaker_dict/libri_same_speaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_speaker_dict/libri_same_speaker.py -------------------------------------------------------------------------------- /svs/preprocess/make_same_speaker_dict/same_singer_LibriSpeech_train-clean-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_speaker_dict/same_singer_LibriSpeech_train-clean-100.json -------------------------------------------------------------------------------- /svs/preprocess/make_same_speaker_dict/same_singer_LibriSpeech_train-clean-360.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_same_speaker_dict/same_singer_LibriSpeech_train-clean-360.json -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_all_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_all_data.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_csd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_csd.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_jingju.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_jingju.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_jsut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_jsut.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_jvs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_jvs.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_k_multisinger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_k_multisinger.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_k_multitimbre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_k_multitimbre.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_kiritan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_kiritan.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_librispeech.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_librispeech.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_medleyDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_medleyDB.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_mir_1k.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_mir_1k.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_mixing_secrets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_mixing_secrets.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_musdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_musdb.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_nus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_nus.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_opensinger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_opensinger.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_tonas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_tonas.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_vocadito.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_vocadito.py -------------------------------------------------------------------------------- /svs/preprocess/make_training_set/prepro_vocalset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_training_set/prepro_vocalset.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/make_valid_singing_singing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/make_valid_singing_singing.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/make_valid_singing_singing_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/make_valid_singing_singing_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/make_valid_singing_speech.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/make_valid_singing_speech.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/make_valid_singing_unison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/make_valid_singing_unison.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/make_valid_speech_speech.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/make_valid_speech_speech.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/make_valid_speech_speech_same_speaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/make_valid_speech_speech_same_speaker.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/make_valid_speech_unison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/make_valid_speech_unison.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_singing_singing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_singing_singing.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_singing_singing_same_singer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_singing_singing_same_singer.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_singing_speech.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_singing_speech.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_singing_unison.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_singing_unison.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_speech_speech.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_speech_speech.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_speech_speech_same_speaker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_speech_speech_same_speaker.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_speech_unison.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_2_srcs/valid_regions_dict_speech_unison.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/make_valid_only_with_singing_same_singer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/make_valid_only_with_singing_same_singer.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/make_valid_only_with_speech.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/make_valid_only_with_speech.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/make_valid_only_with_speech_same_speaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/make_valid_only_with_speech_same_speaker.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/make_valid_singing_singing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/make_valid_singing_singing.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/make_valid_singing_speech.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/make_valid_singing_speech.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/make_valid_singing_unison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/make_valid_singing_unison.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/make_valid_speech_unison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/make_valid_speech_unison.py -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_singing_singing_n_srcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_singing_singing_n_srcs.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_singing_singing_same_singer_n_srcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_singing_singing_same_singer_n_srcs.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_singing_speech_n_srcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_singing_speech_n_srcs.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_singing_unison_n_srcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_singing_unison_n_srcs.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_speech_speech_n_srcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_speech_speech_n_srcs.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_speech_speech_same_speaker_n_srcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_speech_speech_same_speaker_n_srcs.json -------------------------------------------------------------------------------- /svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_speech_unison_n_srcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/make_validation_dict/for_n_srcs/valid_regions_dict_speech_unison_n_srcs.json -------------------------------------------------------------------------------- /svs/preprocess/song_length_dict_24k.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/preprocess/song_length_dict_24k.json -------------------------------------------------------------------------------- /svs/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/solver.py -------------------------------------------------------------------------------- /svs/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/test.py -------------------------------------------------------------------------------- /svs/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/train.py -------------------------------------------------------------------------------- /svs/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/utils/__init__.py -------------------------------------------------------------------------------- /svs/utils/logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/utils/logging.py -------------------------------------------------------------------------------- /svs/utils/loudness_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/utils/loudness_utils.py -------------------------------------------------------------------------------- /svs/utils/lr_scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/utils/lr_scheduler.py -------------------------------------------------------------------------------- /svs/utils/parselmouth_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/utils/parselmouth_utils.py -------------------------------------------------------------------------------- /svs/utils/read_wave_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/utils/read_wave_utils.py -------------------------------------------------------------------------------- /svs/utils/stft_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/utils/stft_utils.py -------------------------------------------------------------------------------- /svs/utils/train_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/svs/utils/train_utils.py -------------------------------------------------------------------------------- /testset/testset_analysis_length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_analysis_length.py -------------------------------------------------------------------------------- /testset/testset_analysis_lufs_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_analysis_lufs_diff.py -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/CelestialShore_DieForUs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/CelestialShore_DieForUs.json -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/ClaraBerryAndWooldog_Boys.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/ClaraBerryAndWooldog_Boys.json -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/FacesOnFilm_WaitingForGa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/FacesOnFilm_WaitingForGa.json -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/FamilyBand_Again.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/FamilyBand_Again.json -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/HeladoNegro_MitadDelMundo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/HeladoNegro_MitadDelMundo.json -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/LizNelson_ImComingHome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/LizNelson_ImComingHome.json -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/LizNelson_Rainfall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/LizNelson_Rainfall.json -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/Meaxic_TakeAStep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/Meaxic_TakeAStep.json -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/NightPanther_Fire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/NightPanther_Fire.json -------------------------------------------------------------------------------- /testset/testset_config/V1_rest_vocals_only_config/PurlingHiss_Lolita.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V1_rest_vocals_only_config/PurlingHiss_Lolita.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/CassandraJenkins_PerfectDay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/CassandraJenkins_PerfectDay.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/CatMartino_IPromise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/CatMartino_IPromise.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/Cayetana_MissThing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/Cayetana_MissThing.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/FilthyBird_IdLikeToKnow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/FilthyBird_IdLikeToKnow.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/LewisAndClarke_TheSilverSea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/LewisAndClarke_TheSilverSea.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/MidnightBlue_HuntingSeason.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/MidnightBlue_HuntingSeason.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/MutualBenefit_NotForNothing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/MutualBenefit_NotForNothing.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/PatternIsMovement_SaveMe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/PatternIsMovement_SaveMe.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/PeterMatthewBauer_YouAlwaysLookForSomeoneLost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/PeterMatthewBauer_YouAlwaysLookForSomeoneLost.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/TheTonTons_Lush.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/TheTonTons_Lush.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/TleilaxEnsemble_Late.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/TleilaxEnsemble_Late.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/TleilaxEnsemble_MelancholyFlowers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/TleilaxEnsemble_MelancholyFlowers.json -------------------------------------------------------------------------------- /testset/testset_config/V2_vocals_only_config/Torres_NewSkin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_config/V2_vocals_only_config/Torres_NewSkin.json -------------------------------------------------------------------------------- /testset/testset_gain_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_gain_analysis.py -------------------------------------------------------------------------------- /testset/testset_long_save.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_long_save.py -------------------------------------------------------------------------------- /testset/testset_save.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonchangbin49/MedleyVox/HEAD/testset/testset_save.py --------------------------------------------------------------------------------