Commit ce9122e6 authored by chenzk's avatar chenzk
Browse files

v1.0.1

parent 112bf76b
Pipeline #1827 canceled with stages
...@@ -34,7 +34,6 @@ class audioEncoderProcessor: ...@@ -34,7 +34,6 @@ class audioEncoderProcessor:
def process(self, wav_path): def process(self, wav_path):
try: try:
print("#################", wav_path)
waveform, sample_rate = torchaudio.load(wav_path) waveform, sample_rate = torchaudio.load(wav_path)
except Exception as e: except Exception as e:
print(f"cannot open {wav_path}!!!!!!!!!!!!!!!!") print(f"cannot open {wav_path}!!!!!!!!!!!!!!!!")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment