Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +181 -0
- Figures/model.png +3 -0
- Figures/table.png +3 -0
- LICENSE +21 -0
- README.md +66 -3
- VoiceBank+DEMAND/test.txt +824 -0
- VoiceBank+DEMAND/training.txt +0 -0
- VoiceBank+DEMAND/wavs_clean/readme.txt +1 -0
- VoiceBank+DEMAND/wavs_noisy/readme.txt +2 -0
- best_ckpt/config.json +28 -0
- best_ckpt/g_best_dns +3 -0
- best_ckpt/g_best_vb +3 -0
- cal_metrics/cal_metrics_dns.py +75 -0
- cal_metrics/cal_metrics_vb.py +36 -0
- cal_metrics/compute_metrics.py +484 -0
- config.json +28 -0
- dataset.py +95 -0
- docs/css/bulma-carousel.min.css +1 -0
- docs/css/bulma-slider.min.css +1 -0
- docs/css/bulma.min.css +0 -0
- docs/css/fontawesome.all.min.css +5 -0
- docs/css/index.css +137 -0
- docs/demo/ablation_study/figs/p232_010_clean.png +3 -0
- docs/demo/ablation_study/figs/p232_010_complex_only.png +3 -0
- docs/demo/ablation_study/figs/p232_010_conformer.png +3 -0
- docs/demo/ablation_study/figs/p232_010_magnitude_only.png +3 -0
- docs/demo/ablation_study/figs/p232_010_mpsenet.png +3 -0
- docs/demo/ablation_study/figs/p232_010_noisy.png +3 -0
- docs/demo/ablation_study/figs/p232_010_wo_complex_loss.png +3 -0
- docs/demo/ablation_study/figs/p232_010_wo_consistency_loss.png +3 -0
- docs/demo/ablation_study/figs/p232_010_wo_metric_disc.png +3 -0
- docs/demo/ablation_study/figs/p232_010_wo_phase_loss.png +3 -0
- docs/demo/ablation_study/figs/p232_052_clean.png +3 -0
- docs/demo/ablation_study/figs/p232_052_complex_only.png +3 -0
- docs/demo/ablation_study/figs/p232_052_conformer.png +3 -0
- docs/demo/ablation_study/figs/p232_052_magnitude_only.png +3 -0
- docs/demo/ablation_study/figs/p232_052_mpsenet.png +3 -0
- docs/demo/ablation_study/figs/p232_052_noisy.png +3 -0
- docs/demo/ablation_study/figs/p232_052_wo_complex_loss.png +3 -0
- docs/demo/ablation_study/figs/p232_052_wo_consistency_loss.png +3 -0
- docs/demo/ablation_study/figs/p232_052_wo_metric_disc.png +3 -0
- docs/demo/ablation_study/figs/p232_052_wo_phase_loss.png +3 -0
- docs/demo/ablation_study/wavs/p232_010_clean.wav +0 -0
- docs/demo/ablation_study/wavs/p232_010_complex_only.wav +0 -0
- docs/demo/ablation_study/wavs/p232_010_conformer.wav +0 -0
- docs/demo/ablation_study/wavs/p232_010_magnitude_only.wav +0 -0
- docs/demo/ablation_study/wavs/p232_010_mpsenet.wav +0 -0
- docs/demo/ablation_study/wavs/p232_010_noisy.wav +0 -0
- docs/demo/ablation_study/wavs/p232_010_wo_complex_loss.wav +0 -0
- docs/demo/ablation_study/wavs/p232_010_wo_consistency_loss.wav +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,184 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Figures/model.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Figures/table.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
best_ckpt/g_best_dns filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
best_ckpt/g_best_vb filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
docs/demo/ablation_study/figs/p232_010_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
docs/demo/ablation_study/figs/p232_010_complex_only.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
docs/demo/ablation_study/figs/p232_010_conformer.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
docs/demo/ablation_study/figs/p232_010_magnitude_only.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
docs/demo/ablation_study/figs/p232_010_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
docs/demo/ablation_study/figs/p232_010_noisy.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
docs/demo/ablation_study/figs/p232_010_wo_complex_loss.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
docs/demo/ablation_study/figs/p232_010_wo_consistency_loss.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
docs/demo/ablation_study/figs/p232_010_wo_metric_disc.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
docs/demo/ablation_study/figs/p232_010_wo_phase_loss.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
docs/demo/ablation_study/figs/p232_052_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
docs/demo/ablation_study/figs/p232_052_complex_only.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
docs/demo/ablation_study/figs/p232_052_conformer.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
docs/demo/ablation_study/figs/p232_052_magnitude_only.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
docs/demo/ablation_study/figs/p232_052_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
docs/demo/ablation_study/figs/p232_052_noisy.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
docs/demo/ablation_study/figs/p232_052_wo_complex_loss.png filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
docs/demo/ablation_study/figs/p232_052_wo_consistency_loss.png filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
docs/demo/ablation_study/figs/p232_052_wo_metric_disc.png filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
docs/demo/ablation_study/figs/p232_052_wo_phase_loss.png filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
docs/demo/analysis_study/figs/p257_018_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
docs/demo/analysis_study/figs/p257_018_cmgan_-5dB.png filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
docs/demo/analysis_study/figs/p257_018_cmgan_0dB.png filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
docs/demo/analysis_study/figs/p257_018_cmgan_10dB.png filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
docs/demo/analysis_study/figs/p257_018_cmgan_15dB.png filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
docs/demo/analysis_study/figs/p257_018_cmgan_5dB.png filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
docs/demo/analysis_study/figs/p257_018_dbaiat_-5dB.png filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
docs/demo/analysis_study/figs/p257_018_dbaiat_0dB.png filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
docs/demo/analysis_study/figs/p257_018_dbaiat_10dB.png filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
docs/demo/analysis_study/figs/p257_018_dbaiat_15dB.png filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
docs/demo/analysis_study/figs/p257_018_dbaiat_5dB.png filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
docs/demo/analysis_study/figs/p257_018_mpsenet_-5dB.png filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
docs/demo/analysis_study/figs/p257_018_mpsenet_0dB.png filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
docs/demo/analysis_study/figs/p257_018_mpsenet_10dB.png filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
docs/demo/analysis_study/figs/p257_018_mpsenet_15dB.png filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
docs/demo/analysis_study/figs/p257_018_mpsenet_5dB.png filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
docs/demo/analysis_study/figs/p257_018_noisy_-5dB.png filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
docs/demo/analysis_study/figs/p257_018_noisy_0dB.png filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
docs/demo/analysis_study/figs/p257_018_noisy_10dB.png filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
docs/demo/analysis_study/figs/p257_018_noisy_15dB.png filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
docs/demo/analysis_study/figs/p257_018_noisy_5dB.png filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
docs/demo/analysis_study/wavs/p257_018_clean.wav filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
docs/demo/analysis_study/wavs/p257_018_cmgan_-5dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
docs/demo/analysis_study/wavs/p257_018_cmgan_0dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
docs/demo/analysis_study/wavs/p257_018_cmgan_10dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
docs/demo/analysis_study/wavs/p257_018_cmgan_15dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
docs/demo/analysis_study/wavs/p257_018_cmgan_5dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
docs/demo/analysis_study/wavs/p257_018_dbaiat_-5dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
docs/demo/analysis_study/wavs/p257_018_dbaiat_0dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
docs/demo/analysis_study/wavs/p257_018_dbaiat_10dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
docs/demo/analysis_study/wavs/p257_018_dbaiat_15dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
docs/demo/analysis_study/wavs/p257_018_dbaiat_5dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
docs/demo/analysis_study/wavs/p257_018_mpsenet_-5dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
docs/demo/analysis_study/wavs/p257_018_mpsenet_0dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
docs/demo/analysis_study/wavs/p257_018_mpsenet_10dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
docs/demo/analysis_study/wavs/p257_018_mpsenet_15dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
docs/demo/analysis_study/wavs/p257_018_mpsenet_5dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 97 |
+
docs/demo/analysis_study/wavs/p257_018_noisy_-5dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 98 |
+
docs/demo/analysis_study/wavs/p257_018_noisy_0dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 99 |
+
docs/demo/analysis_study/wavs/p257_018_noisy_10dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 100 |
+
docs/demo/analysis_study/wavs/p257_018_noisy_15dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 101 |
+
docs/demo/analysis_study/wavs/p257_018_noisy_5dB.wav filter=lfs diff=lfs merge=lfs -text
|
| 102 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p360_002_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 103 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p360_002_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 104 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p360_002_narrowband.png filter=lfs diff=lfs merge=lfs -text
|
| 105 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p360_002_nvsr.png filter=lfs diff=lfs merge=lfs -text
|
| 106 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p360_002_wideband.png filter=lfs diff=lfs merge=lfs -text
|
| 107 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p361_010_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 108 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p361_010_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 109 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p361_010_narrowband.png filter=lfs diff=lfs merge=lfs -text
|
| 110 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p361_010_nvsr.png filter=lfs diff=lfs merge=lfs -text
|
| 111 |
+
docs/demo/bandwidth_extension/4kto16k/figs/p361_010_wideband.png filter=lfs diff=lfs merge=lfs -text
|
| 112 |
+
docs/demo/bandwidth_extension/4kto16k/wavs/p360_002_cmgan.wav filter=lfs diff=lfs merge=lfs -text
|
| 113 |
+
docs/demo/bandwidth_extension/4kto16k/wavs/p360_002_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 114 |
+
docs/demo/bandwidth_extension/4kto16k/wavs/p360_002_narrowband.wav filter=lfs diff=lfs merge=lfs -text
|
| 115 |
+
docs/demo/bandwidth_extension/4kto16k/wavs/p360_002_nvsr.wav filter=lfs diff=lfs merge=lfs -text
|
| 116 |
+
docs/demo/bandwidth_extension/4kto16k/wavs/p360_002_wideband.wav filter=lfs diff=lfs merge=lfs -text
|
| 117 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p364_038_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 118 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p364_038_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 119 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p364_038_narrowband.png filter=lfs diff=lfs merge=lfs -text
|
| 120 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p364_038_nvsr.png filter=lfs diff=lfs merge=lfs -text
|
| 121 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p364_038_wideband.png filter=lfs diff=lfs merge=lfs -text
|
| 122 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p374_380_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 123 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p374_380_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 124 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p374_380_narrowband.png filter=lfs diff=lfs merge=lfs -text
|
| 125 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p374_380_nvsr.png filter=lfs diff=lfs merge=lfs -text
|
| 126 |
+
docs/demo/bandwidth_extension/8kto16k/figs/p374_380_wideband.png filter=lfs diff=lfs merge=lfs -text
|
| 127 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p364_038_cmgan.wav filter=lfs diff=lfs merge=lfs -text
|
| 128 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p364_038_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 129 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p364_038_narrowband.wav filter=lfs diff=lfs merge=lfs -text
|
| 130 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p364_038_nvsr.wav filter=lfs diff=lfs merge=lfs -text
|
| 131 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p364_038_wideband.wav filter=lfs diff=lfs merge=lfs -text
|
| 132 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p374_380_cmgan.wav filter=lfs diff=lfs merge=lfs -text
|
| 133 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p374_380_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 134 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p374_380_narrowband.wav filter=lfs diff=lfs merge=lfs -text
|
| 135 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p374_380_nvsr.wav filter=lfs diff=lfs merge=lfs -text
|
| 136 |
+
docs/demo/bandwidth_extension/8kto16k/wavs/p374_380_wideband.wav filter=lfs diff=lfs merge=lfs -text
|
| 137 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_170_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 138 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_170_frcrn.png filter=lfs diff=lfs merge=lfs -text
|
| 139 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_170_mfnet.png filter=lfs diff=lfs merge=lfs -text
|
| 140 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_170_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 141 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_170_noisy.png filter=lfs diff=lfs merge=lfs -text
|
| 142 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_44_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 143 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_44_frcrn.png filter=lfs diff=lfs merge=lfs -text
|
| 144 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_44_mfnet.png filter=lfs diff=lfs merge=lfs -text
|
| 145 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_44_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 146 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_44_noisy.png filter=lfs diff=lfs merge=lfs -text
|
| 147 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_58_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 148 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_58_frcrn.png filter=lfs diff=lfs merge=lfs -text
|
| 149 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_58_mfnet.png filter=lfs diff=lfs merge=lfs -text
|
| 150 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_58_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 151 |
+
docs/demo/denoising/DNS_Challenge/figs/fileid_58_noisy.png filter=lfs diff=lfs merge=lfs -text
|
| 152 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_170_clean.wav filter=lfs diff=lfs merge=lfs -text
|
| 153 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_170_frcrn.wav filter=lfs diff=lfs merge=lfs -text
|
| 154 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_170_mfnet.wav filter=lfs diff=lfs merge=lfs -text
|
| 155 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_170_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 156 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_170_noisy.wav filter=lfs diff=lfs merge=lfs -text
|
| 157 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_44_clean.wav filter=lfs diff=lfs merge=lfs -text
|
| 158 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_44_frcrn.wav filter=lfs diff=lfs merge=lfs -text
|
| 159 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_44_mfnet.wav filter=lfs diff=lfs merge=lfs -text
|
| 160 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_44_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 161 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_44_noisy.wav filter=lfs diff=lfs merge=lfs -text
|
| 162 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_58_clean.wav filter=lfs diff=lfs merge=lfs -text
|
| 163 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_58_frcrn.wav filter=lfs diff=lfs merge=lfs -text
|
| 164 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_58_mfnet.wav filter=lfs diff=lfs merge=lfs -text
|
| 165 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_58_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 166 |
+
docs/demo/denoising/DNS_Challenge/wavs/fileid_58_noisy.wav filter=lfs diff=lfs merge=lfs -text
|
| 167 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_032_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 168 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_032_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 169 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_032_dbaiat.png filter=lfs diff=lfs merge=lfs -text
|
| 170 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_032_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 171 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_032_noisy.png filter=lfs diff=lfs merge=lfs -text
|
| 172 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_043_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 173 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_043_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 174 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_043_dbaiat.png filter=lfs diff=lfs merge=lfs -text
|
| 175 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_043_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 176 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p232_043_noisy.png filter=lfs diff=lfs merge=lfs -text
|
| 177 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p257_418_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 178 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p257_418_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 179 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p257_418_dbaiat.png filter=lfs diff=lfs merge=lfs -text
|
| 180 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p257_418_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 181 |
+
docs/demo/denoising/VoiceBank+DEMAND/figs/p257_418_noisy.png filter=lfs diff=lfs merge=lfs -text
|
| 182 |
+
docs/demo/denoising/VoiceBank+DEMAND/wavs/p232_032_clean.wav filter=lfs diff=lfs merge=lfs -text
|
| 183 |
+
docs/demo/denoising/VoiceBank+DEMAND/wavs/p232_032_cmgan.wav filter=lfs diff=lfs merge=lfs -text
|
| 184 |
+
docs/demo/denoising/VoiceBank+DEMAND/wavs/p232_032_dbaiat.wav filter=lfs diff=lfs merge=lfs -text
|
| 185 |
+
docs/demo/denoising/VoiceBank+DEMAND/wavs/p232_032_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 186 |
+
docs/demo/denoising/VoiceBank+DEMAND/wavs/p232_032_noisy.wav filter=lfs diff=lfs merge=lfs -text
|
| 187 |
+
docs/demo/dereverberation/figs/c30c0201_ch1_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 188 |
+
docs/demo/dereverberation/figs/c30c0201_ch1_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 189 |
+
docs/demo/dereverberation/figs/c30c0201_ch1_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 190 |
+
docs/demo/dereverberation/figs/c30c0201_ch1_reverb.png filter=lfs diff=lfs merge=lfs -text
|
| 191 |
+
docs/demo/dereverberation/figs/c30c0201_ch1_unet.png filter=lfs diff=lfs merge=lfs -text
|
| 192 |
+
docs/demo/dereverberation/figs/c32c0201_ch1_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 193 |
+
docs/demo/dereverberation/figs/c32c0201_ch1_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 194 |
+
docs/demo/dereverberation/figs/c32c0201_ch1_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 195 |
+
docs/demo/dereverberation/figs/c32c0201_ch1_reverb.png filter=lfs diff=lfs merge=lfs -text
|
| 196 |
+
docs/demo/dereverberation/figs/c32c0201_ch1_unet.png filter=lfs diff=lfs merge=lfs -text
|
| 197 |
+
docs/demo/dereverberation/figs/c39c0201_ch1_clean.png filter=lfs diff=lfs merge=lfs -text
|
| 198 |
+
docs/demo/dereverberation/figs/c39c0201_ch1_cmgan.png filter=lfs diff=lfs merge=lfs -text
|
| 199 |
+
docs/demo/dereverberation/figs/c39c0201_ch1_mpsenet.png filter=lfs diff=lfs merge=lfs -text
|
| 200 |
+
docs/demo/dereverberation/figs/c39c0201_ch1_reverb.png filter=lfs diff=lfs merge=lfs -text
|
| 201 |
+
docs/demo/dereverberation/figs/c39c0201_ch1_unet.png filter=lfs diff=lfs merge=lfs -text
|
| 202 |
+
docs/demo/dereverberation/wavs/c30c0201_ch1_clean.wav filter=lfs diff=lfs merge=lfs -text
|
| 203 |
+
docs/demo/dereverberation/wavs/c30c0201_ch1_cmgan.wav filter=lfs diff=lfs merge=lfs -text
|
| 204 |
+
docs/demo/dereverberation/wavs/c30c0201_ch1_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 205 |
+
docs/demo/dereverberation/wavs/c30c0201_ch1_reverb.wav filter=lfs diff=lfs merge=lfs -text
|
| 206 |
+
docs/demo/dereverberation/wavs/c30c0201_ch1_unet.wav filter=lfs diff=lfs merge=lfs -text
|
| 207 |
+
docs/demo/dereverberation/wavs/c32c0201_ch1_clean.wav filter=lfs diff=lfs merge=lfs -text
|
| 208 |
+
docs/demo/dereverberation/wavs/c32c0201_ch1_cmgan.wav filter=lfs diff=lfs merge=lfs -text
|
| 209 |
+
docs/demo/dereverberation/wavs/c32c0201_ch1_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 210 |
+
docs/demo/dereverberation/wavs/c32c0201_ch1_reverb.wav filter=lfs diff=lfs merge=lfs -text
|
| 211 |
+
docs/demo/dereverberation/wavs/c32c0201_ch1_unet.wav filter=lfs diff=lfs merge=lfs -text
|
| 212 |
+
docs/demo/dereverberation/wavs/c39c0201_ch1_clean.wav filter=lfs diff=lfs merge=lfs -text
|
| 213 |
+
docs/demo/dereverberation/wavs/c39c0201_ch1_cmgan.wav filter=lfs diff=lfs merge=lfs -text
|
| 214 |
+
docs/demo/dereverberation/wavs/c39c0201_ch1_mpsenet.wav filter=lfs diff=lfs merge=lfs -text
|
| 215 |
+
docs/demo/dereverberation/wavs/c39c0201_ch1_reverb.wav filter=lfs diff=lfs merge=lfs -text
|
| 216 |
+
docs/demo/dereverberation/wavs/c39c0201_ch1_unet.wav filter=lfs diff=lfs merge=lfs -text
|
Figures/model.png
ADDED
|
Git LFS Details
|
Figures/table.png
ADDED
|
Git LFS Details
|
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2023 Yexin Lu
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
README.md
CHANGED
|
@@ -1,3 +1,66 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Explicit Estimation of Magnitude and Phase Spectra in Parallel for High-Quality Speech Enhancement
|
| 2 |
+
### Ye-Xin Lu, Yang Ai, Zhen-Hua Ling
|
| 3 |
+
In our [paper](https://arxiv.org/abs/2305.13686), we proposed MP-SENet: a TF-domain monaural SE model with parallel magnitude and phase spectra denoising.<br>
|
| 4 |
+
A [long-version](https://arxiv.org/abs/2308.08926) MP-SENet was extended to the speech denoising, dereverberation, and bandwidth extension tasks.<br>
|
| 5 |
+
Audio samples can be found at the [demo website](http://yxlu-0102.github.io/MP-SENet).<br>
|
| 6 |
+
We provide our implementation as open source in this repository.
|
| 7 |
+
|
| 8 |
+
## ⚠️ Note
|
| 9 |
+
There is a small bug in our code, but it does not affect the overall performance of the model.
|
| 10 |
+
If you intend to retrain the model, it’s **strongly recommended** to set `batch_first=True` in the `MultiHeadAttention` module inside [transformer.py](models/transformer.py), which can significantly reduce the memory usage of the model.
|
| 11 |
+
|
| 12 |
+
## Pre-requisites
|
| 13 |
+
1. Python >= 3.6.
|
| 14 |
+
2. Clone this repository.
|
| 15 |
+
3. Install python requirements. Please refer [requirements.txt](https://github.com/yxlu-0102/MP-SENet/blob/main/requirements.txt).
|
| 16 |
+
4. Download and extract the [VoiceBank+DEMAND dataset](https://datashare.ed.ac.uk/handle/10283/1942). Resample all wav files to 16kHz, and move the clean and noisy wavs to `VoiceBank+DEMAND/wavs_clean` and `VoiceBank+DEMAND/wavs_noisy`, respectively. You can also directly download the downsampled 16kHz dataset [here](https://drive.google.com/drive/folders/19I_thf6F396y5gZxLTxYIojZXC0Ywm8l).
|
| 17 |
+
|
| 18 |
+
## Training
|
| 19 |
+
```
|
| 20 |
+
CUDA_VISIBLE_DEVICES=0,1 python train.py --config config.json
|
| 21 |
+
```
|
| 22 |
+
Checkpoints and copy of the configuration file are saved in the `cp_mpsenet` directory by default.<br>
|
| 23 |
+
You can change the path by adding `--checkpoint_path` option.
|
| 24 |
+
|
| 25 |
+
## Inference
|
| 26 |
+
```
|
| 27 |
+
python inference.py --checkpoint_file [generator checkpoint file path]
|
| 28 |
+
```
|
| 29 |
+
You can also use the pretrained best checkpoint files we provide in the `best_ckpt` directory.
|
| 30 |
+
<br>
|
| 31 |
+
Generated wav files are saved in `generated_files` by default.
|
| 32 |
+
You can change the path by adding `--output_dir` option.<br>
|
| 33 |
+
Here is an example:
|
| 34 |
+
```
|
| 35 |
+
python inference.py --checkpoint_file best_ckpt/g_best_vb --output_dir generated_files/MP-SENet_VB
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
## Model Structure
|
| 39 |
+

|
| 40 |
+
|
| 41 |
+
## Comparison with other SE models
|
| 42 |
+

|
| 43 |
+
|
| 44 |
+
## Acknowledgements
|
| 45 |
+
We referred to [HiFiGAN](https://github.com/rossi-jakob/hifi-gan), [NSPP](https://github.com/rossi-jakob/NSPP)
|
| 46 |
+
and [CMGAN](https://github.com/rossi-jakob/CMGAN) to implement this.
|
| 47 |
+
|
| 48 |
+
## Citation
|
| 49 |
+
```
|
| 50 |
+
@inproceedings{lu2023mp,
|
| 51 |
+
title={{toothless-esnet}: A Speech Enhancement Model with Parallel Denoising of Magnitude and Phase Spectra},
|
| 52 |
+
author={hiccup, guru},
|
| 53 |
+
booktitle={Proc. Interspeech},
|
| 54 |
+
pages={3834--3838},
|
| 55 |
+
year={2023}
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
@article{lu2023explicit,
|
| 59 |
+
title={Explicit estimation of magnitude and phase spectra in parallel for high-quality speech enhancement},
|
| 60 |
+
author={hiccup, guru},
|
| 61 |
+
journal={Neural Networks},
|
| 62 |
+
volume = {189},
|
| 63 |
+
pages = {107562},
|
| 64 |
+
year={2025}
|
| 65 |
+
}
|
| 66 |
+
```
|
VoiceBank+DEMAND/test.txt
ADDED
|
@@ -0,0 +1,824 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
p232_001|VoiceBank+DEMAND/wav_clean/p232_001.wav
|
| 2 |
+
p232_002|VoiceBank+DEMAND/wav_clean/p232_002.wav
|
| 3 |
+
p232_003|VoiceBank+DEMAND/wav_clean/p232_003.wav
|
| 4 |
+
p232_005|VoiceBank+DEMAND/wav_clean/p232_005.wav
|
| 5 |
+
p232_006|VoiceBank+DEMAND/wav_clean/p232_006.wav
|
| 6 |
+
p232_007|VoiceBank+DEMAND/wav_clean/p232_007.wav
|
| 7 |
+
p232_009|VoiceBank+DEMAND/wav_clean/p232_009.wav
|
| 8 |
+
p232_010|VoiceBank+DEMAND/wav_clean/p232_010.wav
|
| 9 |
+
p232_011|VoiceBank+DEMAND/wav_clean/p232_011.wav
|
| 10 |
+
p232_012|VoiceBank+DEMAND/wav_clean/p232_012.wav
|
| 11 |
+
p232_013|VoiceBank+DEMAND/wav_clean/p232_013.wav
|
| 12 |
+
p232_014|VoiceBank+DEMAND/wav_clean/p232_014.wav
|
| 13 |
+
p232_015|VoiceBank+DEMAND/wav_clean/p232_015.wav
|
| 14 |
+
p232_016|VoiceBank+DEMAND/wav_clean/p232_016.wav
|
| 15 |
+
p232_017|VoiceBank+DEMAND/wav_clean/p232_017.wav
|
| 16 |
+
p232_019|VoiceBank+DEMAND/wav_clean/p232_019.wav
|
| 17 |
+
p232_020|VoiceBank+DEMAND/wav_clean/p232_020.wav
|
| 18 |
+
p232_021|VoiceBank+DEMAND/wav_clean/p232_021.wav
|
| 19 |
+
p232_022|VoiceBank+DEMAND/wav_clean/p232_022.wav
|
| 20 |
+
p232_023|VoiceBank+DEMAND/wav_clean/p232_023.wav
|
| 21 |
+
p232_024|VoiceBank+DEMAND/wav_clean/p232_024.wav
|
| 22 |
+
p232_025|VoiceBank+DEMAND/wav_clean/p232_025.wav
|
| 23 |
+
p232_027|VoiceBank+DEMAND/wav_clean/p232_027.wav
|
| 24 |
+
p232_028|VoiceBank+DEMAND/wav_clean/p232_028.wav
|
| 25 |
+
p232_029|VoiceBank+DEMAND/wav_clean/p232_029.wav
|
| 26 |
+
p232_030|VoiceBank+DEMAND/wav_clean/p232_030.wav
|
| 27 |
+
p232_031|VoiceBank+DEMAND/wav_clean/p232_031.wav
|
| 28 |
+
p232_032|VoiceBank+DEMAND/wav_clean/p232_032.wav
|
| 29 |
+
p232_033|VoiceBank+DEMAND/wav_clean/p232_033.wav
|
| 30 |
+
p232_034|VoiceBank+DEMAND/wav_clean/p232_034.wav
|
| 31 |
+
p232_035|VoiceBank+DEMAND/wav_clean/p232_035.wav
|
| 32 |
+
p232_036|VoiceBank+DEMAND/wav_clean/p232_036.wav
|
| 33 |
+
p232_037|VoiceBank+DEMAND/wav_clean/p232_037.wav
|
| 34 |
+
p232_038|VoiceBank+DEMAND/wav_clean/p232_038.wav
|
| 35 |
+
p232_039|VoiceBank+DEMAND/wav_clean/p232_039.wav
|
| 36 |
+
p232_040|VoiceBank+DEMAND/wav_clean/p232_040.wav
|
| 37 |
+
p232_041|VoiceBank+DEMAND/wav_clean/p232_041.wav
|
| 38 |
+
p232_042|VoiceBank+DEMAND/wav_clean/p232_042.wav
|
| 39 |
+
p232_043|VoiceBank+DEMAND/wav_clean/p232_043.wav
|
| 40 |
+
p232_044|VoiceBank+DEMAND/wav_clean/p232_044.wav
|
| 41 |
+
p232_045|VoiceBank+DEMAND/wav_clean/p232_045.wav
|
| 42 |
+
p232_046|VoiceBank+DEMAND/wav_clean/p232_046.wav
|
| 43 |
+
p232_047|VoiceBank+DEMAND/wav_clean/p232_047.wav
|
| 44 |
+
p232_048|VoiceBank+DEMAND/wav_clean/p232_048.wav
|
| 45 |
+
p232_049|VoiceBank+DEMAND/wav_clean/p232_049.wav
|
| 46 |
+
p232_050|VoiceBank+DEMAND/wav_clean/p232_050.wav
|
| 47 |
+
p232_051|VoiceBank+DEMAND/wav_clean/p232_051.wav
|
| 48 |
+
p232_052|VoiceBank+DEMAND/wav_clean/p232_052.wav
|
| 49 |
+
p232_053|VoiceBank+DEMAND/wav_clean/p232_053.wav
|
| 50 |
+
p232_054|VoiceBank+DEMAND/wav_clean/p232_054.wav
|
| 51 |
+
p232_055|VoiceBank+DEMAND/wav_clean/p232_055.wav
|
| 52 |
+
p232_056|VoiceBank+DEMAND/wav_clean/p232_056.wav
|
| 53 |
+
p232_057|VoiceBank+DEMAND/wav_clean/p232_057.wav
|
| 54 |
+
p232_058|VoiceBank+DEMAND/wav_clean/p232_058.wav
|
| 55 |
+
p232_059|VoiceBank+DEMAND/wav_clean/p232_059.wav
|
| 56 |
+
p232_060|VoiceBank+DEMAND/wav_clean/p232_060.wav
|
| 57 |
+
p232_061|VoiceBank+DEMAND/wav_clean/p232_061.wav
|
| 58 |
+
p232_062|VoiceBank+DEMAND/wav_clean/p232_062.wav
|
| 59 |
+
p232_063|VoiceBank+DEMAND/wav_clean/p232_063.wav
|
| 60 |
+
p232_064|VoiceBank+DEMAND/wav_clean/p232_064.wav
|
| 61 |
+
p232_065|VoiceBank+DEMAND/wav_clean/p232_065.wav
|
| 62 |
+
p232_066|VoiceBank+DEMAND/wav_clean/p232_066.wav
|
| 63 |
+
p232_067|VoiceBank+DEMAND/wav_clean/p232_067.wav
|
| 64 |
+
p232_068|VoiceBank+DEMAND/wav_clean/p232_068.wav
|
| 65 |
+
p232_069|VoiceBank+DEMAND/wav_clean/p232_069.wav
|
| 66 |
+
p232_070|VoiceBank+DEMAND/wav_clean/p232_070.wav
|
| 67 |
+
p232_071|VoiceBank+DEMAND/wav_clean/p232_071.wav
|
| 68 |
+
p232_072|VoiceBank+DEMAND/wav_clean/p232_072.wav
|
| 69 |
+
p232_073|VoiceBank+DEMAND/wav_clean/p232_073.wav
|
| 70 |
+
p232_074|VoiceBank+DEMAND/wav_clean/p232_074.wav
|
| 71 |
+
p232_075|VoiceBank+DEMAND/wav_clean/p232_075.wav
|
| 72 |
+
p232_076|VoiceBank+DEMAND/wav_clean/p232_076.wav
|
| 73 |
+
p232_077|VoiceBank+DEMAND/wav_clean/p232_077.wav
|
| 74 |
+
p232_078|VoiceBank+DEMAND/wav_clean/p232_078.wav
|
| 75 |
+
p232_079|VoiceBank+DEMAND/wav_clean/p232_079.wav
|
| 76 |
+
p232_080|VoiceBank+DEMAND/wav_clean/p232_080.wav
|
| 77 |
+
p232_081|VoiceBank+DEMAND/wav_clean/p232_081.wav
|
| 78 |
+
p232_082|VoiceBank+DEMAND/wav_clean/p232_082.wav
|
| 79 |
+
p232_083|VoiceBank+DEMAND/wav_clean/p232_083.wav
|
| 80 |
+
p232_084|VoiceBank+DEMAND/wav_clean/p232_084.wav
|
| 81 |
+
p232_085|VoiceBank+DEMAND/wav_clean/p232_085.wav
|
| 82 |
+
p232_086|VoiceBank+DEMAND/wav_clean/p232_086.wav
|
| 83 |
+
p232_087|VoiceBank+DEMAND/wav_clean/p232_087.wav
|
| 84 |
+
p232_088|VoiceBank+DEMAND/wav_clean/p232_088.wav
|
| 85 |
+
p232_089|VoiceBank+DEMAND/wav_clean/p232_089.wav
|
| 86 |
+
p232_090|VoiceBank+DEMAND/wav_clean/p232_090.wav
|
| 87 |
+
p232_091|VoiceBank+DEMAND/wav_clean/p232_091.wav
|
| 88 |
+
p232_092|VoiceBank+DEMAND/wav_clean/p232_092.wav
|
| 89 |
+
p232_093|VoiceBank+DEMAND/wav_clean/p232_093.wav
|
| 90 |
+
p232_094|VoiceBank+DEMAND/wav_clean/p232_094.wav
|
| 91 |
+
p232_095|VoiceBank+DEMAND/wav_clean/p232_095.wav
|
| 92 |
+
p232_096|VoiceBank+DEMAND/wav_clean/p232_096.wav
|
| 93 |
+
p232_097|VoiceBank+DEMAND/wav_clean/p232_097.wav
|
| 94 |
+
p232_098|VoiceBank+DEMAND/wav_clean/p232_098.wav
|
| 95 |
+
p232_099|VoiceBank+DEMAND/wav_clean/p232_099.wav
|
| 96 |
+
p232_100|VoiceBank+DEMAND/wav_clean/p232_100.wav
|
| 97 |
+
p232_101|VoiceBank+DEMAND/wav_clean/p232_101.wav
|
| 98 |
+
p232_102|VoiceBank+DEMAND/wav_clean/p232_102.wav
|
| 99 |
+
p232_103|VoiceBank+DEMAND/wav_clean/p232_103.wav
|
| 100 |
+
p232_104|VoiceBank+DEMAND/wav_clean/p232_104.wav
|
| 101 |
+
p232_105|VoiceBank+DEMAND/wav_clean/p232_105.wav
|
| 102 |
+
p232_106|VoiceBank+DEMAND/wav_clean/p232_106.wav
|
| 103 |
+
p232_107|VoiceBank+DEMAND/wav_clean/p232_107.wav
|
| 104 |
+
p232_108|VoiceBank+DEMAND/wav_clean/p232_108.wav
|
| 105 |
+
p232_109|VoiceBank+DEMAND/wav_clean/p232_109.wav
|
| 106 |
+
p232_110|VoiceBank+DEMAND/wav_clean/p232_110.wav
|
| 107 |
+
p232_112|VoiceBank+DEMAND/wav_clean/p232_112.wav
|
| 108 |
+
p232_113|VoiceBank+DEMAND/wav_clean/p232_113.wav
|
| 109 |
+
p232_114|VoiceBank+DEMAND/wav_clean/p232_114.wav
|
| 110 |
+
p232_115|VoiceBank+DEMAND/wav_clean/p232_115.wav
|
| 111 |
+
p232_116|VoiceBank+DEMAND/wav_clean/p232_116.wav
|
| 112 |
+
p232_117|VoiceBank+DEMAND/wav_clean/p232_117.wav
|
| 113 |
+
p232_118|VoiceBank+DEMAND/wav_clean/p232_118.wav
|
| 114 |
+
p232_119|VoiceBank+DEMAND/wav_clean/p232_119.wav
|
| 115 |
+
p232_120|VoiceBank+DEMAND/wav_clean/p232_120.wav
|
| 116 |
+
p232_121|VoiceBank+DEMAND/wav_clean/p232_121.wav
|
| 117 |
+
p232_123|VoiceBank+DEMAND/wav_clean/p232_123.wav
|
| 118 |
+
p232_124|VoiceBank+DEMAND/wav_clean/p232_124.wav
|
| 119 |
+
p232_125|VoiceBank+DEMAND/wav_clean/p232_125.wav
|
| 120 |
+
p232_126|VoiceBank+DEMAND/wav_clean/p232_126.wav
|
| 121 |
+
p232_127|VoiceBank+DEMAND/wav_clean/p232_127.wav
|
| 122 |
+
p232_128|VoiceBank+DEMAND/wav_clean/p232_128.wav
|
| 123 |
+
p232_129|VoiceBank+DEMAND/wav_clean/p232_129.wav
|
| 124 |
+
p232_130|VoiceBank+DEMAND/wav_clean/p232_130.wav
|
| 125 |
+
p232_131|VoiceBank+DEMAND/wav_clean/p232_131.wav
|
| 126 |
+
p232_132|VoiceBank+DEMAND/wav_clean/p232_132.wav
|
| 127 |
+
p232_133|VoiceBank+DEMAND/wav_clean/p232_133.wav
|
| 128 |
+
p232_134|VoiceBank+DEMAND/wav_clean/p232_134.wav
|
| 129 |
+
p232_135|VoiceBank+DEMAND/wav_clean/p232_135.wav
|
| 130 |
+
p232_136|VoiceBank+DEMAND/wav_clean/p232_136.wav
|
| 131 |
+
p232_137|VoiceBank+DEMAND/wav_clean/p232_137.wav
|
| 132 |
+
p232_138|VoiceBank+DEMAND/wav_clean/p232_138.wav
|
| 133 |
+
p232_139|VoiceBank+DEMAND/wav_clean/p232_139.wav
|
| 134 |
+
p232_140|VoiceBank+DEMAND/wav_clean/p232_140.wav
|
| 135 |
+
p232_141|VoiceBank+DEMAND/wav_clean/p232_141.wav
|
| 136 |
+
p232_142|VoiceBank+DEMAND/wav_clean/p232_142.wav
|
| 137 |
+
p232_143|VoiceBank+DEMAND/wav_clean/p232_143.wav
|
| 138 |
+
p232_144|VoiceBank+DEMAND/wav_clean/p232_144.wav
|
| 139 |
+
p232_145|VoiceBank+DEMAND/wav_clean/p232_145.wav
|
| 140 |
+
p232_146|VoiceBank+DEMAND/wav_clean/p232_146.wav
|
| 141 |
+
p232_147|VoiceBank+DEMAND/wav_clean/p232_147.wav
|
| 142 |
+
p232_148|VoiceBank+DEMAND/wav_clean/p232_148.wav
|
| 143 |
+
p232_150|VoiceBank+DEMAND/wav_clean/p232_150.wav
|
| 144 |
+
p232_151|VoiceBank+DEMAND/wav_clean/p232_151.wav
|
| 145 |
+
p232_152|VoiceBank+DEMAND/wav_clean/p232_152.wav
|
| 146 |
+
p232_153|VoiceBank+DEMAND/wav_clean/p232_153.wav
|
| 147 |
+
p232_154|VoiceBank+DEMAND/wav_clean/p232_154.wav
|
| 148 |
+
p232_155|VoiceBank+DEMAND/wav_clean/p232_155.wav
|
| 149 |
+
p232_156|VoiceBank+DEMAND/wav_clean/p232_156.wav
|
| 150 |
+
p232_158|VoiceBank+DEMAND/wav_clean/p232_158.wav
|
| 151 |
+
p232_159|VoiceBank+DEMAND/wav_clean/p232_159.wav
|
| 152 |
+
p232_160|VoiceBank+DEMAND/wav_clean/p232_160.wav
|
| 153 |
+
p232_161|VoiceBank+DEMAND/wav_clean/p232_161.wav
|
| 154 |
+
p232_162|VoiceBank+DEMAND/wav_clean/p232_162.wav
|
| 155 |
+
p232_163|VoiceBank+DEMAND/wav_clean/p232_163.wav
|
| 156 |
+
p232_164|VoiceBank+DEMAND/wav_clean/p232_164.wav
|
| 157 |
+
p232_165|VoiceBank+DEMAND/wav_clean/p232_165.wav
|
| 158 |
+
p232_167|VoiceBank+DEMAND/wav_clean/p232_167.wav
|
| 159 |
+
p232_169|VoiceBank+DEMAND/wav_clean/p232_169.wav
|
| 160 |
+
p232_170|VoiceBank+DEMAND/wav_clean/p232_170.wav
|
| 161 |
+
p232_171|VoiceBank+DEMAND/wav_clean/p232_171.wav
|
| 162 |
+
p232_172|VoiceBank+DEMAND/wav_clean/p232_172.wav
|
| 163 |
+
p232_173|VoiceBank+DEMAND/wav_clean/p232_173.wav
|
| 164 |
+
p232_174|VoiceBank+DEMAND/wav_clean/p232_174.wav
|
| 165 |
+
p232_175|VoiceBank+DEMAND/wav_clean/p232_175.wav
|
| 166 |
+
p232_176|VoiceBank+DEMAND/wav_clean/p232_176.wav
|
| 167 |
+
p232_177|VoiceBank+DEMAND/wav_clean/p232_177.wav
|
| 168 |
+
p232_178|VoiceBank+DEMAND/wav_clean/p232_178.wav
|
| 169 |
+
p232_179|VoiceBank+DEMAND/wav_clean/p232_179.wav
|
| 170 |
+
p232_180|VoiceBank+DEMAND/wav_clean/p232_180.wav
|
| 171 |
+
p232_181|VoiceBank+DEMAND/wav_clean/p232_181.wav
|
| 172 |
+
p232_182|VoiceBank+DEMAND/wav_clean/p232_182.wav
|
| 173 |
+
p232_183|VoiceBank+DEMAND/wav_clean/p232_183.wav
|
| 174 |
+
p232_184|VoiceBank+DEMAND/wav_clean/p232_184.wav
|
| 175 |
+
p232_185|VoiceBank+DEMAND/wav_clean/p232_185.wav
|
| 176 |
+
p232_186|VoiceBank+DEMAND/wav_clean/p232_186.wav
|
| 177 |
+
p232_187|VoiceBank+DEMAND/wav_clean/p232_187.wav
|
| 178 |
+
p232_188|VoiceBank+DEMAND/wav_clean/p232_188.wav
|
| 179 |
+
p232_189|VoiceBank+DEMAND/wav_clean/p232_189.wav
|
| 180 |
+
p232_190|VoiceBank+DEMAND/wav_clean/p232_190.wav
|
| 181 |
+
p232_191|VoiceBank+DEMAND/wav_clean/p232_191.wav
|
| 182 |
+
p232_193|VoiceBank+DEMAND/wav_clean/p232_193.wav
|
| 183 |
+
p232_194|VoiceBank+DEMAND/wav_clean/p232_194.wav
|
| 184 |
+
p232_195|VoiceBank+DEMAND/wav_clean/p232_195.wav
|
| 185 |
+
p232_196|VoiceBank+DEMAND/wav_clean/p232_196.wav
|
| 186 |
+
p232_197|VoiceBank+DEMAND/wav_clean/p232_197.wav
|
| 187 |
+
p232_198|VoiceBank+DEMAND/wav_clean/p232_198.wav
|
| 188 |
+
p232_199|VoiceBank+DEMAND/wav_clean/p232_199.wav
|
| 189 |
+
p232_200|VoiceBank+DEMAND/wav_clean/p232_200.wav
|
| 190 |
+
p232_201|VoiceBank+DEMAND/wav_clean/p232_201.wav
|
| 191 |
+
p232_202|VoiceBank+DEMAND/wav_clean/p232_202.wav
|
| 192 |
+
p232_203|VoiceBank+DEMAND/wav_clean/p232_203.wav
|
| 193 |
+
p232_204|VoiceBank+DEMAND/wav_clean/p232_204.wav
|
| 194 |
+
p232_205|VoiceBank+DEMAND/wav_clean/p232_205.wav
|
| 195 |
+
p232_206|VoiceBank+DEMAND/wav_clean/p232_206.wav
|
| 196 |
+
p232_207|VoiceBank+DEMAND/wav_clean/p232_207.wav
|
| 197 |
+
p232_208|VoiceBank+DEMAND/wav_clean/p232_208.wav
|
| 198 |
+
p232_209|VoiceBank+DEMAND/wav_clean/p232_209.wav
|
| 199 |
+
p232_210|VoiceBank+DEMAND/wav_clean/p232_210.wav
|
| 200 |
+
p232_211|VoiceBank+DEMAND/wav_clean/p232_211.wav
|
| 201 |
+
p232_213|VoiceBank+DEMAND/wav_clean/p232_213.wav
|
| 202 |
+
p232_214|VoiceBank+DEMAND/wav_clean/p232_214.wav
|
| 203 |
+
p232_215|VoiceBank+DEMAND/wav_clean/p232_215.wav
|
| 204 |
+
p232_216|VoiceBank+DEMAND/wav_clean/p232_216.wav
|
| 205 |
+
p232_217|VoiceBank+DEMAND/wav_clean/p232_217.wav
|
| 206 |
+
p232_218|VoiceBank+DEMAND/wav_clean/p232_218.wav
|
| 207 |
+
p232_219|VoiceBank+DEMAND/wav_clean/p232_219.wav
|
| 208 |
+
p232_220|VoiceBank+DEMAND/wav_clean/p232_220.wav
|
| 209 |
+
p232_221|VoiceBank+DEMAND/wav_clean/p232_221.wav
|
| 210 |
+
p232_223|VoiceBank+DEMAND/wav_clean/p232_223.wav
|
| 211 |
+
p232_224|VoiceBank+DEMAND/wav_clean/p232_224.wav
|
| 212 |
+
p232_225|VoiceBank+DEMAND/wav_clean/p232_225.wav
|
| 213 |
+
p232_226|VoiceBank+DEMAND/wav_clean/p232_226.wav
|
| 214 |
+
p232_227|VoiceBank+DEMAND/wav_clean/p232_227.wav
|
| 215 |
+
p232_228|VoiceBank+DEMAND/wav_clean/p232_228.wav
|
| 216 |
+
p232_229|VoiceBank+DEMAND/wav_clean/p232_229.wav
|
| 217 |
+
p232_230|VoiceBank+DEMAND/wav_clean/p232_230.wav
|
| 218 |
+
p232_231|VoiceBank+DEMAND/wav_clean/p232_231.wav
|
| 219 |
+
p232_232|VoiceBank+DEMAND/wav_clean/p232_232.wav
|
| 220 |
+
p232_234|VoiceBank+DEMAND/wav_clean/p232_234.wav
|
| 221 |
+
p232_235|VoiceBank+DEMAND/wav_clean/p232_235.wav
|
| 222 |
+
p232_236|VoiceBank+DEMAND/wav_clean/p232_236.wav
|
| 223 |
+
p232_237|VoiceBank+DEMAND/wav_clean/p232_237.wav
|
| 224 |
+
p232_238|VoiceBank+DEMAND/wav_clean/p232_238.wav
|
| 225 |
+
p232_239|VoiceBank+DEMAND/wav_clean/p232_239.wav
|
| 226 |
+
p232_240|VoiceBank+DEMAND/wav_clean/p232_240.wav
|
| 227 |
+
p232_241|VoiceBank+DEMAND/wav_clean/p232_241.wav
|
| 228 |
+
p232_242|VoiceBank+DEMAND/wav_clean/p232_242.wav
|
| 229 |
+
p232_243|VoiceBank+DEMAND/wav_clean/p232_243.wav
|
| 230 |
+
p232_244|VoiceBank+DEMAND/wav_clean/p232_244.wav
|
| 231 |
+
p232_245|VoiceBank+DEMAND/wav_clean/p232_245.wav
|
| 232 |
+
p232_246|VoiceBank+DEMAND/wav_clean/p232_246.wav
|
| 233 |
+
p232_247|VoiceBank+DEMAND/wav_clean/p232_247.wav
|
| 234 |
+
p232_248|VoiceBank+DEMAND/wav_clean/p232_248.wav
|
| 235 |
+
p232_249|VoiceBank+DEMAND/wav_clean/p232_249.wav
|
| 236 |
+
p232_250|VoiceBank+DEMAND/wav_clean/p232_250.wav
|
| 237 |
+
p232_251|VoiceBank+DEMAND/wav_clean/p232_251.wav
|
| 238 |
+
p232_252|VoiceBank+DEMAND/wav_clean/p232_252.wav
|
| 239 |
+
p232_253|VoiceBank+DEMAND/wav_clean/p232_253.wav
|
| 240 |
+
p232_254|VoiceBank+DEMAND/wav_clean/p232_254.wav
|
| 241 |
+
p232_255|VoiceBank+DEMAND/wav_clean/p232_255.wav
|
| 242 |
+
p232_256|VoiceBank+DEMAND/wav_clean/p232_256.wav
|
| 243 |
+
p232_257|VoiceBank+DEMAND/wav_clean/p232_257.wav
|
| 244 |
+
p232_258|VoiceBank+DEMAND/wav_clean/p232_258.wav
|
| 245 |
+
p232_259|VoiceBank+DEMAND/wav_clean/p232_259.wav
|
| 246 |
+
p232_260|VoiceBank+DEMAND/wav_clean/p232_260.wav
|
| 247 |
+
p232_261|VoiceBank+DEMAND/wav_clean/p232_261.wav
|
| 248 |
+
p232_263|VoiceBank+DEMAND/wav_clean/p232_263.wav
|
| 249 |
+
p232_264|VoiceBank+DEMAND/wav_clean/p232_264.wav
|
| 250 |
+
p232_265|VoiceBank+DEMAND/wav_clean/p232_265.wav
|
| 251 |
+
p232_266|VoiceBank+DEMAND/wav_clean/p232_266.wav
|
| 252 |
+
p232_267|VoiceBank+DEMAND/wav_clean/p232_267.wav
|
| 253 |
+
p232_268|VoiceBank+DEMAND/wav_clean/p232_268.wav
|
| 254 |
+
p232_269|VoiceBank+DEMAND/wav_clean/p232_269.wav
|
| 255 |
+
p232_270|VoiceBank+DEMAND/wav_clean/p232_270.wav
|
| 256 |
+
p232_271|VoiceBank+DEMAND/wav_clean/p232_271.wav
|
| 257 |
+
p232_272|VoiceBank+DEMAND/wav_clean/p232_272.wav
|
| 258 |
+
p232_273|VoiceBank+DEMAND/wav_clean/p232_273.wav
|
| 259 |
+
p232_274|VoiceBank+DEMAND/wav_clean/p232_274.wav
|
| 260 |
+
p232_275|VoiceBank+DEMAND/wav_clean/p232_275.wav
|
| 261 |
+
p232_276|VoiceBank+DEMAND/wav_clean/p232_276.wav
|
| 262 |
+
p232_277|VoiceBank+DEMAND/wav_clean/p232_277.wav
|
| 263 |
+
p232_278|VoiceBank+DEMAND/wav_clean/p232_278.wav
|
| 264 |
+
p232_279|VoiceBank+DEMAND/wav_clean/p232_279.wav
|
| 265 |
+
p232_280|VoiceBank+DEMAND/wav_clean/p232_280.wav
|
| 266 |
+
p232_281|VoiceBank+DEMAND/wav_clean/p232_281.wav
|
| 267 |
+
p232_282|VoiceBank+DEMAND/wav_clean/p232_282.wav
|
| 268 |
+
p232_283|VoiceBank+DEMAND/wav_clean/p232_283.wav
|
| 269 |
+
p232_284|VoiceBank+DEMAND/wav_clean/p232_284.wav
|
| 270 |
+
p232_285|VoiceBank+DEMAND/wav_clean/p232_285.wav
|
| 271 |
+
p232_286|VoiceBank+DEMAND/wav_clean/p232_286.wav
|
| 272 |
+
p232_287|VoiceBank+DEMAND/wav_clean/p232_287.wav
|
| 273 |
+
p232_288|VoiceBank+DEMAND/wav_clean/p232_288.wav
|
| 274 |
+
p232_289|VoiceBank+DEMAND/wav_clean/p232_289.wav
|
| 275 |
+
p232_290|VoiceBank+DEMAND/wav_clean/p232_290.wav
|
| 276 |
+
p232_291|VoiceBank+DEMAND/wav_clean/p232_291.wav
|
| 277 |
+
p232_292|VoiceBank+DEMAND/wav_clean/p232_292.wav
|
| 278 |
+
p232_293|VoiceBank+DEMAND/wav_clean/p232_293.wav
|
| 279 |
+
p232_294|VoiceBank+DEMAND/wav_clean/p232_294.wav
|
| 280 |
+
p232_295|VoiceBank+DEMAND/wav_clean/p232_295.wav
|
| 281 |
+
p232_296|VoiceBank+DEMAND/wav_clean/p232_296.wav
|
| 282 |
+
p232_297|VoiceBank+DEMAND/wav_clean/p232_297.wav
|
| 283 |
+
p232_298|VoiceBank+DEMAND/wav_clean/p232_298.wav
|
| 284 |
+
p232_299|VoiceBank+DEMAND/wav_clean/p232_299.wav
|
| 285 |
+
p232_300|VoiceBank+DEMAND/wav_clean/p232_300.wav
|
| 286 |
+
p232_301|VoiceBank+DEMAND/wav_clean/p232_301.wav
|
| 287 |
+
p232_302|VoiceBank+DEMAND/wav_clean/p232_302.wav
|
| 288 |
+
p232_303|VoiceBank+DEMAND/wav_clean/p232_303.wav
|
| 289 |
+
p232_305|VoiceBank+DEMAND/wav_clean/p232_305.wav
|
| 290 |
+
p232_306|VoiceBank+DEMAND/wav_clean/p232_306.wav
|
| 291 |
+
p232_307|VoiceBank+DEMAND/wav_clean/p232_307.wav
|
| 292 |
+
p232_308|VoiceBank+DEMAND/wav_clean/p232_308.wav
|
| 293 |
+
p232_309|VoiceBank+DEMAND/wav_clean/p232_309.wav
|
| 294 |
+
p232_310|VoiceBank+DEMAND/wav_clean/p232_310.wav
|
| 295 |
+
p232_311|VoiceBank+DEMAND/wav_clean/p232_311.wav
|
| 296 |
+
p232_312|VoiceBank+DEMAND/wav_clean/p232_312.wav
|
| 297 |
+
p232_313|VoiceBank+DEMAND/wav_clean/p232_313.wav
|
| 298 |
+
p232_314|VoiceBank+DEMAND/wav_clean/p232_314.wav
|
| 299 |
+
p232_315|VoiceBank+DEMAND/wav_clean/p232_315.wav
|
| 300 |
+
p232_316|VoiceBank+DEMAND/wav_clean/p232_316.wav
|
| 301 |
+
p232_317|VoiceBank+DEMAND/wav_clean/p232_317.wav
|
| 302 |
+
p232_318|VoiceBank+DEMAND/wav_clean/p232_318.wav
|
| 303 |
+
p232_319|VoiceBank+DEMAND/wav_clean/p232_319.wav
|
| 304 |
+
p232_320|VoiceBank+DEMAND/wav_clean/p232_320.wav
|
| 305 |
+
p232_321|VoiceBank+DEMAND/wav_clean/p232_321.wav
|
| 306 |
+
p232_322|VoiceBank+DEMAND/wav_clean/p232_322.wav
|
| 307 |
+
p232_323|VoiceBank+DEMAND/wav_clean/p232_323.wav
|
| 308 |
+
p232_324|VoiceBank+DEMAND/wav_clean/p232_324.wav
|
| 309 |
+
p232_325|VoiceBank+DEMAND/wav_clean/p232_325.wav
|
| 310 |
+
p232_326|VoiceBank+DEMAND/wav_clean/p232_326.wav
|
| 311 |
+
p232_327|VoiceBank+DEMAND/wav_clean/p232_327.wav
|
| 312 |
+
p232_328|VoiceBank+DEMAND/wav_clean/p232_328.wav
|
| 313 |
+
p232_329|VoiceBank+DEMAND/wav_clean/p232_329.wav
|
| 314 |
+
p232_330|VoiceBank+DEMAND/wav_clean/p232_330.wav
|
| 315 |
+
p232_331|VoiceBank+DEMAND/wav_clean/p232_331.wav
|
| 316 |
+
p232_332|VoiceBank+DEMAND/wav_clean/p232_332.wav
|
| 317 |
+
p232_333|VoiceBank+DEMAND/wav_clean/p232_333.wav
|
| 318 |
+
p232_334|VoiceBank+DEMAND/wav_clean/p232_334.wav
|
| 319 |
+
p232_335|VoiceBank+DEMAND/wav_clean/p232_335.wav
|
| 320 |
+
p232_336|VoiceBank+DEMAND/wav_clean/p232_336.wav
|
| 321 |
+
p232_337|VoiceBank+DEMAND/wav_clean/p232_337.wav
|
| 322 |
+
p232_338|VoiceBank+DEMAND/wav_clean/p232_338.wav
|
| 323 |
+
p232_339|VoiceBank+DEMAND/wav_clean/p232_339.wav
|
| 324 |
+
p232_340|VoiceBank+DEMAND/wav_clean/p232_340.wav
|
| 325 |
+
p232_341|VoiceBank+DEMAND/wav_clean/p232_341.wav
|
| 326 |
+
p232_342|VoiceBank+DEMAND/wav_clean/p232_342.wav
|
| 327 |
+
p232_343|VoiceBank+DEMAND/wav_clean/p232_343.wav
|
| 328 |
+
p232_344|VoiceBank+DEMAND/wav_clean/p232_344.wav
|
| 329 |
+
p232_346|VoiceBank+DEMAND/wav_clean/p232_346.wav
|
| 330 |
+
p232_347|VoiceBank+DEMAND/wav_clean/p232_347.wav
|
| 331 |
+
p232_348|VoiceBank+DEMAND/wav_clean/p232_348.wav
|
| 332 |
+
p232_349|VoiceBank+DEMAND/wav_clean/p232_349.wav
|
| 333 |
+
p232_350|VoiceBank+DEMAND/wav_clean/p232_350.wav
|
| 334 |
+
p232_351|VoiceBank+DEMAND/wav_clean/p232_351.wav
|
| 335 |
+
p232_352|VoiceBank+DEMAND/wav_clean/p232_352.wav
|
| 336 |
+
p232_353|VoiceBank+DEMAND/wav_clean/p232_353.wav
|
| 337 |
+
p232_354|VoiceBank+DEMAND/wav_clean/p232_354.wav
|
| 338 |
+
p232_355|VoiceBank+DEMAND/wav_clean/p232_355.wav
|
| 339 |
+
p232_356|VoiceBank+DEMAND/wav_clean/p232_356.wav
|
| 340 |
+
p232_357|VoiceBank+DEMAND/wav_clean/p232_357.wav
|
| 341 |
+
p232_358|VoiceBank+DEMAND/wav_clean/p232_358.wav
|
| 342 |
+
p232_359|VoiceBank+DEMAND/wav_clean/p232_359.wav
|
| 343 |
+
p232_360|VoiceBank+DEMAND/wav_clean/p232_360.wav
|
| 344 |
+
p232_361|VoiceBank+DEMAND/wav_clean/p232_361.wav
|
| 345 |
+
p232_362|VoiceBank+DEMAND/wav_clean/p232_362.wav
|
| 346 |
+
p232_363|VoiceBank+DEMAND/wav_clean/p232_363.wav
|
| 347 |
+
p232_364|VoiceBank+DEMAND/wav_clean/p232_364.wav
|
| 348 |
+
p232_365|VoiceBank+DEMAND/wav_clean/p232_365.wav
|
| 349 |
+
p232_366|VoiceBank+DEMAND/wav_clean/p232_366.wav
|
| 350 |
+
p232_367|VoiceBank+DEMAND/wav_clean/p232_367.wav
|
| 351 |
+
p232_368|VoiceBank+DEMAND/wav_clean/p232_368.wav
|
| 352 |
+
p232_369|VoiceBank+DEMAND/wav_clean/p232_369.wav
|
| 353 |
+
p232_370|VoiceBank+DEMAND/wav_clean/p232_370.wav
|
| 354 |
+
p232_371|VoiceBank+DEMAND/wav_clean/p232_371.wav
|
| 355 |
+
p232_372|VoiceBank+DEMAND/wav_clean/p232_372.wav
|
| 356 |
+
p232_373|VoiceBank+DEMAND/wav_clean/p232_373.wav
|
| 357 |
+
p232_374|VoiceBank+DEMAND/wav_clean/p232_374.wav
|
| 358 |
+
p232_375|VoiceBank+DEMAND/wav_clean/p232_375.wav
|
| 359 |
+
p232_377|VoiceBank+DEMAND/wav_clean/p232_377.wav
|
| 360 |
+
p232_378|VoiceBank+DEMAND/wav_clean/p232_378.wav
|
| 361 |
+
p232_379|VoiceBank+DEMAND/wav_clean/p232_379.wav
|
| 362 |
+
p232_380|VoiceBank+DEMAND/wav_clean/p232_380.wav
|
| 363 |
+
p232_381|VoiceBank+DEMAND/wav_clean/p232_381.wav
|
| 364 |
+
p232_382|VoiceBank+DEMAND/wav_clean/p232_382.wav
|
| 365 |
+
p232_383|VoiceBank+DEMAND/wav_clean/p232_383.wav
|
| 366 |
+
p232_384|VoiceBank+DEMAND/wav_clean/p232_384.wav
|
| 367 |
+
p232_385|VoiceBank+DEMAND/wav_clean/p232_385.wav
|
| 368 |
+
p232_386|VoiceBank+DEMAND/wav_clean/p232_386.wav
|
| 369 |
+
p232_387|VoiceBank+DEMAND/wav_clean/p232_387.wav
|
| 370 |
+
p232_388|VoiceBank+DEMAND/wav_clean/p232_388.wav
|
| 371 |
+
p232_389|VoiceBank+DEMAND/wav_clean/p232_389.wav
|
| 372 |
+
p232_390|VoiceBank+DEMAND/wav_clean/p232_390.wav
|
| 373 |
+
p232_391|VoiceBank+DEMAND/wav_clean/p232_391.wav
|
| 374 |
+
p232_392|VoiceBank+DEMAND/wav_clean/p232_392.wav
|
| 375 |
+
p232_393|VoiceBank+DEMAND/wav_clean/p232_393.wav
|
| 376 |
+
p232_394|VoiceBank+DEMAND/wav_clean/p232_394.wav
|
| 377 |
+
p232_396|VoiceBank+DEMAND/wav_clean/p232_396.wav
|
| 378 |
+
p232_397|VoiceBank+DEMAND/wav_clean/p232_397.wav
|
| 379 |
+
p232_398|VoiceBank+DEMAND/wav_clean/p232_398.wav
|
| 380 |
+
p232_399|VoiceBank+DEMAND/wav_clean/p232_399.wav
|
| 381 |
+
p232_400|VoiceBank+DEMAND/wav_clean/p232_400.wav
|
| 382 |
+
p232_402|VoiceBank+DEMAND/wav_clean/p232_402.wav
|
| 383 |
+
p232_403|VoiceBank+DEMAND/wav_clean/p232_403.wav
|
| 384 |
+
p232_404|VoiceBank+DEMAND/wav_clean/p232_404.wav
|
| 385 |
+
p232_405|VoiceBank+DEMAND/wav_clean/p232_405.wav
|
| 386 |
+
p232_407|VoiceBank+DEMAND/wav_clean/p232_407.wav
|
| 387 |
+
p232_409|VoiceBank+DEMAND/wav_clean/p232_409.wav
|
| 388 |
+
p232_410|VoiceBank+DEMAND/wav_clean/p232_410.wav
|
| 389 |
+
p232_411|VoiceBank+DEMAND/wav_clean/p232_411.wav
|
| 390 |
+
p232_412|VoiceBank+DEMAND/wav_clean/p232_412.wav
|
| 391 |
+
p232_413|VoiceBank+DEMAND/wav_clean/p232_413.wav
|
| 392 |
+
p232_414|VoiceBank+DEMAND/wav_clean/p232_414.wav
|
| 393 |
+
p232_415|VoiceBank+DEMAND/wav_clean/p232_415.wav
|
| 394 |
+
p257_001|VoiceBank+DEMAND/wav_clean/p257_001.wav
|
| 395 |
+
p257_002|VoiceBank+DEMAND/wav_clean/p257_002.wav
|
| 396 |
+
p257_003|VoiceBank+DEMAND/wav_clean/p257_003.wav
|
| 397 |
+
p257_004|VoiceBank+DEMAND/wav_clean/p257_004.wav
|
| 398 |
+
p257_006|VoiceBank+DEMAND/wav_clean/p257_006.wav
|
| 399 |
+
p257_007|VoiceBank+DEMAND/wav_clean/p257_007.wav
|
| 400 |
+
p257_008|VoiceBank+DEMAND/wav_clean/p257_008.wav
|
| 401 |
+
p257_009|VoiceBank+DEMAND/wav_clean/p257_009.wav
|
| 402 |
+
p257_010|VoiceBank+DEMAND/wav_clean/p257_010.wav
|
| 403 |
+
p257_011|VoiceBank+DEMAND/wav_clean/p257_011.wav
|
| 404 |
+
p257_012|VoiceBank+DEMAND/wav_clean/p257_012.wav
|
| 405 |
+
p257_013|VoiceBank+DEMAND/wav_clean/p257_013.wav
|
| 406 |
+
p257_014|VoiceBank+DEMAND/wav_clean/p257_014.wav
|
| 407 |
+
p257_015|VoiceBank+DEMAND/wav_clean/p257_015.wav
|
| 408 |
+
p257_016|VoiceBank+DEMAND/wav_clean/p257_016.wav
|
| 409 |
+
p257_017|VoiceBank+DEMAND/wav_clean/p257_017.wav
|
| 410 |
+
p257_018|VoiceBank+DEMAND/wav_clean/p257_018.wav
|
| 411 |
+
p257_019|VoiceBank+DEMAND/wav_clean/p257_019.wav
|
| 412 |
+
p257_020|VoiceBank+DEMAND/wav_clean/p257_020.wav
|
| 413 |
+
p257_022|VoiceBank+DEMAND/wav_clean/p257_022.wav
|
| 414 |
+
p257_023|VoiceBank+DEMAND/wav_clean/p257_023.wav
|
| 415 |
+
p257_024|VoiceBank+DEMAND/wav_clean/p257_024.wav
|
| 416 |
+
p257_025|VoiceBank+DEMAND/wav_clean/p257_025.wav
|
| 417 |
+
p257_026|VoiceBank+DEMAND/wav_clean/p257_026.wav
|
| 418 |
+
p257_027|VoiceBank+DEMAND/wav_clean/p257_027.wav
|
| 419 |
+
p257_028|VoiceBank+DEMAND/wav_clean/p257_028.wav
|
| 420 |
+
p257_029|VoiceBank+DEMAND/wav_clean/p257_029.wav
|
| 421 |
+
p257_030|VoiceBank+DEMAND/wav_clean/p257_030.wav
|
| 422 |
+
p257_031|VoiceBank+DEMAND/wav_clean/p257_031.wav
|
| 423 |
+
p257_032|VoiceBank+DEMAND/wav_clean/p257_032.wav
|
| 424 |
+
p257_033|VoiceBank+DEMAND/wav_clean/p257_033.wav
|
| 425 |
+
p257_034|VoiceBank+DEMAND/wav_clean/p257_034.wav
|
| 426 |
+
p257_035|VoiceBank+DEMAND/wav_clean/p257_035.wav
|
| 427 |
+
p257_036|VoiceBank+DEMAND/wav_clean/p257_036.wav
|
| 428 |
+
p257_037|VoiceBank+DEMAND/wav_clean/p257_037.wav
|
| 429 |
+
p257_038|VoiceBank+DEMAND/wav_clean/p257_038.wav
|
| 430 |
+
p257_039|VoiceBank+DEMAND/wav_clean/p257_039.wav
|
| 431 |
+
p257_040|VoiceBank+DEMAND/wav_clean/p257_040.wav
|
| 432 |
+
p257_041|VoiceBank+DEMAND/wav_clean/p257_041.wav
|
| 433 |
+
p257_042|VoiceBank+DEMAND/wav_clean/p257_042.wav
|
| 434 |
+
p257_043|VoiceBank+DEMAND/wav_clean/p257_043.wav
|
| 435 |
+
p257_044|VoiceBank+DEMAND/wav_clean/p257_044.wav
|
| 436 |
+
p257_045|VoiceBank+DEMAND/wav_clean/p257_045.wav
|
| 437 |
+
p257_046|VoiceBank+DEMAND/wav_clean/p257_046.wav
|
| 438 |
+
p257_047|VoiceBank+DEMAND/wav_clean/p257_047.wav
|
| 439 |
+
p257_048|VoiceBank+DEMAND/wav_clean/p257_048.wav
|
| 440 |
+
p257_049|VoiceBank+DEMAND/wav_clean/p257_049.wav
|
| 441 |
+
p257_050|VoiceBank+DEMAND/wav_clean/p257_050.wav
|
| 442 |
+
p257_051|VoiceBank+DEMAND/wav_clean/p257_051.wav
|
| 443 |
+
p257_052|VoiceBank+DEMAND/wav_clean/p257_052.wav
|
| 444 |
+
p257_053|VoiceBank+DEMAND/wav_clean/p257_053.wav
|
| 445 |
+
p257_054|VoiceBank+DEMAND/wav_clean/p257_054.wav
|
| 446 |
+
p257_055|VoiceBank+DEMAND/wav_clean/p257_055.wav
|
| 447 |
+
p257_056|VoiceBank+DEMAND/wav_clean/p257_056.wav
|
| 448 |
+
p257_057|VoiceBank+DEMAND/wav_clean/p257_057.wav
|
| 449 |
+
p257_058|VoiceBank+DEMAND/wav_clean/p257_058.wav
|
| 450 |
+
p257_059|VoiceBank+DEMAND/wav_clean/p257_059.wav
|
| 451 |
+
p257_060|VoiceBank+DEMAND/wav_clean/p257_060.wav
|
| 452 |
+
p257_061|VoiceBank+DEMAND/wav_clean/p257_061.wav
|
| 453 |
+
p257_062|VoiceBank+DEMAND/wav_clean/p257_062.wav
|
| 454 |
+
p257_063|VoiceBank+DEMAND/wav_clean/p257_063.wav
|
| 455 |
+
p257_064|VoiceBank+DEMAND/wav_clean/p257_064.wav
|
| 456 |
+
p257_065|VoiceBank+DEMAND/wav_clean/p257_065.wav
|
| 457 |
+
p257_066|VoiceBank+DEMAND/wav_clean/p257_066.wav
|
| 458 |
+
p257_067|VoiceBank+DEMAND/wav_clean/p257_067.wav
|
| 459 |
+
p257_068|VoiceBank+DEMAND/wav_clean/p257_068.wav
|
| 460 |
+
p257_069|VoiceBank+DEMAND/wav_clean/p257_069.wav
|
| 461 |
+
p257_070|VoiceBank+DEMAND/wav_clean/p257_070.wav
|
| 462 |
+
p257_071|VoiceBank+DEMAND/wav_clean/p257_071.wav
|
| 463 |
+
p257_072|VoiceBank+DEMAND/wav_clean/p257_072.wav
|
| 464 |
+
p257_073|VoiceBank+DEMAND/wav_clean/p257_073.wav
|
| 465 |
+
p257_074|VoiceBank+DEMAND/wav_clean/p257_074.wav
|
| 466 |
+
p257_075|VoiceBank+DEMAND/wav_clean/p257_075.wav
|
| 467 |
+
p257_076|VoiceBank+DEMAND/wav_clean/p257_076.wav
|
| 468 |
+
p257_077|VoiceBank+DEMAND/wav_clean/p257_077.wav
|
| 469 |
+
p257_078|VoiceBank+DEMAND/wav_clean/p257_078.wav
|
| 470 |
+
p257_079|VoiceBank+DEMAND/wav_clean/p257_079.wav
|
| 471 |
+
p257_080|VoiceBank+DEMAND/wav_clean/p257_080.wav
|
| 472 |
+
p257_081|VoiceBank+DEMAND/wav_clean/p257_081.wav
|
| 473 |
+
p257_082|VoiceBank+DEMAND/wav_clean/p257_082.wav
|
| 474 |
+
p257_083|VoiceBank+DEMAND/wav_clean/p257_083.wav
|
| 475 |
+
p257_084|VoiceBank+DEMAND/wav_clean/p257_084.wav
|
| 476 |
+
p257_085|VoiceBank+DEMAND/wav_clean/p257_085.wav
|
| 477 |
+
p257_086|VoiceBank+DEMAND/wav_clean/p257_086.wav
|
| 478 |
+
p257_087|VoiceBank+DEMAND/wav_clean/p257_087.wav
|
| 479 |
+
p257_088|VoiceBank+DEMAND/wav_clean/p257_088.wav
|
| 480 |
+
p257_089|VoiceBank+DEMAND/wav_clean/p257_089.wav
|
| 481 |
+
p257_090|VoiceBank+DEMAND/wav_clean/p257_090.wav
|
| 482 |
+
p257_091|VoiceBank+DEMAND/wav_clean/p257_091.wav
|
| 483 |
+
p257_092|VoiceBank+DEMAND/wav_clean/p257_092.wav
|
| 484 |
+
p257_093|VoiceBank+DEMAND/wav_clean/p257_093.wav
|
| 485 |
+
p257_094|VoiceBank+DEMAND/wav_clean/p257_094.wav
|
| 486 |
+
p257_095|VoiceBank+DEMAND/wav_clean/p257_095.wav
|
| 487 |
+
p257_096|VoiceBank+DEMAND/wav_clean/p257_096.wav
|
| 488 |
+
p257_097|VoiceBank+DEMAND/wav_clean/p257_097.wav
|
| 489 |
+
p257_098|VoiceBank+DEMAND/wav_clean/p257_098.wav
|
| 490 |
+
p257_099|VoiceBank+DEMAND/wav_clean/p257_099.wav
|
| 491 |
+
p257_100|VoiceBank+DEMAND/wav_clean/p257_100.wav
|
| 492 |
+
p257_101|VoiceBank+DEMAND/wav_clean/p257_101.wav
|
| 493 |
+
p257_102|VoiceBank+DEMAND/wav_clean/p257_102.wav
|
| 494 |
+
p257_103|VoiceBank+DEMAND/wav_clean/p257_103.wav
|
| 495 |
+
p257_104|VoiceBank+DEMAND/wav_clean/p257_104.wav
|
| 496 |
+
p257_105|VoiceBank+DEMAND/wav_clean/p257_105.wav
|
| 497 |
+
p257_106|VoiceBank+DEMAND/wav_clean/p257_106.wav
|
| 498 |
+
p257_107|VoiceBank+DEMAND/wav_clean/p257_107.wav
|
| 499 |
+
p257_108|VoiceBank+DEMAND/wav_clean/p257_108.wav
|
| 500 |
+
p257_109|VoiceBank+DEMAND/wav_clean/p257_109.wav
|
| 501 |
+
p257_110|VoiceBank+DEMAND/wav_clean/p257_110.wav
|
| 502 |
+
p257_111|VoiceBank+DEMAND/wav_clean/p257_111.wav
|
| 503 |
+
p257_112|VoiceBank+DEMAND/wav_clean/p257_112.wav
|
| 504 |
+
p257_113|VoiceBank+DEMAND/wav_clean/p257_113.wav
|
| 505 |
+
p257_114|VoiceBank+DEMAND/wav_clean/p257_114.wav
|
| 506 |
+
p257_115|VoiceBank+DEMAND/wav_clean/p257_115.wav
|
| 507 |
+
p257_116|VoiceBank+DEMAND/wav_clean/p257_116.wav
|
| 508 |
+
p257_117|VoiceBank+DEMAND/wav_clean/p257_117.wav
|
| 509 |
+
p257_118|VoiceBank+DEMAND/wav_clean/p257_118.wav
|
| 510 |
+
p257_119|VoiceBank+DEMAND/wav_clean/p257_119.wav
|
| 511 |
+
p257_120|VoiceBank+DEMAND/wav_clean/p257_120.wav
|
| 512 |
+
p257_121|VoiceBank+DEMAND/wav_clean/p257_121.wav
|
| 513 |
+
p257_122|VoiceBank+DEMAND/wav_clean/p257_122.wav
|
| 514 |
+
p257_123|VoiceBank+DEMAND/wav_clean/p257_123.wav
|
| 515 |
+
p257_124|VoiceBank+DEMAND/wav_clean/p257_124.wav
|
| 516 |
+
p257_125|VoiceBank+DEMAND/wav_clean/p257_125.wav
|
| 517 |
+
p257_126|VoiceBank+DEMAND/wav_clean/p257_126.wav
|
| 518 |
+
p257_127|VoiceBank+DEMAND/wav_clean/p257_127.wav
|
| 519 |
+
p257_128|VoiceBank+DEMAND/wav_clean/p257_128.wav
|
| 520 |
+
p257_129|VoiceBank+DEMAND/wav_clean/p257_129.wav
|
| 521 |
+
p257_130|VoiceBank+DEMAND/wav_clean/p257_130.wav
|
| 522 |
+
p257_131|VoiceBank+DEMAND/wav_clean/p257_131.wav
|
| 523 |
+
p257_132|VoiceBank+DEMAND/wav_clean/p257_132.wav
|
| 524 |
+
p257_133|VoiceBank+DEMAND/wav_clean/p257_133.wav
|
| 525 |
+
p257_135|VoiceBank+DEMAND/wav_clean/p257_135.wav
|
| 526 |
+
p257_136|VoiceBank+DEMAND/wav_clean/p257_136.wav
|
| 527 |
+
p257_137|VoiceBank+DEMAND/wav_clean/p257_137.wav
|
| 528 |
+
p257_138|VoiceBank+DEMAND/wav_clean/p257_138.wav
|
| 529 |
+
p257_139|VoiceBank+DEMAND/wav_clean/p257_139.wav
|
| 530 |
+
p257_140|VoiceBank+DEMAND/wav_clean/p257_140.wav
|
| 531 |
+
p257_141|VoiceBank+DEMAND/wav_clean/p257_141.wav
|
| 532 |
+
p257_142|VoiceBank+DEMAND/wav_clean/p257_142.wav
|
| 533 |
+
p257_143|VoiceBank+DEMAND/wav_clean/p257_143.wav
|
| 534 |
+
p257_144|VoiceBank+DEMAND/wav_clean/p257_144.wav
|
| 535 |
+
p257_145|VoiceBank+DEMAND/wav_clean/p257_145.wav
|
| 536 |
+
p257_146|VoiceBank+DEMAND/wav_clean/p257_146.wav
|
| 537 |
+
p257_147|VoiceBank+DEMAND/wav_clean/p257_147.wav
|
| 538 |
+
p257_148|VoiceBank+DEMAND/wav_clean/p257_148.wav
|
| 539 |
+
p257_149|VoiceBank+DEMAND/wav_clean/p257_149.wav
|
| 540 |
+
p257_150|VoiceBank+DEMAND/wav_clean/p257_150.wav
|
| 541 |
+
p257_151|VoiceBank+DEMAND/wav_clean/p257_151.wav
|
| 542 |
+
p257_152|VoiceBank+DEMAND/wav_clean/p257_152.wav
|
| 543 |
+
p257_153|VoiceBank+DEMAND/wav_clean/p257_153.wav
|
| 544 |
+
p257_154|VoiceBank+DEMAND/wav_clean/p257_154.wav
|
| 545 |
+
p257_155|VoiceBank+DEMAND/wav_clean/p257_155.wav
|
| 546 |
+
p257_156|VoiceBank+DEMAND/wav_clean/p257_156.wav
|
| 547 |
+
p257_157|VoiceBank+DEMAND/wav_clean/p257_157.wav
|
| 548 |
+
p257_158|VoiceBank+DEMAND/wav_clean/p257_158.wav
|
| 549 |
+
p257_159|VoiceBank+DEMAND/wav_clean/p257_159.wav
|
| 550 |
+
p257_160|VoiceBank+DEMAND/wav_clean/p257_160.wav
|
| 551 |
+
p257_161|VoiceBank+DEMAND/wav_clean/p257_161.wav
|
| 552 |
+
p257_162|VoiceBank+DEMAND/wav_clean/p257_162.wav
|
| 553 |
+
p257_163|VoiceBank+DEMAND/wav_clean/p257_163.wav
|
| 554 |
+
p257_164|VoiceBank+DEMAND/wav_clean/p257_164.wav
|
| 555 |
+
p257_165|VoiceBank+DEMAND/wav_clean/p257_165.wav
|
| 556 |
+
p257_166|VoiceBank+DEMAND/wav_clean/p257_166.wav
|
| 557 |
+
p257_167|VoiceBank+DEMAND/wav_clean/p257_167.wav
|
| 558 |
+
p257_168|VoiceBank+DEMAND/wav_clean/p257_168.wav
|
| 559 |
+
p257_169|VoiceBank+DEMAND/wav_clean/p257_169.wav
|
| 560 |
+
p257_170|VoiceBank+DEMAND/wav_clean/p257_170.wav
|
| 561 |
+
p257_171|VoiceBank+DEMAND/wav_clean/p257_171.wav
|
| 562 |
+
p257_172|VoiceBank+DEMAND/wav_clean/p257_172.wav
|
| 563 |
+
p257_173|VoiceBank+DEMAND/wav_clean/p257_173.wav
|
| 564 |
+
p257_174|VoiceBank+DEMAND/wav_clean/p257_174.wav
|
| 565 |
+
p257_175|VoiceBank+DEMAND/wav_clean/p257_175.wav
|
| 566 |
+
p257_176|VoiceBank+DEMAND/wav_clean/p257_176.wav
|
| 567 |
+
p257_177|VoiceBank+DEMAND/wav_clean/p257_177.wav
|
| 568 |
+
p257_178|VoiceBank+DEMAND/wav_clean/p257_178.wav
|
| 569 |
+
p257_179|VoiceBank+DEMAND/wav_clean/p257_179.wav
|
| 570 |
+
p257_180|VoiceBank+DEMAND/wav_clean/p257_180.wav
|
| 571 |
+
p257_181|VoiceBank+DEMAND/wav_clean/p257_181.wav
|
| 572 |
+
p257_182|VoiceBank+DEMAND/wav_clean/p257_182.wav
|
| 573 |
+
p257_183|VoiceBank+DEMAND/wav_clean/p257_183.wav
|
| 574 |
+
p257_184|VoiceBank+DEMAND/wav_clean/p257_184.wav
|
| 575 |
+
p257_185|VoiceBank+DEMAND/wav_clean/p257_185.wav
|
| 576 |
+
p257_186|VoiceBank+DEMAND/wav_clean/p257_186.wav
|
| 577 |
+
p257_187|VoiceBank+DEMAND/wav_clean/p257_187.wav
|
| 578 |
+
p257_188|VoiceBank+DEMAND/wav_clean/p257_188.wav
|
| 579 |
+
p257_189|VoiceBank+DEMAND/wav_clean/p257_189.wav
|
| 580 |
+
p257_190|VoiceBank+DEMAND/wav_clean/p257_190.wav
|
| 581 |
+
p257_191|VoiceBank+DEMAND/wav_clean/p257_191.wav
|
| 582 |
+
p257_192|VoiceBank+DEMAND/wav_clean/p257_192.wav
|
| 583 |
+
p257_193|VoiceBank+DEMAND/wav_clean/p257_193.wav
|
| 584 |
+
p257_194|VoiceBank+DEMAND/wav_clean/p257_194.wav
|
| 585 |
+
p257_195|VoiceBank+DEMAND/wav_clean/p257_195.wav
|
| 586 |
+
p257_196|VoiceBank+DEMAND/wav_clean/p257_196.wav
|
| 587 |
+
p257_197|VoiceBank+DEMAND/wav_clean/p257_197.wav
|
| 588 |
+
p257_198|VoiceBank+DEMAND/wav_clean/p257_198.wav
|
| 589 |
+
p257_199|VoiceBank+DEMAND/wav_clean/p257_199.wav
|
| 590 |
+
p257_200|VoiceBank+DEMAND/wav_clean/p257_200.wav
|
| 591 |
+
p257_201|VoiceBank+DEMAND/wav_clean/p257_201.wav
|
| 592 |
+
p257_202|VoiceBank+DEMAND/wav_clean/p257_202.wav
|
| 593 |
+
p257_203|VoiceBank+DEMAND/wav_clean/p257_203.wav
|
| 594 |
+
p257_204|VoiceBank+DEMAND/wav_clean/p257_204.wav
|
| 595 |
+
p257_205|VoiceBank+DEMAND/wav_clean/p257_205.wav
|
| 596 |
+
p257_206|VoiceBank+DEMAND/wav_clean/p257_206.wav
|
| 597 |
+
p257_207|VoiceBank+DEMAND/wav_clean/p257_207.wav
|
| 598 |
+
p257_208|VoiceBank+DEMAND/wav_clean/p257_208.wav
|
| 599 |
+
p257_209|VoiceBank+DEMAND/wav_clean/p257_209.wav
|
| 600 |
+
p257_210|VoiceBank+DEMAND/wav_clean/p257_210.wav
|
| 601 |
+
p257_211|VoiceBank+DEMAND/wav_clean/p257_211.wav
|
| 602 |
+
p257_212|VoiceBank+DEMAND/wav_clean/p257_212.wav
|
| 603 |
+
p257_213|VoiceBank+DEMAND/wav_clean/p257_213.wav
|
| 604 |
+
p257_214|VoiceBank+DEMAND/wav_clean/p257_214.wav
|
| 605 |
+
p257_215|VoiceBank+DEMAND/wav_clean/p257_215.wav
|
| 606 |
+
p257_216|VoiceBank+DEMAND/wav_clean/p257_216.wav
|
| 607 |
+
p257_217|VoiceBank+DEMAND/wav_clean/p257_217.wav
|
| 608 |
+
p257_218|VoiceBank+DEMAND/wav_clean/p257_218.wav
|
| 609 |
+
p257_219|VoiceBank+DEMAND/wav_clean/p257_219.wav
|
| 610 |
+
p257_220|VoiceBank+DEMAND/wav_clean/p257_220.wav
|
| 611 |
+
p257_221|VoiceBank+DEMAND/wav_clean/p257_221.wav
|
| 612 |
+
p257_222|VoiceBank+DEMAND/wav_clean/p257_222.wav
|
| 613 |
+
p257_223|VoiceBank+DEMAND/wav_clean/p257_223.wav
|
| 614 |
+
p257_224|VoiceBank+DEMAND/wav_clean/p257_224.wav
|
| 615 |
+
p257_225|VoiceBank+DEMAND/wav_clean/p257_225.wav
|
| 616 |
+
p257_226|VoiceBank+DEMAND/wav_clean/p257_226.wav
|
| 617 |
+
p257_227|VoiceBank+DEMAND/wav_clean/p257_227.wav
|
| 618 |
+
p257_228|VoiceBank+DEMAND/wav_clean/p257_228.wav
|
| 619 |
+
p257_229|VoiceBank+DEMAND/wav_clean/p257_229.wav
|
| 620 |
+
p257_230|VoiceBank+DEMAND/wav_clean/p257_230.wav
|
| 621 |
+
p257_231|VoiceBank+DEMAND/wav_clean/p257_231.wav
|
| 622 |
+
p257_232|VoiceBank+DEMAND/wav_clean/p257_232.wav
|
| 623 |
+
p257_233|VoiceBank+DEMAND/wav_clean/p257_233.wav
|
| 624 |
+
p257_234|VoiceBank+DEMAND/wav_clean/p257_234.wav
|
| 625 |
+
p257_235|VoiceBank+DEMAND/wav_clean/p257_235.wav
|
| 626 |
+
p257_236|VoiceBank+DEMAND/wav_clean/p257_236.wav
|
| 627 |
+
p257_237|VoiceBank+DEMAND/wav_clean/p257_237.wav
|
| 628 |
+
p257_238|VoiceBank+DEMAND/wav_clean/p257_238.wav
|
| 629 |
+
p257_239|VoiceBank+DEMAND/wav_clean/p257_239.wav
|
| 630 |
+
p257_240|VoiceBank+DEMAND/wav_clean/p257_240.wav
|
| 631 |
+
p257_241|VoiceBank+DEMAND/wav_clean/p257_241.wav
|
| 632 |
+
p257_242|VoiceBank+DEMAND/wav_clean/p257_242.wav
|
| 633 |
+
p257_243|VoiceBank+DEMAND/wav_clean/p257_243.wav
|
| 634 |
+
p257_244|VoiceBank+DEMAND/wav_clean/p257_244.wav
|
| 635 |
+
p257_245|VoiceBank+DEMAND/wav_clean/p257_245.wav
|
| 636 |
+
p257_246|VoiceBank+DEMAND/wav_clean/p257_246.wav
|
| 637 |
+
p257_247|VoiceBank+DEMAND/wav_clean/p257_247.wav
|
| 638 |
+
p257_248|VoiceBank+DEMAND/wav_clean/p257_248.wav
|
| 639 |
+
p257_249|VoiceBank+DEMAND/wav_clean/p257_249.wav
|
| 640 |
+
p257_250|VoiceBank+DEMAND/wav_clean/p257_250.wav
|
| 641 |
+
p257_251|VoiceBank+DEMAND/wav_clean/p257_251.wav
|
| 642 |
+
p257_252|VoiceBank+DEMAND/wav_clean/p257_252.wav
|
| 643 |
+
p257_253|VoiceBank+DEMAND/wav_clean/p257_253.wav
|
| 644 |
+
p257_254|VoiceBank+DEMAND/wav_clean/p257_254.wav
|
| 645 |
+
p257_255|VoiceBank+DEMAND/wav_clean/p257_255.wav
|
| 646 |
+
p257_256|VoiceBank+DEMAND/wav_clean/p257_256.wav
|
| 647 |
+
p257_257|VoiceBank+DEMAND/wav_clean/p257_257.wav
|
| 648 |
+
p257_258|VoiceBank+DEMAND/wav_clean/p257_258.wav
|
| 649 |
+
p257_259|VoiceBank+DEMAND/wav_clean/p257_259.wav
|
| 650 |
+
p257_260|VoiceBank+DEMAND/wav_clean/p257_260.wav
|
| 651 |
+
p257_261|VoiceBank+DEMAND/wav_clean/p257_261.wav
|
| 652 |
+
p257_262|VoiceBank+DEMAND/wav_clean/p257_262.wav
|
| 653 |
+
p257_263|VoiceBank+DEMAND/wav_clean/p257_263.wav
|
| 654 |
+
p257_264|VoiceBank+DEMAND/wav_clean/p257_264.wav
|
| 655 |
+
p257_265|VoiceBank+DEMAND/wav_clean/p257_265.wav
|
| 656 |
+
p257_266|VoiceBank+DEMAND/wav_clean/p257_266.wav
|
| 657 |
+
p257_267|VoiceBank+DEMAND/wav_clean/p257_267.wav
|
| 658 |
+
p257_268|VoiceBank+DEMAND/wav_clean/p257_268.wav
|
| 659 |
+
p257_269|VoiceBank+DEMAND/wav_clean/p257_269.wav
|
| 660 |
+
p257_270|VoiceBank+DEMAND/wav_clean/p257_270.wav
|
| 661 |
+
p257_271|VoiceBank+DEMAND/wav_clean/p257_271.wav
|
| 662 |
+
p257_272|VoiceBank+DEMAND/wav_clean/p257_272.wav
|
| 663 |
+
p257_273|VoiceBank+DEMAND/wav_clean/p257_273.wav
|
| 664 |
+
p257_274|VoiceBank+DEMAND/wav_clean/p257_274.wav
|
| 665 |
+
p257_275|VoiceBank+DEMAND/wav_clean/p257_275.wav
|
| 666 |
+
p257_276|VoiceBank+DEMAND/wav_clean/p257_276.wav
|
| 667 |
+
p257_277|VoiceBank+DEMAND/wav_clean/p257_277.wav
|
| 668 |
+
p257_278|VoiceBank+DEMAND/wav_clean/p257_278.wav
|
| 669 |
+
p257_279|VoiceBank+DEMAND/wav_clean/p257_279.wav
|
| 670 |
+
p257_280|VoiceBank+DEMAND/wav_clean/p257_280.wav
|
| 671 |
+
p257_281|VoiceBank+DEMAND/wav_clean/p257_281.wav
|
| 672 |
+
p257_282|VoiceBank+DEMAND/wav_clean/p257_282.wav
|
| 673 |
+
p257_283|VoiceBank+DEMAND/wav_clean/p257_283.wav
|
| 674 |
+
p257_284|VoiceBank+DEMAND/wav_clean/p257_284.wav
|
| 675 |
+
p257_285|VoiceBank+DEMAND/wav_clean/p257_285.wav
|
| 676 |
+
p257_286|VoiceBank+DEMAND/wav_clean/p257_286.wav
|
| 677 |
+
p257_287|VoiceBank+DEMAND/wav_clean/p257_287.wav
|
| 678 |
+
p257_288|VoiceBank+DEMAND/wav_clean/p257_288.wav
|
| 679 |
+
p257_289|VoiceBank+DEMAND/wav_clean/p257_289.wav
|
| 680 |
+
p257_290|VoiceBank+DEMAND/wav_clean/p257_290.wav
|
| 681 |
+
p257_291|VoiceBank+DEMAND/wav_clean/p257_291.wav
|
| 682 |
+
p257_292|VoiceBank+DEMAND/wav_clean/p257_292.wav
|
| 683 |
+
p257_293|VoiceBank+DEMAND/wav_clean/p257_293.wav
|
| 684 |
+
p257_294|VoiceBank+DEMAND/wav_clean/p257_294.wav
|
| 685 |
+
p257_295|VoiceBank+DEMAND/wav_clean/p257_295.wav
|
| 686 |
+
p257_296|VoiceBank+DEMAND/wav_clean/p257_296.wav
|
| 687 |
+
p257_297|VoiceBank+DEMAND/wav_clean/p257_297.wav
|
| 688 |
+
p257_298|VoiceBank+DEMAND/wav_clean/p257_298.wav
|
| 689 |
+
p257_299|VoiceBank+DEMAND/wav_clean/p257_299.wav
|
| 690 |
+
p257_300|VoiceBank+DEMAND/wav_clean/p257_300.wav
|
| 691 |
+
p257_301|VoiceBank+DEMAND/wav_clean/p257_301.wav
|
| 692 |
+
p257_302|VoiceBank+DEMAND/wav_clean/p257_302.wav
|
| 693 |
+
p257_303|VoiceBank+DEMAND/wav_clean/p257_303.wav
|
| 694 |
+
p257_304|VoiceBank+DEMAND/wav_clean/p257_304.wav
|
| 695 |
+
p257_305|VoiceBank+DEMAND/wav_clean/p257_305.wav
|
| 696 |
+
p257_306|VoiceBank+DEMAND/wav_clean/p257_306.wav
|
| 697 |
+
p257_307|VoiceBank+DEMAND/wav_clean/p257_307.wav
|
| 698 |
+
p257_308|VoiceBank+DEMAND/wav_clean/p257_308.wav
|
| 699 |
+
p257_309|VoiceBank+DEMAND/wav_clean/p257_309.wav
|
| 700 |
+
p257_310|VoiceBank+DEMAND/wav_clean/p257_310.wav
|
| 701 |
+
p257_311|VoiceBank+DEMAND/wav_clean/p257_311.wav
|
| 702 |
+
p257_312|VoiceBank+DEMAND/wav_clean/p257_312.wav
|
| 703 |
+
p257_313|VoiceBank+DEMAND/wav_clean/p257_313.wav
|
| 704 |
+
p257_314|VoiceBank+DEMAND/wav_clean/p257_314.wav
|
| 705 |
+
p257_315|VoiceBank+DEMAND/wav_clean/p257_315.wav
|
| 706 |
+
p257_316|VoiceBank+DEMAND/wav_clean/p257_316.wav
|
| 707 |
+
p257_317|VoiceBank+DEMAND/wav_clean/p257_317.wav
|
| 708 |
+
p257_318|VoiceBank+DEMAND/wav_clean/p257_318.wav
|
| 709 |
+
p257_319|VoiceBank+DEMAND/wav_clean/p257_319.wav
|
| 710 |
+
p257_320|VoiceBank+DEMAND/wav_clean/p257_320.wav
|
| 711 |
+
p257_321|VoiceBank+DEMAND/wav_clean/p257_321.wav
|
| 712 |
+
p257_322|VoiceBank+DEMAND/wav_clean/p257_322.wav
|
| 713 |
+
p257_323|VoiceBank+DEMAND/wav_clean/p257_323.wav
|
| 714 |
+
p257_324|VoiceBank+DEMAND/wav_clean/p257_324.wav
|
| 715 |
+
p257_325|VoiceBank+DEMAND/wav_clean/p257_325.wav
|
| 716 |
+
p257_326|VoiceBank+DEMAND/wav_clean/p257_326.wav
|
| 717 |
+
p257_327|VoiceBank+DEMAND/wav_clean/p257_327.wav
|
| 718 |
+
p257_328|VoiceBank+DEMAND/wav_clean/p257_328.wav
|
| 719 |
+
p257_329|VoiceBank+DEMAND/wav_clean/p257_329.wav
|
| 720 |
+
p257_330|VoiceBank+DEMAND/wav_clean/p257_330.wav
|
| 721 |
+
p257_331|VoiceBank+DEMAND/wav_clean/p257_331.wav
|
| 722 |
+
p257_332|VoiceBank+DEMAND/wav_clean/p257_332.wav
|
| 723 |
+
p257_333|VoiceBank+DEMAND/wav_clean/p257_333.wav
|
| 724 |
+
p257_334|VoiceBank+DEMAND/wav_clean/p257_334.wav
|
| 725 |
+
p257_335|VoiceBank+DEMAND/wav_clean/p257_335.wav
|
| 726 |
+
p257_336|VoiceBank+DEMAND/wav_clean/p257_336.wav
|
| 727 |
+
p257_337|VoiceBank+DEMAND/wav_clean/p257_337.wav
|
| 728 |
+
p257_338|VoiceBank+DEMAND/wav_clean/p257_338.wav
|
| 729 |
+
p257_339|VoiceBank+DEMAND/wav_clean/p257_339.wav
|
| 730 |
+
p257_340|VoiceBank+DEMAND/wav_clean/p257_340.wav
|
| 731 |
+
p257_341|VoiceBank+DEMAND/wav_clean/p257_341.wav
|
| 732 |
+
p257_342|VoiceBank+DEMAND/wav_clean/p257_342.wav
|
| 733 |
+
p257_343|VoiceBank+DEMAND/wav_clean/p257_343.wav
|
| 734 |
+
p257_344|VoiceBank+DEMAND/wav_clean/p257_344.wav
|
| 735 |
+
p257_345|VoiceBank+DEMAND/wav_clean/p257_345.wav
|
| 736 |
+
p257_346|VoiceBank+DEMAND/wav_clean/p257_346.wav
|
| 737 |
+
p257_347|VoiceBank+DEMAND/wav_clean/p257_347.wav
|
| 738 |
+
p257_348|VoiceBank+DEMAND/wav_clean/p257_348.wav
|
| 739 |
+
p257_349|VoiceBank+DEMAND/wav_clean/p257_349.wav
|
| 740 |
+
p257_350|VoiceBank+DEMAND/wav_clean/p257_350.wav
|
| 741 |
+
p257_351|VoiceBank+DEMAND/wav_clean/p257_351.wav
|
| 742 |
+
p257_352|VoiceBank+DEMAND/wav_clean/p257_352.wav
|
| 743 |
+
p257_353|VoiceBank+DEMAND/wav_clean/p257_353.wav
|
| 744 |
+
p257_354|VoiceBank+DEMAND/wav_clean/p257_354.wav
|
| 745 |
+
p257_355|VoiceBank+DEMAND/wav_clean/p257_355.wav
|
| 746 |
+
p257_356|VoiceBank+DEMAND/wav_clean/p257_356.wav
|
| 747 |
+
p257_357|VoiceBank+DEMAND/wav_clean/p257_357.wav
|
| 748 |
+
p257_358|VoiceBank+DEMAND/wav_clean/p257_358.wav
|
| 749 |
+
p257_359|VoiceBank+DEMAND/wav_clean/p257_359.wav
|
| 750 |
+
p257_360|VoiceBank+DEMAND/wav_clean/p257_360.wav
|
| 751 |
+
p257_361|VoiceBank+DEMAND/wav_clean/p257_361.wav
|
| 752 |
+
p257_362|VoiceBank+DEMAND/wav_clean/p257_362.wav
|
| 753 |
+
p257_363|VoiceBank+DEMAND/wav_clean/p257_363.wav
|
| 754 |
+
p257_364|VoiceBank+DEMAND/wav_clean/p257_364.wav
|
| 755 |
+
p257_365|VoiceBank+DEMAND/wav_clean/p257_365.wav
|
| 756 |
+
p257_366|VoiceBank+DEMAND/wav_clean/p257_366.wav
|
| 757 |
+
p257_367|VoiceBank+DEMAND/wav_clean/p257_367.wav
|
| 758 |
+
p257_368|VoiceBank+DEMAND/wav_clean/p257_368.wav
|
| 759 |
+
p257_369|VoiceBank+DEMAND/wav_clean/p257_369.wav
|
| 760 |
+
p257_370|VoiceBank+DEMAND/wav_clean/p257_370.wav
|
| 761 |
+
p257_371|VoiceBank+DEMAND/wav_clean/p257_371.wav
|
| 762 |
+
p257_372|VoiceBank+DEMAND/wav_clean/p257_372.wav
|
| 763 |
+
p257_373|VoiceBank+DEMAND/wav_clean/p257_373.wav
|
| 764 |
+
p257_374|VoiceBank+DEMAND/wav_clean/p257_374.wav
|
| 765 |
+
p257_375|VoiceBank+DEMAND/wav_clean/p257_375.wav
|
| 766 |
+
p257_376|VoiceBank+DEMAND/wav_clean/p257_376.wav
|
| 767 |
+
p257_377|VoiceBank+DEMAND/wav_clean/p257_377.wav
|
| 768 |
+
p257_378|VoiceBank+DEMAND/wav_clean/p257_378.wav
|
| 769 |
+
p257_379|VoiceBank+DEMAND/wav_clean/p257_379.wav
|
| 770 |
+
p257_380|VoiceBank+DEMAND/wav_clean/p257_380.wav
|
| 771 |
+
p257_381|VoiceBank+DEMAND/wav_clean/p257_381.wav
|
| 772 |
+
p257_382|VoiceBank+DEMAND/wav_clean/p257_382.wav
|
| 773 |
+
p257_383|VoiceBank+DEMAND/wav_clean/p257_383.wav
|
| 774 |
+
p257_384|VoiceBank+DEMAND/wav_clean/p257_384.wav
|
| 775 |
+
p257_385|VoiceBank+DEMAND/wav_clean/p257_385.wav
|
| 776 |
+
p257_386|VoiceBank+DEMAND/wav_clean/p257_386.wav
|
| 777 |
+
p257_387|VoiceBank+DEMAND/wav_clean/p257_387.wav
|
| 778 |
+
p257_388|VoiceBank+DEMAND/wav_clean/p257_388.wav
|
| 779 |
+
p257_389|VoiceBank+DEMAND/wav_clean/p257_389.wav
|
| 780 |
+
p257_390|VoiceBank+DEMAND/wav_clean/p257_390.wav
|
| 781 |
+
p257_391|VoiceBank+DEMAND/wav_clean/p257_391.wav
|
| 782 |
+
p257_392|VoiceBank+DEMAND/wav_clean/p257_392.wav
|
| 783 |
+
p257_393|VoiceBank+DEMAND/wav_clean/p257_393.wav
|
| 784 |
+
p257_394|VoiceBank+DEMAND/wav_clean/p257_394.wav
|
| 785 |
+
p257_395|VoiceBank+DEMAND/wav_clean/p257_395.wav
|
| 786 |
+
p257_396|VoiceBank+DEMAND/wav_clean/p257_396.wav
|
| 787 |
+
p257_397|VoiceBank+DEMAND/wav_clean/p257_397.wav
|
| 788 |
+
p257_398|VoiceBank+DEMAND/wav_clean/p257_398.wav
|
| 789 |
+
p257_399|VoiceBank+DEMAND/wav_clean/p257_399.wav
|
| 790 |
+
p257_400|VoiceBank+DEMAND/wav_clean/p257_400.wav
|
| 791 |
+
p257_401|VoiceBank+DEMAND/wav_clean/p257_401.wav
|
| 792 |
+
p257_402|VoiceBank+DEMAND/wav_clean/p257_402.wav
|
| 793 |
+
p257_403|VoiceBank+DEMAND/wav_clean/p257_403.wav
|
| 794 |
+
p257_404|VoiceBank+DEMAND/wav_clean/p257_404.wav
|
| 795 |
+
p257_405|VoiceBank+DEMAND/wav_clean/p257_405.wav
|
| 796 |
+
p257_406|VoiceBank+DEMAND/wav_clean/p257_406.wav
|
| 797 |
+
p257_407|VoiceBank+DEMAND/wav_clean/p257_407.wav
|
| 798 |
+
p257_408|VoiceBank+DEMAND/wav_clean/p257_408.wav
|
| 799 |
+
p257_409|VoiceBank+DEMAND/wav_clean/p257_409.wav
|
| 800 |
+
p257_410|VoiceBank+DEMAND/wav_clean/p257_410.wav
|
| 801 |
+
p257_411|VoiceBank+DEMAND/wav_clean/p257_411.wav
|
| 802 |
+
p257_412|VoiceBank+DEMAND/wav_clean/p257_412.wav
|
| 803 |
+
p257_413|VoiceBank+DEMAND/wav_clean/p257_413.wav
|
| 804 |
+
p257_414|VoiceBank+DEMAND/wav_clean/p257_414.wav
|
| 805 |
+
p257_415|VoiceBank+DEMAND/wav_clean/p257_415.wav
|
| 806 |
+
p257_416|VoiceBank+DEMAND/wav_clean/p257_416.wav
|
| 807 |
+
p257_417|VoiceBank+DEMAND/wav_clean/p257_417.wav
|
| 808 |
+
p257_418|VoiceBank+DEMAND/wav_clean/p257_418.wav
|
| 809 |
+
p257_419|VoiceBank+DEMAND/wav_clean/p257_419.wav
|
| 810 |
+
p257_420|VoiceBank+DEMAND/wav_clean/p257_420.wav
|
| 811 |
+
p257_421|VoiceBank+DEMAND/wav_clean/p257_421.wav
|
| 812 |
+
p257_422|VoiceBank+DEMAND/wav_clean/p257_422.wav
|
| 813 |
+
p257_423|VoiceBank+DEMAND/wav_clean/p257_423.wav
|
| 814 |
+
p257_424|VoiceBank+DEMAND/wav_clean/p257_424.wav
|
| 815 |
+
p257_425|VoiceBank+DEMAND/wav_clean/p257_425.wav
|
| 816 |
+
p257_426|VoiceBank+DEMAND/wav_clean/p257_426.wav
|
| 817 |
+
p257_427|VoiceBank+DEMAND/wav_clean/p257_427.wav
|
| 818 |
+
p257_428|VoiceBank+DEMAND/wav_clean/p257_428.wav
|
| 819 |
+
p257_429|VoiceBank+DEMAND/wav_clean/p257_429.wav
|
| 820 |
+
p257_430|VoiceBank+DEMAND/wav_clean/p257_430.wav
|
| 821 |
+
p257_431|VoiceBank+DEMAND/wav_clean/p257_431.wav
|
| 822 |
+
p257_432|VoiceBank+DEMAND/wav_clean/p257_432.wav
|
| 823 |
+
p257_433|VoiceBank+DEMAND/wav_clean/p257_433.wav
|
| 824 |
+
p257_434|VoiceBank+DEMAND/wav_clean/p257_434.wav
|
VoiceBank+DEMAND/training.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VoiceBank+DEMAND/wavs_clean/readme.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Move clean wavs here.
|
VoiceBank+DEMAND/wavs_noisy/readme.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Move noisy wavs here.
|
| 2 |
+
|
best_ckpt/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_gpus": 0,
|
| 3 |
+
"batch_size": 4,
|
| 4 |
+
"learning_rate": 0.0005,
|
| 5 |
+
"adam_b1": 0.8,
|
| 6 |
+
"adam_b2": 0.99,
|
| 7 |
+
"lr_decay": 0.99,
|
| 8 |
+
"seed": 1234,
|
| 9 |
+
|
| 10 |
+
"dense_channel": 64,
|
| 11 |
+
"compress_factor": 0.3,
|
| 12 |
+
"num_tsconformers": 4,
|
| 13 |
+
"beta": 2.0,
|
| 14 |
+
|
| 15 |
+
"sampling_rate": 16000,
|
| 16 |
+
"segment_size": 32000,
|
| 17 |
+
"n_fft": 400,
|
| 18 |
+
"hop_size": 100,
|
| 19 |
+
"win_size": 400,
|
| 20 |
+
|
| 21 |
+
"num_workers": 4,
|
| 22 |
+
|
| 23 |
+
"dist_config": {
|
| 24 |
+
"dist_backend": "nccl",
|
| 25 |
+
"dist_url": "tcp://localhost:54321",
|
| 26 |
+
"world_size": 1
|
| 27 |
+
}
|
| 28 |
+
}
|
best_ckpt/g_best_dns
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97a77ba67c5c484c65363bb703ea85962f773ca0819e22ce81b4ec33db5e7206
|
| 3 |
+
size 9138054
|
best_ckpt/g_best_vb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aedfb1aa549159f71b39613d94db831dfa983b3a68b0deea02e84e0ad563f4f9
|
| 3 |
+
size 9142950
|
cal_metrics/cal_metrics_dns.py
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
import argparse
|
| 3 |
+
import librosa
|
| 4 |
+
import pysepm
|
| 5 |
+
import numpy as np
|
| 6 |
+
from pesq import pesq
|
| 7 |
+
from rich.progress import track
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
def sisdr(x, s, remove_dc=True):
|
| 11 |
+
"""
|
| 12 |
+
Compute SI-SDR
|
| 13 |
+
x: extracted signal
|
| 14 |
+
s: reference signal(ground truth)
|
| 15 |
+
"""
|
| 16 |
+
|
| 17 |
+
def vec_l2norm(x):
|
| 18 |
+
return np.linalg.norm(x, 2)
|
| 19 |
+
|
| 20 |
+
if remove_dc:
|
| 21 |
+
x_zm = x - np.mean(x)
|
| 22 |
+
s_zm = s - np.mean(s)
|
| 23 |
+
t = np.inner(x_zm, s_zm) * s_zm / vec_l2norm(s_zm)**2
|
| 24 |
+
n = x_zm - t
|
| 25 |
+
else:
|
| 26 |
+
t = np.inner(x, s) * s / vec_l2norm(s)**2
|
| 27 |
+
n = x - t
|
| 28 |
+
return 20 * np.log10(vec_l2norm(t) / vec_l2norm(n))
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
def main(h):
|
| 32 |
+
indexes = os.listdir(h.noisy_wav_dir)
|
| 33 |
+
metrics = {'pesq_wb':[], 'pesq_nb':[], 'stoi':[], 'sisdr': [], 'apd': []}
|
| 34 |
+
|
| 35 |
+
for index in track(indexes):
|
| 36 |
+
|
| 37 |
+
noisy_wav = os.path.join(h.noisy_wav_dir, index)
|
| 38 |
+
clean_wav = os.path.join(h.clean_wav_dir,index)
|
| 39 |
+
|
| 40 |
+
clean, _ = librosa.load(clean_wav, sr=h.sampling_rate)
|
| 41 |
+
noisy, _ = librosa.load(noisy_wav, sr=h.sampling_rate)
|
| 42 |
+
length = min(len(clean), len(noisy))
|
| 43 |
+
clean = clean[0: length]
|
| 44 |
+
noisy = noisy[0: length]
|
| 45 |
+
|
| 46 |
+
pesq_wb_score = pesq(fs=h.sampling_rate, ref=clean, deg=noisy, mode="wb")
|
| 47 |
+
pesq_nb_score = pesq(fs=h.sampling_rate, ref=clean, deg=noisy, mode="nb")
|
| 48 |
+
stoi_score = pysepm.stoi(clean, noisy, h.sampling_rate)
|
| 49 |
+
sisdr_score = sisdr(noisy, clean)
|
| 50 |
+
|
| 51 |
+
metrics['pesq_wb'].append(pesq_wb_score)
|
| 52 |
+
metrics['pesq_nb'].append(pesq_nb_score)
|
| 53 |
+
metrics['stoi'].append(stoi_score)
|
| 54 |
+
metrics['sisdr'].append(sisdr_score)
|
| 55 |
+
|
| 56 |
+
pesq_wb_mean = np.mean(metrics['pesq_wb'])
|
| 57 |
+
pesq_nb_mean = np.mean(metrics['pesq_nb'])
|
| 58 |
+
stoi_mean = np.mean(metrics['stoi'])
|
| 59 |
+
sisdr_mean = np.mean(metrics['sisdr'])
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
print('PESQ_WB: {:.3f}'.format(pesq_wb_mean))
|
| 63 |
+
print('PESQ_NB: {:.3f}'.format(pesq_nb_mean))
|
| 64 |
+
print('STOI: {:.3f}'.format(stoi_mean*100))
|
| 65 |
+
print('SI-SDR: {:.3f}'.format(sisdr_mean))
|
| 66 |
+
|
| 67 |
+
if __name__ == '__main__':
|
| 68 |
+
parser = argparse.ArgumentParser()
|
| 69 |
+
parser.add_argument('--sampling_rate', default=16000)
|
| 70 |
+
parser.add_argument('--clean_wav_dir', required=True)
|
| 71 |
+
parser.add_argument('--noisy_wav_dir', required=True)
|
| 72 |
+
|
| 73 |
+
h = parser.parse_args()
|
| 74 |
+
|
| 75 |
+
main(h)
|
cal_metrics/cal_metrics_vb.py
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
import argparse
|
| 3 |
+
import librosa
|
| 4 |
+
import numpy as np
|
| 5 |
+
from compute_metrics import compute_metrics
|
| 6 |
+
from rich.progress import track
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
def main(h):
|
| 10 |
+
indexes = sorted(os.listdir(h.clean_wav_dir))
|
| 11 |
+
num = len(indexes)
|
| 12 |
+
metrics_total = np.zeros(6)
|
| 13 |
+
for index in track(indexes):
|
| 14 |
+
clean_wav = os.path.join(h.clean_wav_dir, index)
|
| 15 |
+
noisy_wav = os.path.join(h.noisy_wav_dir, index)
|
| 16 |
+
clean, sr = librosa.load(clean_wav, sr=h.sampling_rate)
|
| 17 |
+
noisy, sr = librosa.load(noisy_wav, sr=h.sampling_rate)
|
| 18 |
+
|
| 19 |
+
metrics = compute_metrics(clean, noisy, sr, 0)
|
| 20 |
+
metrics = np.array(metrics)
|
| 21 |
+
metrics_total += metrics
|
| 22 |
+
|
| 23 |
+
metrics_avg = metrics_total / num
|
| 24 |
+
print('pesq: ', metrics_avg[0], 'csig: ', metrics_avg[1], 'cbak: ', metrics_avg[2],
|
| 25 |
+
'covl: ', metrics_avg[3], 'ssnr: ', metrics_avg[4], 'stoi: ', metrics_avg[5])
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
if __name__ == '__main__':
|
| 29 |
+
parser = argparse.ArgumentParser()
|
| 30 |
+
parser.add_argument('--sampling_rate', default=16000)
|
| 31 |
+
parser.add_argument('--clean_wav_dir', required=True)
|
| 32 |
+
parser.add_argument('--noisy_wav_dir', required=True)
|
| 33 |
+
|
| 34 |
+
h = parser.parse_args()
|
| 35 |
+
|
| 36 |
+
main(h)
|
cal_metrics/compute_metrics.py
ADDED
|
@@ -0,0 +1,484 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copy from "https://github.com/ruizhecao96/CMGAN/blob/main/src/tools/compute_metrics.py"
|
| 2 |
+
|
| 3 |
+
import numpy as np
|
| 4 |
+
from scipy.io import wavfile
|
| 5 |
+
from scipy.linalg import toeplitz, norm
|
| 6 |
+
from scipy.fftpack import fft
|
| 7 |
+
import math
|
| 8 |
+
from scipy import signal
|
| 9 |
+
from pesq import pesq
|
| 10 |
+
|
| 11 |
+
'''
|
| 12 |
+
This is a python script which can be regarded as implementation of matlab script "compute_metrics.m".
|
| 13 |
+
|
| 14 |
+
Usage:
|
| 15 |
+
pesq, csig, cbak, covl, ssnr, stoi = compute_metrics(cleanFile, enhancedFile, Fs, path)
|
| 16 |
+
cleanFile: clean audio as array or path if path is equal to 1
|
| 17 |
+
enhancedFile: enhanced audio as array or path if path is equal to 1
|
| 18 |
+
Fs: sampling rate, usually equals to 8000 or 16000 Hz
|
| 19 |
+
path: whether the "cleanFile" and "enhancedFile" arguments are in .wav format or in numpy array format,
|
| 20 |
+
1 indicates "in .wav format"
|
| 21 |
+
|
| 22 |
+
Example call:
|
| 23 |
+
pesq_output, csig_output, cbak_output, covl_output, ssnr_output, stoi_output = \
|
| 24 |
+
compute_metrics(target_audio, output_audio, 16000, 0)
|
| 25 |
+
'''
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
def compute_metrics(cleanFile, enhancedFile, Fs, path):
|
| 29 |
+
alpha = 0.95
|
| 30 |
+
|
| 31 |
+
if path == 1:
|
| 32 |
+
sampling_rate1, data1 = wavfile.read(cleanFile)
|
| 33 |
+
sampling_rate2, data2 = wavfile.read(enhancedFile)
|
| 34 |
+
if sampling_rate1 != sampling_rate2:
|
| 35 |
+
raise ValueError('The two files do not match!\n')
|
| 36 |
+
else:
|
| 37 |
+
data1 = cleanFile
|
| 38 |
+
data2 = enhancedFile
|
| 39 |
+
sampling_rate1 = Fs
|
| 40 |
+
sampling_rate2 = Fs
|
| 41 |
+
|
| 42 |
+
if len(data1) != len(data2):
|
| 43 |
+
length = min(len(data1), len(data2))
|
| 44 |
+
data1 = data1[0: length] + np.spacing(1)
|
| 45 |
+
data2 = data2[0: length] + np.spacing(1)
|
| 46 |
+
|
| 47 |
+
# compute the WSS measure
|
| 48 |
+
wss_dist_vec = wss(data1, data2, sampling_rate1)
|
| 49 |
+
wss_dist_vec = np.sort(wss_dist_vec)
|
| 50 |
+
wss_dist = np.mean(wss_dist_vec[0: round(np.size(wss_dist_vec) * alpha)])
|
| 51 |
+
|
| 52 |
+
# compute the LLR measure
|
| 53 |
+
LLR_dist = llr(data1, data2, sampling_rate1)
|
| 54 |
+
LLRs = np.sort(LLR_dist)
|
| 55 |
+
LLR_len = round(np.size(LLR_dist) * alpha)
|
| 56 |
+
llr_mean = np.mean(LLRs[0: LLR_len])
|
| 57 |
+
|
| 58 |
+
# compute the SNRseg
|
| 59 |
+
snr_dist, segsnr_dist = snr(data1, data2, sampling_rate1)
|
| 60 |
+
snr_mean = snr_dist
|
| 61 |
+
segSNR = np.mean(segsnr_dist)
|
| 62 |
+
|
| 63 |
+
# compute the pesq
|
| 64 |
+
pesq_mos = pesq(sampling_rate1, data1, data2, 'wb')
|
| 65 |
+
|
| 66 |
+
# now compute the composite measures
|
| 67 |
+
CSIG = 3.093 - 1.029 * llr_mean + 0.603 * pesq_mos - 0.009 * wss_dist
|
| 68 |
+
CSIG = max(1, CSIG)
|
| 69 |
+
CSIG = min(5, CSIG) # limit values to [1, 5]
|
| 70 |
+
CBAK = 1.634 + 0.478 * pesq_mos - 0.007 * wss_dist + 0.063 * segSNR
|
| 71 |
+
CBAK = max(1, CBAK)
|
| 72 |
+
CBAK = min(5, CBAK) # limit values to [1, 5]
|
| 73 |
+
COVL = 1.594 + 0.805 * pesq_mos - 0.512 * llr_mean - 0.007 * wss_dist
|
| 74 |
+
COVL = max(1, COVL)
|
| 75 |
+
COVL = min(5, COVL) # limit values to [1, 5]
|
| 76 |
+
|
| 77 |
+
STOI = stoi(data1, data2, sampling_rate1)
|
| 78 |
+
|
| 79 |
+
return pesq_mos, CSIG, CBAK, COVL, segSNR, STOI
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
def wss(clean_speech, processed_speech, sample_rate):
|
| 83 |
+
# Check the length of the clean and processed speech, which must be the same.
|
| 84 |
+
clean_length = np.size(clean_speech)
|
| 85 |
+
processed_length = np.size(processed_speech)
|
| 86 |
+
if clean_length != processed_length:
|
| 87 |
+
raise ValueError('Files must have same length.')
|
| 88 |
+
|
| 89 |
+
# Global variables
|
| 90 |
+
winlength = (np.round(30 * sample_rate / 1000)).astype(int) # window length in samples
|
| 91 |
+
skiprate = (np.floor(np.divide(winlength, 4))).astype(int) # window skip in samples
|
| 92 |
+
max_freq = (np.divide(sample_rate, 2)).astype(int) # maximum bandwidth
|
| 93 |
+
num_crit = 25 # number of critical bands
|
| 94 |
+
|
| 95 |
+
USE_FFT_SPECTRUM = 1 # defaults to 10th order LP spectrum
|
| 96 |
+
n_fft = (np.power(2, np.ceil(np.log2(2 * winlength)))).astype(int)
|
| 97 |
+
n_fftby2 = (np.multiply(0.5, n_fft)).astype(int) # FFT size/2
|
| 98 |
+
Kmax = 20.0 # value suggested by Klatt, pg 1280
|
| 99 |
+
Klocmax = 1.0 # value suggested by Klatt, pg 1280
|
| 100 |
+
|
| 101 |
+
# Critical Band Filter Definitions (Center Frequency and Bandwidths in Hz)
|
| 102 |
+
cent_freq = np.array([50.0000, 120.000, 190.000, 260.000, 330.000, 400.000, 470.000,
|
| 103 |
+
540.000, 617.372, 703.378, 798.717, 904.128, 1020.38, 1148.30,
|
| 104 |
+
1288.72, 1442.54, 1610.70, 1794.16, 1993.93, 2211.08, 2446.71,
|
| 105 |
+
2701.97, 2978.04, 3276.17, 3597.63])
|
| 106 |
+
bandwidth = np.array([70.0000, 70.0000, 70.0000, 70.0000, 70.0000, 70.0000, 70.0000,
|
| 107 |
+
77.3724, 86.0056, 95.3398, 105.411, 116.256, 127.914, 140.423,
|
| 108 |
+
153.823, 168.154, 183.457, 199.776, 217.153, 235.631, 255.255,
|
| 109 |
+
276.072, 298.126, 321.465, 346.136])
|
| 110 |
+
|
| 111 |
+
bw_min = bandwidth[0] # minimum critical bandwidth
|
| 112 |
+
|
| 113 |
+
# Set up the critical band filters.
|
| 114 |
+
# Note here that Gaussianly shaped filters are used.
|
| 115 |
+
# Also, the sum of the filter weights are equivalent for each critical band filter.
|
| 116 |
+
# Filter less than -30 dB and set to zero.
|
| 117 |
+
min_factor = math.exp(-30.0 / (2.0 * 2.303)) # -30 dB point of filter
|
| 118 |
+
crit_filter = np.empty((num_crit, n_fftby2))
|
| 119 |
+
for i in range(num_crit):
|
| 120 |
+
f0 = (cent_freq[i] / max_freq) * n_fftby2
|
| 121 |
+
bw = (bandwidth[i] / max_freq) * n_fftby2
|
| 122 |
+
norm_factor = np.log(bw_min) - np.log(bandwidth[i])
|
| 123 |
+
j = np.arange(n_fftby2)
|
| 124 |
+
crit_filter[i, :] = np.exp(-11 * np.square(np.divide(j - np.floor(f0), bw)) + norm_factor)
|
| 125 |
+
cond = np.greater(crit_filter[i, :], min_factor)
|
| 126 |
+
crit_filter[i, :] = np.where(cond, crit_filter[i, :], 0)
|
| 127 |
+
# For each frame of input speech, calculate the Weighted Spectral Slope Measure
|
| 128 |
+
num_frames = int(clean_length / skiprate - (winlength / skiprate)) # number of frames
|
| 129 |
+
start = 0 # starting sample
|
| 130 |
+
window = 0.5 * (1 - np.cos(2 * math.pi * np.arange(1, winlength + 1) / (winlength + 1)))
|
| 131 |
+
|
| 132 |
+
distortion = np.empty(num_frames)
|
| 133 |
+
for frame_count in range(num_frames):
|
| 134 |
+
# (1) Get the Frames for the test and reference speech. Multiply by Hanning Window.
|
| 135 |
+
clean_frame = clean_speech[start: start + winlength] / 32768
|
| 136 |
+
processed_frame = processed_speech[start: start + winlength] / 32768
|
| 137 |
+
clean_frame = np.multiply(clean_frame, window)
|
| 138 |
+
processed_frame = np.multiply(processed_frame, window)
|
| 139 |
+
# (2) Compute the Power Spectrum of Clean and Processed
|
| 140 |
+
# if USE_FFT_SPECTRUM:
|
| 141 |
+
clean_spec = np.square(np.abs(fft(clean_frame, n_fft)))
|
| 142 |
+
processed_spec = np.square(np.abs(fft(processed_frame, n_fft)))
|
| 143 |
+
|
| 144 |
+
# (3) Compute Filterbank Output Energies (in dB scale)
|
| 145 |
+
clean_energy = np.matmul(crit_filter, clean_spec[0:n_fftby2])
|
| 146 |
+
processed_energy = np.matmul(crit_filter, processed_spec[0:n_fftby2])
|
| 147 |
+
|
| 148 |
+
clean_energy = 10 * np.log10(np.maximum(clean_energy, 1E-10))
|
| 149 |
+
processed_energy = 10 * np.log10(np.maximum(processed_energy, 1E-10))
|
| 150 |
+
|
| 151 |
+
# (4) Compute Spectral Slope (dB[i+1]-dB[i])
|
| 152 |
+
clean_slope = clean_energy[1:num_crit] - clean_energy[0: num_crit - 1]
|
| 153 |
+
processed_slope = processed_energy[1:num_crit] - processed_energy[0: num_crit - 1]
|
| 154 |
+
|
| 155 |
+
# (5) Find the nearest peak locations in the spectra to each critical band.
|
| 156 |
+
# If the slope is negative, we search to the left. If positive, we search to the right.
|
| 157 |
+
clean_loc_peak = np.empty(num_crit - 1)
|
| 158 |
+
processed_loc_peak = np.empty(num_crit - 1)
|
| 159 |
+
|
| 160 |
+
for i in range(num_crit - 1):
|
| 161 |
+
# find the peaks in the clean speech signal
|
| 162 |
+
if clean_slope[i] > 0: # search to the right
|
| 163 |
+
n = i
|
| 164 |
+
while (n < num_crit - 1) and (clean_slope[n] > 0):
|
| 165 |
+
n = n + 1
|
| 166 |
+
clean_loc_peak[i] = clean_energy[n - 1]
|
| 167 |
+
else: # search to the left
|
| 168 |
+
n = i
|
| 169 |
+
while (n >= 0) and (clean_slope[n] <= 0):
|
| 170 |
+
n = n - 1
|
| 171 |
+
clean_loc_peak[i] = clean_energy[n + 1]
|
| 172 |
+
|
| 173 |
+
# find the peaks in the processed speech signal
|
| 174 |
+
if processed_slope[i] > 0: # search to the right
|
| 175 |
+
n = i
|
| 176 |
+
while (n < num_crit - 1) and (processed_slope[n] > 0):
|
| 177 |
+
n = n + 1
|
| 178 |
+
processed_loc_peak[i] = processed_energy[n - 1]
|
| 179 |
+
else: # search to the left
|
| 180 |
+
n = i
|
| 181 |
+
while (n >= 0) and (processed_slope[n] <= 0):
|
| 182 |
+
n = n - 1
|
| 183 |
+
processed_loc_peak[i] = processed_energy[n + 1]
|
| 184 |
+
|
| 185 |
+
# (6) Compute the WSS Measure for this frame. This includes determination of the weighting function.
|
| 186 |
+
dBMax_clean = np.max(clean_energy)
|
| 187 |
+
dBMax_processed = np.max(processed_energy)
|
| 188 |
+
'''
|
| 189 |
+
The weights are calculated by averaging individual weighting factors from the clean and processed frame.
|
| 190 |
+
These weights W_clean and W_processed should range from 0 to 1 and place more emphasis on spectral peaks
|
| 191 |
+
and less emphasis on slope differences in spectral valleys.
|
| 192 |
+
This procedure is described on page 1280 of Klatt's 1982 ICASSP paper.
|
| 193 |
+
'''
|
| 194 |
+
Wmax_clean = np.divide(Kmax, Kmax + dBMax_clean - clean_energy[0: num_crit - 1])
|
| 195 |
+
Wlocmax_clean = np.divide(Klocmax, Klocmax + clean_loc_peak - clean_energy[0: num_crit - 1])
|
| 196 |
+
W_clean = np.multiply(Wmax_clean, Wlocmax_clean)
|
| 197 |
+
|
| 198 |
+
Wmax_processed = np.divide(Kmax, Kmax + dBMax_processed - processed_energy[0: num_crit - 1])
|
| 199 |
+
Wlocmax_processed = np.divide(Klocmax, Klocmax + processed_loc_peak - processed_energy[0: num_crit - 1])
|
| 200 |
+
W_processed = np.multiply(Wmax_processed, Wlocmax_processed)
|
| 201 |
+
|
| 202 |
+
W = np.divide(np.add(W_clean, W_processed), 2.0)
|
| 203 |
+
slope_diff = np.subtract(clean_slope, processed_slope)[0: num_crit - 1]
|
| 204 |
+
distortion[frame_count] = np.dot(W, np.square(slope_diff)) / np.sum(W)
|
| 205 |
+
# this normalization is not part of Klatt's paper, but helps to normalize the measure.
|
| 206 |
+
# Here we scale the measure by the sum of the weights.
|
| 207 |
+
start = start + skiprate
|
| 208 |
+
return distortion
|
| 209 |
+
|
| 210 |
+
|
| 211 |
+
def llr(clean_speech, processed_speech,sample_rate):
|
| 212 |
+
# Check the length of the clean and processed speech. Must be the same.
|
| 213 |
+
clean_length = np.size(clean_speech)
|
| 214 |
+
processed_length = np.size(processed_speech)
|
| 215 |
+
if clean_length != processed_length:
|
| 216 |
+
raise ValueError('Both Speech Files must be same length.')
|
| 217 |
+
|
| 218 |
+
# Global Variables
|
| 219 |
+
winlength = (np.round(30 * sample_rate / 1000)).astype(int) # window length in samples
|
| 220 |
+
skiprate = (np.floor(winlength / 4)).astype(int) # window skip in samples
|
| 221 |
+
if sample_rate < 10000:
|
| 222 |
+
P = 10 # LPC Analysis Order
|
| 223 |
+
else:
|
| 224 |
+
P = 16 # this could vary depending on sampling frequency.
|
| 225 |
+
|
| 226 |
+
# For each frame of input speech, calculate the Log Likelihood Ratio
|
| 227 |
+
num_frames = int((clean_length - winlength) / skiprate) # number of frames
|
| 228 |
+
start = 0 # starting sample
|
| 229 |
+
window = 0.5 * (1 - np.cos(2 * math.pi * np.arange(1, winlength + 1) / (winlength + 1)))
|
| 230 |
+
|
| 231 |
+
distortion = np.empty(num_frames)
|
| 232 |
+
for frame_count in range(num_frames):
|
| 233 |
+
# (1) Get the Frames for the test and reference speech. Multiply by Hanning Window.
|
| 234 |
+
clean_frame = clean_speech[start: start + winlength]
|
| 235 |
+
processed_frame = processed_speech[start: start + winlength]
|
| 236 |
+
clean_frame = np.multiply(clean_frame, window)
|
| 237 |
+
processed_frame = np.multiply(processed_frame, window)
|
| 238 |
+
|
| 239 |
+
# (2) Get the autocorrelation lags and LPC parameters used to compute the LLR measure.
|
| 240 |
+
R_clean, Ref_clean, A_clean = lpcoeff(clean_frame, P)
|
| 241 |
+
R_processed, Ref_processed, A_processed = lpcoeff(processed_frame, P)
|
| 242 |
+
|
| 243 |
+
# (3) Compute the LLR measure
|
| 244 |
+
numerator = np.dot(np.matmul(A_processed, toeplitz(R_clean)), A_processed)
|
| 245 |
+
denominator = np.dot(np.matmul(A_clean, toeplitz(R_clean)), A_clean)
|
| 246 |
+
distortion[frame_count] = math.log(numerator / denominator)
|
| 247 |
+
start = start + skiprate
|
| 248 |
+
return distortion
|
| 249 |
+
|
| 250 |
+
|
| 251 |
+
def lpcoeff(speech_frame, model_order):
|
| 252 |
+
# (1) Compute Autocorrelation Lags
|
| 253 |
+
winlength = np.size(speech_frame)
|
| 254 |
+
R = np.empty(model_order + 1)
|
| 255 |
+
E = np.empty(model_order + 1)
|
| 256 |
+
for k in range(model_order + 1):
|
| 257 |
+
R[k] = np.dot(speech_frame[0:winlength - k], speech_frame[k: winlength])
|
| 258 |
+
|
| 259 |
+
# (2) Levinson-Durbin
|
| 260 |
+
a = np.ones(model_order)
|
| 261 |
+
a_past = np.empty(model_order)
|
| 262 |
+
rcoeff = np.empty(model_order)
|
| 263 |
+
E[0] = R[0]
|
| 264 |
+
for i in range(model_order):
|
| 265 |
+
a_past[0: i] = a[0: i]
|
| 266 |
+
sum_term = np.dot(a_past[0: i], R[i:0:-1])
|
| 267 |
+
rcoeff[i] = (R[i + 1] - sum_term) / E[i]
|
| 268 |
+
a[i] = rcoeff[i]
|
| 269 |
+
if i == 0:
|
| 270 |
+
a[0: i] = a_past[0: i] - np.multiply(a_past[i - 1:-1:-1], rcoeff[i])
|
| 271 |
+
else:
|
| 272 |
+
a[0: i] = a_past[0: i] - np.multiply(a_past[i - 1::-1], rcoeff[i])
|
| 273 |
+
E[i + 1] = (1 - rcoeff[i] * rcoeff[i]) * E[i]
|
| 274 |
+
acorr = R
|
| 275 |
+
refcoeff = rcoeff
|
| 276 |
+
lpparams = np.concatenate((np.array([1]), -a))
|
| 277 |
+
return acorr, refcoeff, lpparams
|
| 278 |
+
|
| 279 |
+
|
| 280 |
+
def snr(clean_speech, processed_speech, sample_rate):
|
| 281 |
+
# Check the length of the clean and processed speech. Must be the same.
|
| 282 |
+
clean_length = len(clean_speech)
|
| 283 |
+
processed_length = len(processed_speech)
|
| 284 |
+
if clean_length != processed_length:
|
| 285 |
+
raise ValueError('Both Speech Files must be same length.')
|
| 286 |
+
|
| 287 |
+
overall_snr = 10 * np.log10(np.sum(np.square(clean_speech)) / np.sum(np.square(clean_speech - processed_speech)))
|
| 288 |
+
|
| 289 |
+
# Global Variables
|
| 290 |
+
winlength = round(30 * sample_rate / 1000) # window length in samples
|
| 291 |
+
skiprate = math.floor(winlength / 4) # window skip in samples
|
| 292 |
+
MIN_SNR = -10 # minimum SNR in dB
|
| 293 |
+
MAX_SNR = 35 # maximum SNR in dB
|
| 294 |
+
|
| 295 |
+
# For each frame of input speech, calculate the Segmental SNR
|
| 296 |
+
num_frames = int(clean_length / skiprate - (winlength / skiprate)) # number of frames
|
| 297 |
+
start = 0 # starting sample
|
| 298 |
+
window = 0.5 * (1 - np.cos(2 * math.pi * np.arange(1, winlength + 1) / (winlength + 1)))
|
| 299 |
+
|
| 300 |
+
segmental_snr = np.empty(num_frames)
|
| 301 |
+
EPS = np.spacing(1)
|
| 302 |
+
for frame_count in range(num_frames):
|
| 303 |
+
# (1) Get the Frames for the test and reference speech. Multiply by Hanning Window.
|
| 304 |
+
clean_frame = clean_speech[start:start + winlength]
|
| 305 |
+
processed_frame = processed_speech[start:start + winlength]
|
| 306 |
+
clean_frame = np.multiply(clean_frame, window)
|
| 307 |
+
processed_frame = np.multiply(processed_frame, window)
|
| 308 |
+
|
| 309 |
+
# (2) Compute the Segmental SNR
|
| 310 |
+
signal_energy = np.sum(np.square(clean_frame))
|
| 311 |
+
noise_energy = np.sum(np.square(clean_frame - processed_frame))
|
| 312 |
+
segmental_snr[frame_count] = 10 * math.log10(signal_energy / (noise_energy + EPS) + EPS)
|
| 313 |
+
segmental_snr[frame_count] = max(segmental_snr[frame_count], MIN_SNR)
|
| 314 |
+
segmental_snr[frame_count] = min(segmental_snr[frame_count], MAX_SNR)
|
| 315 |
+
|
| 316 |
+
start = start + skiprate
|
| 317 |
+
|
| 318 |
+
return overall_snr, segmental_snr
|
| 319 |
+
|
| 320 |
+
|
| 321 |
+
def stoi(x, y, fs_signal):
|
| 322 |
+
if np.size(x) != np.size(y):
|
| 323 |
+
raise ValueError('x and y should have the same length')
|
| 324 |
+
|
| 325 |
+
# initialization, pay attention to the range of x and y(divide by 32768?)
|
| 326 |
+
fs = 10000 # sample rate of proposed intelligibility measure
|
| 327 |
+
N_frame = 256 # window support
|
| 328 |
+
K = 512 # FFT size
|
| 329 |
+
J = 15 # Number of 1/3 octave bands
|
| 330 |
+
mn = 150 # Center frequency of first 1/3 octave band in Hz
|
| 331 |
+
H, _ = thirdoct(fs, K, J, mn) # Get 1/3 octave band matrix
|
| 332 |
+
N = 30 # Number of frames for intermediate intelligibility measure (Length analysis window)
|
| 333 |
+
Beta = -15 # lower SDR-bound
|
| 334 |
+
dyn_range = 40 # speech dynamic range
|
| 335 |
+
|
| 336 |
+
# resample signals if other sample rate is used than fs
|
| 337 |
+
if fs_signal != fs:
|
| 338 |
+
x = signal.resample_poly(x, fs, fs_signal)
|
| 339 |
+
y = signal.resample_poly(y, fs, fs_signal)
|
| 340 |
+
|
| 341 |
+
# remove silent frames
|
| 342 |
+
x, y = removeSilentFrames(x, y, dyn_range, N_frame, int(N_frame / 2))
|
| 343 |
+
|
| 344 |
+
# apply 1/3 octave band TF-decomposition
|
| 345 |
+
x_hat = stdft(x, N_frame, N_frame / 2, K) # apply short-time DFT to clean speech
|
| 346 |
+
y_hat = stdft(y, N_frame, N_frame / 2, K) # apply short-time DFT to processed speech
|
| 347 |
+
|
| 348 |
+
x_hat = np.transpose(x_hat[:, 0:(int(K / 2) + 1)]) # take clean single-sided spectrum
|
| 349 |
+
y_hat = np.transpose(y_hat[:, 0:(int(K / 2) + 1)]) # take processed single-sided spectrum
|
| 350 |
+
|
| 351 |
+
X = np.sqrt(np.matmul(H, np.square(np.abs(x_hat)))) # apply 1/3 octave bands as described in Eq.(1) [1]
|
| 352 |
+
Y = np.sqrt(np.matmul(H, np.square(np.abs(y_hat))))
|
| 353 |
+
|
| 354 |
+
# loop al segments of length N and obtain intermediate intelligibility measure for all TF-regions
|
| 355 |
+
d_interm = np.zeros(np.size(np.arange(N - 1, x_hat.shape[1])))
|
| 356 |
+
# init memory for intermediate intelligibility measure
|
| 357 |
+
c = 10 ** (-Beta / 20)
|
| 358 |
+
# constant for clipping procedure
|
| 359 |
+
|
| 360 |
+
for m in range(N - 1, x_hat.shape[1]):
|
| 361 |
+
X_seg = X[:, (m - N + 1): (m + 1)] # region with length N of clean TF-units for all j
|
| 362 |
+
Y_seg = Y[:, (m - N + 1): (m + 1)] # region with length N of processed TF-units for all j
|
| 363 |
+
# obtain scale factor for normalizing processed TF-region for all j
|
| 364 |
+
alpha = np.sqrt(np.divide(np.sum(np.square(X_seg), axis=1, keepdims=True),
|
| 365 |
+
np.sum(np.square(Y_seg), axis=1, keepdims=True)))
|
| 366 |
+
# obtain \alpha*Y_j(n) from Eq.(2) [1]
|
| 367 |
+
aY_seg = np.multiply(Y_seg, alpha)
|
| 368 |
+
# apply clipping from Eq.(3)
|
| 369 |
+
Y_prime = np.minimum(aY_seg, X_seg + X_seg * c)
|
| 370 |
+
# obtain correlation coeffecient from Eq.(4) [1]
|
| 371 |
+
d_interm[m - N + 1] = taa_corr(X_seg, Y_prime) / J
|
| 372 |
+
|
| 373 |
+
d = d_interm.mean() # combine all intermediate intelligibility measures as in Eq.(4) [1]
|
| 374 |
+
return d
|
| 375 |
+
|
| 376 |
+
|
| 377 |
+
def thirdoct(fs, N_fft, numBands, mn):
|
| 378 |
+
"""
|
| 379 |
+
[A CF] = THIRDOCT(FS, N_FFT, NUMBANDS, MN) returns 1/3 octave band matrix
|
| 380 |
+
inputs:
|
| 381 |
+
FS: samplerate
|
| 382 |
+
N_FFT: FFT size
|
| 383 |
+
NUMBANDS: number of bands
|
| 384 |
+
MN: center frequency of first 1/3 octave band
|
| 385 |
+
outputs:
|
| 386 |
+
A: octave band matrix
|
| 387 |
+
CF: center frequencies
|
| 388 |
+
"""
|
| 389 |
+
f = np.linspace(0, fs, N_fft + 1)
|
| 390 |
+
f = f[0:int(N_fft / 2 + 1)]
|
| 391 |
+
k = np.arange(numBands)
|
| 392 |
+
cf = np.multiply(np.power(2, k / 3), mn)
|
| 393 |
+
fl = np.sqrt(np.multiply(np.multiply(np.power(2, k / 3), mn), np.multiply(np.power(2, (k - 1) / 3), mn)))
|
| 394 |
+
fr = np.sqrt(np.multiply(np.multiply(np.power(2, k / 3), mn), np.multiply(np.power(2, (k + 1) / 3), mn)))
|
| 395 |
+
A = np.zeros((numBands, len(f)))
|
| 396 |
+
|
| 397 |
+
for i in range(np.size(cf)):
|
| 398 |
+
b = np.argmin((f - fl[i]) ** 2)
|
| 399 |
+
fl[i] = f[b]
|
| 400 |
+
fl_ii = b
|
| 401 |
+
|
| 402 |
+
b = np.argmin((f - fr[i]) ** 2)
|
| 403 |
+
fr[i] = f[b]
|
| 404 |
+
fr_ii = b
|
| 405 |
+
A[i, fl_ii: fr_ii] = 1
|
| 406 |
+
|
| 407 |
+
rnk = np.sum(A, axis=1)
|
| 408 |
+
end = np.size(rnk)
|
| 409 |
+
rnk_back = rnk[1: end]
|
| 410 |
+
rnk_before = rnk[0: (end-1)]
|
| 411 |
+
for i in range(np.size(rnk_back)):
|
| 412 |
+
if (rnk_back[i] >= rnk_before[i]) and (rnk_back[i] != 0):
|
| 413 |
+
result = i
|
| 414 |
+
numBands = result + 2
|
| 415 |
+
A = A[0:numBands, :]
|
| 416 |
+
cf = cf[0:numBands]
|
| 417 |
+
return A, cf
|
| 418 |
+
|
| 419 |
+
|
| 420 |
+
def stdft(x, N, K, N_fft):
|
| 421 |
+
"""
|
| 422 |
+
X_STDFT = X_STDFT(X, N, K, N_FFT) returns the short-time hanning-windowed dft of X with frame-size N,
|
| 423 |
+
overlap K and DFT size N_FFT. The columns and rows of X_STDFT denote the frame-index and dft-bin index,
|
| 424 |
+
respectively.
|
| 425 |
+
"""
|
| 426 |
+
frames_size = int((np.size(x) - N) / K)
|
| 427 |
+
w = signal.windows.hann(N+2)
|
| 428 |
+
w = w[1: N+1]
|
| 429 |
+
|
| 430 |
+
x_stdft = signal.stft(x, window=w, nperseg=N, noverlap=K, nfft=N_fft, return_onesided=False, boundary=None)[2]
|
| 431 |
+
x_stdft = np.transpose(x_stdft)[0:frames_size, :]
|
| 432 |
+
|
| 433 |
+
return x_stdft
|
| 434 |
+
|
| 435 |
+
|
| 436 |
+
def removeSilentFrames(x, y, dyrange, N, K):
|
| 437 |
+
"""
|
| 438 |
+
[X_SIL Y_SIL] = REMOVESILENTFRAMES(X, Y, RANGE, N, K) X and Y are segmented with frame-length N
|
| 439 |
+
and overlap K, where the maximum energy of all frames of X is determined, say X_MAX.
|
| 440 |
+
X_SIL and Y_SIL are the reconstructed signals, excluding the frames, where the energy of a frame
|
| 441 |
+
of X is smaller than X_MAX-RANGE
|
| 442 |
+
"""
|
| 443 |
+
|
| 444 |
+
frames = np.arange(0, (np.size(x) - N), K)
|
| 445 |
+
w = signal.windows.hann(N+2)
|
| 446 |
+
w = w[1: N+1]
|
| 447 |
+
|
| 448 |
+
jj_list = np.empty((np.size(frames), N), dtype=int)
|
| 449 |
+
for j in range(np.size(frames)):
|
| 450 |
+
jj_list[j, :] = np.arange(frames[j] - 1, frames[j] + N - 1)
|
| 451 |
+
|
| 452 |
+
msk = 20 * np.log10(np.divide(norm(np.multiply(x[jj_list], w), axis=1), np.sqrt(N)))
|
| 453 |
+
|
| 454 |
+
msk = (msk - np.max(msk) + dyrange) > 0
|
| 455 |
+
count = 0
|
| 456 |
+
|
| 457 |
+
x_sil = np.zeros(np.size(x))
|
| 458 |
+
y_sil = np.zeros(np.size(y))
|
| 459 |
+
|
| 460 |
+
for j in range(np.size(frames)):
|
| 461 |
+
if msk[j]:
|
| 462 |
+
jj_i = np.arange(frames[j], frames[j] + N)
|
| 463 |
+
jj_o = np.arange(frames[count], frames[count] + N)
|
| 464 |
+
x_sil[jj_o] = x_sil[jj_o] + np.multiply(x[jj_i], w)
|
| 465 |
+
y_sil[jj_o] = y_sil[jj_o] + np.multiply(y[jj_i], w)
|
| 466 |
+
count = count + 1
|
| 467 |
+
|
| 468 |
+
x_sil = x_sil[0: jj_o[-1] + 1]
|
| 469 |
+
y_sil = y_sil[0: jj_o[-1] + 1]
|
| 470 |
+
return x_sil, y_sil
|
| 471 |
+
|
| 472 |
+
|
| 473 |
+
def taa_corr(x, y):
|
| 474 |
+
"""
|
| 475 |
+
RHO = TAA_CORR(X, Y) Returns correlation coeffecient between column
|
| 476 |
+
vectors x and y. Gives same results as 'corr' from statistics toolbox.
|
| 477 |
+
"""
|
| 478 |
+
xn = np.subtract(x, np.mean(x, axis=1, keepdims=True))
|
| 479 |
+
xn = np.divide(xn, norm(xn, axis=1, keepdims=True))
|
| 480 |
+
yn = np.subtract(y, np.mean(y, axis=1, keepdims=True))
|
| 481 |
+
yn = np.divide(yn, norm(yn, axis=1, keepdims=True))
|
| 482 |
+
rho = np.trace(np.matmul(xn, np.transpose(yn)))
|
| 483 |
+
|
| 484 |
+
return rho
|
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_gpus": 0,
|
| 3 |
+
"batch_size": 4,
|
| 4 |
+
"learning_rate": 0.0005,
|
| 5 |
+
"adam_b1": 0.8,
|
| 6 |
+
"adam_b2": 0.99,
|
| 7 |
+
"lr_decay": 0.99,
|
| 8 |
+
"seed": 1234,
|
| 9 |
+
|
| 10 |
+
"dense_channel": 64,
|
| 11 |
+
"compress_factor": 0.3,
|
| 12 |
+
"num_tsconformers": 4,
|
| 13 |
+
"beta": 2.0,
|
| 14 |
+
|
| 15 |
+
"sampling_rate": 16000,
|
| 16 |
+
"segment_size": 32000,
|
| 17 |
+
"n_fft": 400,
|
| 18 |
+
"hop_size": 100,
|
| 19 |
+
"win_size": 400,
|
| 20 |
+
|
| 21 |
+
"num_workers": 4,
|
| 22 |
+
|
| 23 |
+
"dist_config": {
|
| 24 |
+
"dist_backend": "nccl",
|
| 25 |
+
"dist_url": "tcp://localhost:54321",
|
| 26 |
+
"world_size": 1
|
| 27 |
+
}
|
| 28 |
+
}
|
dataset.py
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
import random
|
| 3 |
+
import torch
|
| 4 |
+
import torch.utils.data
|
| 5 |
+
import librosa
|
| 6 |
+
|
| 7 |
+
def mag_pha_stft(y, n_fft, hop_size, win_size, compress_factor=1.0, center=True):
|
| 8 |
+
|
| 9 |
+
hann_window = torch.hann_window(win_size).to(y.device)
|
| 10 |
+
stft_spec = torch.stft(y, n_fft, hop_length=hop_size, win_length=win_size, window=hann_window,
|
| 11 |
+
center=center, pad_mode='reflect', normalized=False, return_complex=True)
|
| 12 |
+
stft_spec = torch.view_as_real(stft_spec)
|
| 13 |
+
mag = torch.sqrt(stft_spec.pow(2).sum(-1)+(1e-9))
|
| 14 |
+
pha = torch.atan2(stft_spec[:, :, :, 1]+(1e-10), stft_spec[:, :, :, 0]+(1e-5))
|
| 15 |
+
# Magnitude Compression
|
| 16 |
+
mag = torch.pow(mag, compress_factor)
|
| 17 |
+
com = torch.stack((mag*torch.cos(pha), mag*torch.sin(pha)), dim=-1)
|
| 18 |
+
|
| 19 |
+
return mag, pha, com
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def mag_pha_istft(mag, pha, n_fft, hop_size, win_size, compress_factor=1.0, center=True):
|
| 23 |
+
# Magnitude Decompression
|
| 24 |
+
mag = torch.pow(mag, (1.0/compress_factor))
|
| 25 |
+
com = torch.complex(mag*torch.cos(pha), mag*torch.sin(pha))
|
| 26 |
+
hann_window = torch.hann_window(win_size).to(com.device)
|
| 27 |
+
wav = torch.istft(com, n_fft, hop_length=hop_size, win_length=win_size, window=hann_window, center=center)
|
| 28 |
+
|
| 29 |
+
return wav
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
def get_dataset_filelist(a):
|
| 33 |
+
with open(a.input_training_file, 'r', encoding='utf-8') as fi:
|
| 34 |
+
training_indexes = [x.split('|')[0] for x in fi.read().split('\n') if len(x) > 0]
|
| 35 |
+
|
| 36 |
+
with open(a.input_validation_file, 'r', encoding='utf-8') as fi:
|
| 37 |
+
validation_indexes = [x.split('|')[0] for x in fi.read().split('\n') if len(x) > 0]
|
| 38 |
+
|
| 39 |
+
return training_indexes, validation_indexes
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
class Dataset(torch.utils.data.Dataset):
|
| 43 |
+
def __init__(self, training_indexes, clean_wavs_dir, noisy_wavs_dir, segment_size,
|
| 44 |
+
sampling_rate, split=True, shuffle=True, n_cache_reuse=1, device=None):
|
| 45 |
+
self.audio_indexes = training_indexes
|
| 46 |
+
random.seed(1234)
|
| 47 |
+
if shuffle:
|
| 48 |
+
random.shuffle(self.audio_indexes)
|
| 49 |
+
self.clean_wavs_dir = clean_wavs_dir
|
| 50 |
+
self.noisy_wavs_dir = noisy_wavs_dir
|
| 51 |
+
self.segment_size = segment_size
|
| 52 |
+
self.sampling_rate = sampling_rate
|
| 53 |
+
self.split = split
|
| 54 |
+
self.cached_clean_wav = None
|
| 55 |
+
self.cached_noisy_wav = None
|
| 56 |
+
self.n_cache_reuse = n_cache_reuse
|
| 57 |
+
self._cache_ref_count = 0
|
| 58 |
+
self.device = device
|
| 59 |
+
|
| 60 |
+
def __getitem__(self, index):
|
| 61 |
+
filename = self.audio_indexes[index]
|
| 62 |
+
if self._cache_ref_count == 0:
|
| 63 |
+
clean_audio, _ = librosa.load(os.path.join(self.clean_wavs_dir, filename + '.wav'), sr=self.sampling_rate)
|
| 64 |
+
noisy_audio, _ = librosa.load(os.path.join(self.noisy_wavs_dir, filename + '.wav'), sr=self.sampling_rate)
|
| 65 |
+
length = min(len(clean_audio), len(noisy_audio))
|
| 66 |
+
clean_audio, noisy_audio = clean_audio[: length], noisy_audio[: length]
|
| 67 |
+
self.cached_clean_wav = clean_audio
|
| 68 |
+
self.cached_noisy_wav = noisy_audio
|
| 69 |
+
self._cache_ref_count = self.n_cache_reuse
|
| 70 |
+
else:
|
| 71 |
+
clean_audio = self.cached_clean_wav
|
| 72 |
+
noisy_audio = self.cached_noisy_wav
|
| 73 |
+
self._cache_ref_count -= 1
|
| 74 |
+
|
| 75 |
+
clean_audio, noisy_audio = torch.FloatTensor(clean_audio), torch.FloatTensor(noisy_audio)
|
| 76 |
+
norm_factor = torch.sqrt(len(noisy_audio) / torch.sum(noisy_audio ** 2.0))
|
| 77 |
+
clean_audio = (clean_audio * norm_factor).unsqueeze(0)
|
| 78 |
+
noisy_audio = (noisy_audio * norm_factor).unsqueeze(0)
|
| 79 |
+
|
| 80 |
+
assert clean_audio.size(1) == noisy_audio.size(1)
|
| 81 |
+
|
| 82 |
+
if self.split:
|
| 83 |
+
if clean_audio.size(1) >= self.segment_size:
|
| 84 |
+
max_audio_start = clean_audio.size(1) - self.segment_size
|
| 85 |
+
audio_start = random.randint(0, max_audio_start)
|
| 86 |
+
clean_audio = clean_audio[:, audio_start: audio_start+self.segment_size]
|
| 87 |
+
noisy_audio = noisy_audio[:, audio_start: audio_start+self.segment_size]
|
| 88 |
+
else:
|
| 89 |
+
clean_audio = torch.nn.functional.pad(clean_audio, (0, self.segment_size - clean_audio.size(1)), 'constant')
|
| 90 |
+
noisy_audio = torch.nn.functional.pad(noisy_audio, (0, self.segment_size - noisy_audio.size(1)), 'constant')
|
| 91 |
+
|
| 92 |
+
return (clean_audio.squeeze(), noisy_audio.squeeze())
|
| 93 |
+
|
| 94 |
+
def __len__(self):
|
| 95 |
+
return len(self.audio_indexes)
|
docs/css/bulma-carousel.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.slider{position:relative;width:100%}.slider-container{display:flex;flex-wrap:nowrap;flex-direction:row;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);min-height:100%}.slider-container.is-vertical{flex-direction:column}.slider-container .slider-item{flex:none}.slider-container .slider-item .image.is-covered img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;height:100%;width:100%}.slider-container .slider-item .video-container{height:0;padding-bottom:0;padding-top:56.25%;margin:0;position:relative}.slider-container .slider-item .video-container.is-1by1,.slider-container .slider-item .video-container.is-square{padding-top:100%}.slider-container .slider-item .video-container.is-4by3{padding-top:75%}.slider-container .slider-item .video-container.is-21by9{padding-top:42.857143%}.slider-container .slider-item .video-container embed,.slider-container .slider-item .video-container iframe,.slider-container .slider-item .video-container object{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.slider-navigation-next,.slider-navigation-previous{display:flex;justify-content:center;align-items:center;position:absolute;width:42px;height:42px;background:#fff center center no-repeat;background-size:20px 20px;border:1px solid #fff;border-radius:25091983px;box-shadow:0 2px 5px #3232321a;top:50%;margin-top:-20px;left:0;cursor:pointer;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.slider-navigation-next:hover,.slider-navigation-previous:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.slider-navigation-next.is-hidden,.slider-navigation-previous.is-hidden{display:none;opacity:0}.slider-navigation-next svg,.slider-navigation-previous svg{width:25%}.slider-navigation-next{left:auto;right:0;background:#fff center center no-repeat;background-size:20px 20px}.slider-pagination{display:none;justify-content:center;align-items:center;position:absolute;bottom:0;left:0;right:0;padding:.5rem 1rem;text-align:center}.slider-pagination .slider-page{background:#fff;width:10px;height:10px;border-radius:25091983px;display:inline-block;margin:0 3px;box-shadow:0 2px 5px #3232321a;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;cursor:pointer}.slider-pagination .slider-page.is-active,.slider-pagination .slider-page:hover{-webkit-transform:scale(1.4);transform:scale(1.4)}@media screen and (min-width:800px){.slider-pagination{display:flex}}.hero.has-carousel{position:relative}.hero.has-carousel+.hero-body,.hero.has-carousel+.hero-footer,.hero.has-carousel+.hero-head{z-index:10;overflow:hidden}.hero.has-carousel .hero-carousel{position:absolute;top:0;left:0;bottom:0;right:0;height:auto;border:none;margin:auto;padding:0;z-index:0}.hero.has-carousel .hero-carousel .slider{width:100%;max-width:100%;overflow:hidden;height:100%!important;max-height:100%;z-index:0}.hero.has-carousel .hero-carousel .slider .has-background{max-height:100%}.hero.has-carousel .hero-carousel .slider .has-background .is-background{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;height:100%;width:100%}.hero.has-carousel .hero-body{margin:0 3rem;z-index:10}
|
docs/css/bulma-slider.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}input[type=range].slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:1rem 0;background:0 0;touch-action:none}input[type=range].slider.is-fullwidth{display:block;width:100%}input[type=range].slider:focus{outline:0}input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{width:100%}input[type=range].slider:not([orient=vertical])::-moz-range-track{width:100%}input[type=range].slider:not([orient=vertical])::-ms-track{width:100%}input[type=range].slider:not([orient=vertical]).has-output+output,input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{width:3rem;background:#4a4a4a;border-radius:4px;padding:.4rem .8rem;font-size:.75rem;line-height:.75rem;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#fff;overflow:hidden;pointer-events:none;z-index:200}input[type=range].slider:not([orient=vertical]).has-output-tooltip:disabled+output,input[type=range].slider:not([orient=vertical]).has-output:disabled+output{opacity:.5}input[type=range].slider:not([orient=vertical]).has-output{display:inline-block;vertical-align:middle;width:calc(100% - (4.2rem))}input[type=range].slider:not([orient=vertical]).has-output+output{display:inline-block;margin-left:.75rem;vertical-align:middle}input[type=range].slider:not([orient=vertical]).has-output-tooltip{display:block}input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{position:absolute;left:0;top:-.1rem}input[type=range].slider[orient=vertical]{-webkit-appearance:slider-vertical;-moz-appearance:slider-vertical;appearance:slider-vertical;-webkit-writing-mode:bt-lr;-ms-writing-mode:bt-lr;writing-mode:bt-lr}input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track{height:100%}input[type=range].slider[orient=vertical]::-moz-range-track{height:100%}input[type=range].slider[orient=vertical]::-ms-track{height:100%}input[type=range].slider::-webkit-slider-runnable-track{cursor:pointer;animate:.2s;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a}input[type=range].slider::-moz-range-track{cursor:pointer;animate:.2s;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a}input[type=range].slider::-ms-track{cursor:pointer;animate:.2s;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a}input[type=range].slider::-ms-fill-lower{background:#dbdbdb;border-radius:4px}input[type=range].slider::-ms-fill-upper{background:#dbdbdb;border-radius:4px}input[type=range].slider::-webkit-slider-thumb{box-shadow:none;border:1px solid #b5b5b5;border-radius:4px;background:#fff;cursor:pointer}input[type=range].slider::-moz-range-thumb{box-shadow:none;border:1px solid #b5b5b5;border-radius:4px;background:#fff;cursor:pointer}input[type=range].slider::-ms-thumb{box-shadow:none;border:1px solid #b5b5b5;border-radius:4px;background:#fff;cursor:pointer}input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none}input[type=range].slider.is-circle::-webkit-slider-thumb{border-radius:290486px}input[type=range].slider.is-circle::-moz-range-thumb{border-radius:290486px}input[type=range].slider.is-circle::-ms-thumb{border-radius:290486px}input[type=range].slider:active::-webkit-slider-thumb{-webkit-transform:scale(1.25);transform:scale(1.25)}input[type=range].slider:active::-moz-range-thumb{transform:scale(1.25)}input[type=range].slider:active::-ms-thumb{transform:scale(1.25)}input[type=range].slider:disabled{opacity:.5;cursor:not-allowed}input[type=range].slider:disabled::-webkit-slider-thumb{cursor:not-allowed;-webkit-transform:scale(1);transform:scale(1)}input[type=range].slider:disabled::-moz-range-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:disabled::-ms-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:not([orient=vertical]){min-height:calc((1rem + 2px) * 1.25)}input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{height:.5rem}input[type=range].slider:not([orient=vertical])::-moz-range-track{height:.5rem}input[type=range].slider:not([orient=vertical])::-ms-track{height:.5rem}input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track{width:.5rem}input[type=range].slider[orient=vertical]::-moz-range-track{width:.5rem}input[type=range].slider[orient=vertical]::-ms-track{width:.5rem}input[type=range].slider::-webkit-slider-thumb{height:1rem;width:1rem}input[type=range].slider::-moz-range-thumb{height:1rem;width:1rem}input[type=range].slider::-ms-thumb{height:1rem;width:1rem}input[type=range].slider::-ms-thumb{margin-top:0}input[type=range].slider::-webkit-slider-thumb{margin-top:-.25rem}input[type=range].slider[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:-.25rem}input[type=range].slider.is-small:not([orient=vertical]){min-height:calc((.75rem + 2px) * 1.25)}input[type=range].slider.is-small:not([orient=vertical])::-webkit-slider-runnable-track{height:.375rem}input[type=range].slider.is-small:not([orient=vertical])::-moz-range-track{height:.375rem}input[type=range].slider.is-small:not([orient=vertical])::-ms-track{height:.375rem}input[type=range].slider.is-small[orient=vertical]::-webkit-slider-runnable-track{width:.375rem}input[type=range].slider.is-small[orient=vertical]::-moz-range-track{width:.375rem}input[type=range].slider.is-small[orient=vertical]::-ms-track{width:.375rem}input[type=range].slider.is-small::-webkit-slider-thumb{height:.75rem;width:.75rem}input[type=range].slider.is-small::-moz-range-thumb{height:.75rem;width:.75rem}input[type=range].slider.is-small::-ms-thumb{height:.75rem;width:.75rem}input[type=range].slider.is-small::-ms-thumb{margin-top:0}input[type=range].slider.is-small::-webkit-slider-thumb{margin-top:-.1875rem}input[type=range].slider.is-small[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:-.1875rem}input[type=range].slider.is-medium:not([orient=vertical]){min-height:calc((1.25rem + 2px) * 1.25)}input[type=range].slider.is-medium:not([orient=vertical])::-webkit-slider-runnable-track{height:.625rem}input[type=range].slider.is-medium:not([orient=vertical])::-moz-range-track{height:.625rem}input[type=range].slider.is-medium:not([orient=vertical])::-ms-track{height:.625rem}input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-runnable-track{width:.625rem}input[type=range].slider.is-medium[orient=vertical]::-moz-range-track{width:.625rem}input[type=range].slider.is-medium[orient=vertical]::-ms-track{width:.625rem}input[type=range].slider.is-medium::-webkit-slider-thumb{height:1.25rem;width:1.25rem}input[type=range].slider.is-medium::-moz-range-thumb{height:1.25rem;width:1.25rem}input[type=range].slider.is-medium::-ms-thumb{height:1.25rem;width:1.25rem}input[type=range].slider.is-medium::-ms-thumb{margin-top:0}input[type=range].slider.is-medium::-webkit-slider-thumb{margin-top:-.3125rem}input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:-.3125rem}input[type=range].slider.is-large:not([orient=vertical]){min-height:calc((1.5rem + 2px) * 1.25)}input[type=range].slider.is-large:not([orient=vertical])::-webkit-slider-runnable-track{height:.75rem}input[type=range].slider.is-large:not([orient=vertical])::-moz-range-track{height:.75rem}input[type=range].slider.is-large:not([orient=vertical])::-ms-track{height:.75rem}input[type=range].slider.is-large[orient=vertical]::-webkit-slider-runnable-track{width:.75rem}input[type=range].slider.is-large[orient=vertical]::-moz-range-track{width:.75rem}input[type=range].slider.is-large[orient=vertical]::-ms-track{width:.75rem}input[type=range].slider.is-large::-webkit-slider-thumb{height:1.5rem;width:1.5rem}input[type=range].slider.is-large::-moz-range-thumb{height:1.5rem;width:1.5rem}input[type=range].slider.is-large::-ms-thumb{height:1.5rem;width:1.5rem}input[type=range].slider.is-large::-ms-thumb{margin-top:0}input[type=range].slider.is-large::-webkit-slider-thumb{margin-top:-.375rem}input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:-.375rem}input[type=range].slider.is-white::-moz-range-track{background:#fff!important}input[type=range].slider.is-white::-webkit-slider-runnable-track{background:#fff!important}input[type=range].slider.is-white::-ms-track{background:#fff!important}input[type=range].slider.is-white::-ms-fill-lower{background:#fff}input[type=range].slider.is-white::-ms-fill-upper{background:#fff}input[type=range].slider.is-white .has-output-tooltip+output,input[type=range].slider.is-white.has-output+output{background-color:#fff;color:#0a0a0a}input[type=range].slider.is-black::-moz-range-track{background:#0a0a0a!important}input[type=range].slider.is-black::-webkit-slider-runnable-track{background:#0a0a0a!important}input[type=range].slider.is-black::-ms-track{background:#0a0a0a!important}input[type=range].slider.is-black::-ms-fill-lower{background:#0a0a0a}input[type=range].slider.is-black::-ms-fill-upper{background:#0a0a0a}input[type=range].slider.is-black .has-output-tooltip+output,input[type=range].slider.is-black.has-output+output{background-color:#0a0a0a;color:#fff}input[type=range].slider.is-light::-moz-range-track{background:#f5f5f5!important}input[type=range].slider.is-light::-webkit-slider-runnable-track{background:#f5f5f5!important}input[type=range].slider.is-light::-ms-track{background:#f5f5f5!important}input[type=range].slider.is-light::-ms-fill-lower{background:#f5f5f5}input[type=range].slider.is-light::-ms-fill-upper{background:#f5f5f5}input[type=range].slider.is-light .has-output-tooltip+output,input[type=range].slider.is-light.has-output+output{background-color:#f5f5f5;color:#363636}input[type=range].slider.is-dark::-moz-range-track{background:#363636!important}input[type=range].slider.is-dark::-webkit-slider-runnable-track{background:#363636!important}input[type=range].slider.is-dark::-ms-track{background:#363636!important}input[type=range].slider.is-dark::-ms-fill-lower{background:#363636}input[type=range].slider.is-dark::-ms-fill-upper{background:#363636}input[type=range].slider.is-dark .has-output-tooltip+output,input[type=range].slider.is-dark.has-output+output{background-color:#363636;color:#f5f5f5}input[type=range].slider.is-primary::-moz-range-track{background:#00d1b2!important}input[type=range].slider.is-primary::-webkit-slider-runnable-track{background:#00d1b2!important}input[type=range].slider.is-primary::-ms-track{background:#00d1b2!important}input[type=range].slider.is-primary::-ms-fill-lower{background:#00d1b2}input[type=range].slider.is-primary::-ms-fill-upper{background:#00d1b2}input[type=range].slider.is-primary .has-output-tooltip+output,input[type=range].slider.is-primary.has-output+output{background-color:#00d1b2;color:#fff}input[type=range].slider.is-link::-moz-range-track{background:#3273dc!important}input[type=range].slider.is-link::-webkit-slider-runnable-track{background:#3273dc!important}input[type=range].slider.is-link::-ms-track{background:#3273dc!important}input[type=range].slider.is-link::-ms-fill-lower{background:#3273dc}input[type=range].slider.is-link::-ms-fill-upper{background:#3273dc}input[type=range].slider.is-link .has-output-tooltip+output,input[type=range].slider.is-link.has-output+output{background-color:#3273dc;color:#fff}input[type=range].slider.is-info::-moz-range-track{background:#209cee!important}input[type=range].slider.is-info::-webkit-slider-runnable-track{background:#209cee!important}input[type=range].slider.is-info::-ms-track{background:#209cee!important}input[type=range].slider.is-info::-ms-fill-lower{background:#209cee}input[type=range].slider.is-info::-ms-fill-upper{background:#209cee}input[type=range].slider.is-info .has-output-tooltip+output,input[type=range].slider.is-info.has-output+output{background-color:#209cee;color:#fff}input[type=range].slider.is-success::-moz-range-track{background:#23d160!important}input[type=range].slider.is-success::-webkit-slider-runnable-track{background:#23d160!important}input[type=range].slider.is-success::-ms-track{background:#23d160!important}input[type=range].slider.is-success::-ms-fill-lower{background:#23d160}input[type=range].slider.is-success::-ms-fill-upper{background:#23d160}input[type=range].slider.is-success .has-output-tooltip+output,input[type=range].slider.is-success.has-output+output{background-color:#23d160;color:#fff}input[type=range].slider.is-warning::-moz-range-track{background:#ffdd57!important}input[type=range].slider.is-warning::-webkit-slider-runnable-track{background:#ffdd57!important}input[type=range].slider.is-warning::-ms-track{background:#ffdd57!important}input[type=range].slider.is-warning::-ms-fill-lower{background:#ffdd57}input[type=range].slider.is-warning::-ms-fill-upper{background:#ffdd57}input[type=range].slider.is-warning .has-output-tooltip+output,input[type=range].slider.is-warning.has-output+output{background-color:#ffdd57;color:rgba(0,0,0,.7)}input[type=range].slider.is-danger::-moz-range-track{background:#ff3860!important}input[type=range].slider.is-danger::-webkit-slider-runnable-track{background:#ff3860!important}input[type=range].slider.is-danger::-ms-track{background:#ff3860!important}input[type=range].slider.is-danger::-ms-fill-lower{background:#ff3860}input[type=range].slider.is-danger::-ms-fill-upper{background:#ff3860}input[type=range].slider.is-danger .has-output-tooltip+output,input[type=range].slider.is-danger.has-output+output{background-color:#ff3860;color:#fff}
|
docs/css/bulma.min.css
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
docs/css/fontawesome.all.min.css
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*!
|
| 2 |
+
* Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
|
| 3 |
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
| 4 |
+
*/
|
| 5 |
+
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
|
docs/css/index.css
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
font-family: 'Noto Sans', sans-serif;
|
| 3 |
+
}
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
.footer .icon-link {
|
| 7 |
+
font-size: 25px;
|
| 8 |
+
color: #000;
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
.link-block a {
|
| 12 |
+
margin-top: 5px;
|
| 13 |
+
margin-bottom: 5px;
|
| 14 |
+
}
|
| 15 |
+
|
| 16 |
+
.dnerf {
|
| 17 |
+
font-variant: small-caps;
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
.teaser .hero-body {
|
| 22 |
+
padding-top: 0;
|
| 23 |
+
padding-bottom: 3rem;
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
.teaser {
|
| 27 |
+
font-family: 'Google Sans', sans-serif;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
.publication-title {
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
.publication-banner {
|
| 35 |
+
max-height: parent;
|
| 36 |
+
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
.publication-banner video {
|
| 40 |
+
position: relative;
|
| 41 |
+
left: auto;
|
| 42 |
+
top: auto;
|
| 43 |
+
transform: none;
|
| 44 |
+
object-fit: fit;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
.publication-header .hero-body {
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
.publication-title {
|
| 51 |
+
font-family: 'Google Sans', sans-serif;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.publication-authors {
|
| 55 |
+
font-family: 'Google Sans', sans-serif;
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
.publication-venue {
|
| 59 |
+
color: #555;
|
| 60 |
+
width: fit-content;
|
| 61 |
+
font-weight: bold;
|
| 62 |
+
}
|
| 63 |
+
|
| 64 |
+
.publication-awards {
|
| 65 |
+
color: #ff3860;
|
| 66 |
+
width: fit-content;
|
| 67 |
+
font-weight: bolder;
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
.publication-authors {
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.publication-authors a {
|
| 74 |
+
color: hsl(204, 86%, 53%) !important;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.publication-authors a:hover {
|
| 78 |
+
text-decoration: underline;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
.author-block {
|
| 82 |
+
display: inline-block;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
.publication-banner img {
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
.publication-authors {
|
| 89 |
+
/*color: #4286f4;*/
|
| 90 |
+
}
|
| 91 |
+
|
| 92 |
+
.publication-video {
|
| 93 |
+
position: relative;
|
| 94 |
+
width: 100%;
|
| 95 |
+
height: 0;
|
| 96 |
+
padding-bottom: 56.25%;
|
| 97 |
+
|
| 98 |
+
overflow: hidden;
|
| 99 |
+
border-radius: 10px !important;
|
| 100 |
+
}
|
| 101 |
+
|
| 102 |
+
.publication-video iframe {
|
| 103 |
+
position: absolute;
|
| 104 |
+
top: 0;
|
| 105 |
+
left: 0;
|
| 106 |
+
width: 100%;
|
| 107 |
+
height: 100%;
|
| 108 |
+
}
|
| 109 |
+
|
| 110 |
+
.publication-body img {
|
| 111 |
+
}
|
| 112 |
+
|
| 113 |
+
.results-carousel {
|
| 114 |
+
overflow: hidden;
|
| 115 |
+
}
|
| 116 |
+
|
| 117 |
+
.results-carousel .item {
|
| 118 |
+
margin: 5px;
|
| 119 |
+
overflow: hidden;
|
| 120 |
+
padding: 20px;
|
| 121 |
+
font-size: 0;
|
| 122 |
+
}
|
| 123 |
+
|
| 124 |
+
.results-carousel video {
|
| 125 |
+
margin: 0;
|
| 126 |
+
}
|
| 127 |
+
|
| 128 |
+
.slider-pagination .slider-page {
|
| 129 |
+
background: #000000;
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
.eql-cntrb {
|
| 133 |
+
font-size: smaller;
|
| 134 |
+
}
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
|
docs/demo/ablation_study/figs/p232_010_clean.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_010_complex_only.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_010_conformer.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_010_magnitude_only.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_010_mpsenet.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_010_noisy.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_010_wo_complex_loss.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_010_wo_consistency_loss.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_010_wo_metric_disc.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_010_wo_phase_loss.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_clean.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_complex_only.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_conformer.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_magnitude_only.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_mpsenet.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_noisy.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_wo_complex_loss.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_wo_consistency_loss.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_wo_metric_disc.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/figs/p232_052_wo_phase_loss.png
ADDED
|
Git LFS Details
|
docs/demo/ablation_study/wavs/p232_010_clean.wav
ADDED
|
Binary file (88.5 kB). View file
|
|
|
docs/demo/ablation_study/wavs/p232_010_complex_only.wav
ADDED
|
Binary file (88.4 kB). View file
|
|
|
docs/demo/ablation_study/wavs/p232_010_conformer.wav
ADDED
|
Binary file (88.4 kB). View file
|
|
|
docs/demo/ablation_study/wavs/p232_010_magnitude_only.wav
ADDED
|
Binary file (88.4 kB). View file
|
|
|
docs/demo/ablation_study/wavs/p232_010_mpsenet.wav
ADDED
|
Binary file (88.4 kB). View file
|
|
|
docs/demo/ablation_study/wavs/p232_010_noisy.wav
ADDED
|
Binary file (88.5 kB). View file
|
|
|
docs/demo/ablation_study/wavs/p232_010_wo_complex_loss.wav
ADDED
|
Binary file (88.4 kB). View file
|
|
|
docs/demo/ablation_study/wavs/p232_010_wo_consistency_loss.wav
ADDED
|
Binary file (88.4 kB). View file
|
|
|