Adds noise to an input signal with specific SNR. Higher the noise level, the more noise added. Modified code from https://github.com/willfrey/audio/blob/master/torchaudio/transforms.py
(self,
path=None,
sample_rate=16000,
noise_levels=(0, 0.5))