Code Monkey home page Code Monkey logo

nres's Introduction

Neural Residual Echo Suppressor

This repository contains python/tensorflow code to reproduce the experiments presented in our paper Nonlinear Residual Echo Suppression Using a Recurrent Neural Network.

Requirements

The data loader uses the 'soundfile' package to read/write wavs:

pip install soundfile

Preriquisites

Prior to training, you need to set up your data base containing echo recordings. In particular, you need a recording from the microphone signal (d), and a recording of the echo model (y) from the AEC. These recordings must not contain double-talk. Also, you need to reference a database to generate double-talk (i.e. WSJ0) in ./loaders/feature_generator.py For further details, see our paper.

Training

To train the NRES model, use:

cd experiments
python3 nres.py train

Training

To test the NRES model, use:

cd experiments
python3 nres.py test

This will write predictions to: ./predictions/

Performance

Microphone input with double-talk (d) predicitons

AEC residual (e) with non-linear recho and double-talk predicitons

Enhanced output (z) predicitons

Near-end signal/groundtruth (s) predicitons

Citation

Please cite our work as

@inproceedings{pfeifenberger2020residual,
  author={Lukas Pfeifenberger and Franz Pernkopf},
  title={{Nonlinear Residual Echo Suppression Using a Recurrent Neural Network}},
  year={2020},
  booktitle={Proc. Interspeech 2020},
  pages={3950--3954},
  doi={10.21437/Interspeech.2020-1473},
}

nres's People

Contributors

rrbluke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.