collab fx

This commit is contained in:
adamnsandle
2021-12-07 10:54:50 +00:00
parent 8af246df49
commit f638c47595
2 changed files with 660 additions and 661 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -20,7 +20,6 @@ def validate(model,
def read_audio(path: str,
sampling_rate: int = 16000):
assert torchaudio.get_audio_backend() == 'soundfile'
wav, sr = torchaudio.load(path)
if wav.size(0) > 1: