Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
this implementation with torchaudio adds: {'fir'} support, and remove…
Browse files Browse the repository at this point in the history
…s {'input', 'noisered', 'ladspa', 'output'}
  • Loading branch information
vincentqb committed Oct 28, 2020
1 parent a7f0a41 commit a767ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/augment_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a767ec6

Please sign in to comment.