Skip to main content

NSNet2 Deep Noise Suppression (DNS) package

Project description

Noise Suppression Net 2 (NSNet2) baseline inference script

  • As a baseline for ICASSP 2021 Deep Noise Suppression challenge, we will use the recently developed SE method based on Recurrent Neural Network (RNN). For ease of reference, we will call this method as Noise Suppression Net 2 (NSNet 2). More details about this method can be found in here.

Installation

pip install nsnet2-denoiser

Usage:

From the NSNet2-baseline directory, run run_nsnet2.py with the following required arguments:

  • -i "Specify the path to noisy speech files that you want to enhance"
  • -o "Specify the path to a directory where you want to store the enhanced clips"
  • -fs "Sampling rate of the input audio. (48000/16000)"

python -m nsnet2_denoiser.denoise -i audio/

Use default values for the rest. Run to enhance the clips.

Python

from nsnet2_denoiser import NSnet2Enhancer
enhancer = NSnet2Enhancer(fs=48000)

# numpy
import soundfile as sf
sigIn, fs = sf.read("audio.wav")
outSig = enhancer(sigIn, fs)

# pcm_16le
from pydub import AudioSegment
audioIn = AudioSegment.from_wav("audio.wav")
audioOut = enhancer.pcm_16le(audioIn.raw_data)

Attribution:

Pretrained model NSNet2 by Microsoft is licensed under CC BY 4.0

Citation:

The baseline NSNet noise suppression:

@misc{braun2020data,
    title={Data augmentation and loss normalization for deep noise suppression},
    author={Sebastian Braun and Ivan Tashev},
    year={2020},
    eprint={2008.06412},
    archivePrefix={arXiv},
    primaryClass={eess.AS}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nsnet2-denoiser-0.2.3.tar.gz (33.0 MB view details)

Uploaded Source

Built Distribution

nsnet2_denoiser-0.2.3-py3-none-any.whl (33.0 MB view details)

Uploaded Python 3

File details

Details for the file nsnet2-denoiser-0.2.3.tar.gz.

File metadata

  • Download URL: nsnet2-denoiser-0.2.3.tar.gz
  • Upload date:
  • Size: 33.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for nsnet2-denoiser-0.2.3.tar.gz
Algorithm Hash digest
SHA256 6d8d44096bf4ae3e22c6b829ba6906849c2a8bd41dec290f5166e49d530fdd68
MD5 7f10208a2734a46543575dfffe74c225
BLAKE2b-256 ffcd10bb42d89c89bce633b54d728fb4a56a610564aafb0567a3cba241a580ec

See more details on using hashes here.

File details

Details for the file nsnet2_denoiser-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for nsnet2_denoiser-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0d9d131f25674bf9f6d9d8eb745d4c32df0c9b9f2bac509694ef1020fa6ec093
MD5 2c2b826913ee9bd3b82b9a8a522279cd
BLAKE2b-256 ed5aebd97f295d10fa9b0c806ba68b66ca8326dfe2029f410ca2adad86838d4a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page