We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2065b8 + f27fc7b commit 956000eCopy full SHA for 956000e
torchaudio_augmentations/augmentations/noise.py
@@ -4,7 +4,7 @@
4
5
6
class Noise(torch.nn.Module):
7
- def __init__(self, min_snr=0.001, max_snr=1.0):
+ def __init__(self, min_snr=0.0001, max_snr=0.01):
8
"""
9
:param min_snr: Minimum signal-to-noise ratio
10
:param max_snr: Maximum signal-to-noise ratio
0 commit comments