From a767ec65848d0f50c4ff2a9b179c1556f3640d77 Mon Sep 17 00:00:00 2001 From: Vincent Quenneville-Belair Date: Wed, 28 Oct 2020 11:20:02 -0700 Subject: [PATCH] this implementation with torchaudio adds: {'fir'} support, and removes {'input', 'noisered', 'ladspa', 'output'} --- tests/augment_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/augment_test.py b/tests/augment_test.py index d18d807..82d247a 100644 --- a/tests/augment_test.py +++ b/tests/augment_test.py @@ -153,4 +153,4 @@ def test_additive_noise(): assert torch.allclose(x, y) def test_number_effects(): - assert len(augment.EffectChain.KNOWN_EFFECTS) == 64 + assert len(augment.EffectChain.KNOWN_EFFECTS) == 61