From f12508d660175f6a0870fc118a48589a3435abe9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 22 Jul 2018 16:57:16 +0200 Subject: superres --- scripts/super_resolution_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/super_resolution_test.py') diff --git a/scripts/super_resolution_test.py b/scripts/super_resolution_test.py index c0d77c7..fc386f4 100644 --- a/scripts/super_resolution_test.py +++ b/scripts/super_resolution_test.py @@ -51,6 +51,7 @@ def process(p: Path, super_resolution: SuperResolution): print(str(input_wave_directory / p.stem)) p = glob.glob(str(input_wave_directory / p.stem) + '.*')[0] p = Path(p) + print(str(p)) input = acoustic_feature_process(wave_process(str(p))) wave = super_resolution(input.spectrogram, acoustic_feature=input, sampling_rate=param.voice_param.sample_rate) librosa.output.write_wav(str(output / p.stem) + '.wav', wave.wave, wave.sampling_rate, norm=True) -- cgit v1.2.3-70-g09d2