Code Monkey home page Code Monkey logo

aec-evaluation's Introduction

aec-evaluation

Module for the evaluation of Acoustic Echo Cancellation systems.

Evaluation metrics

aec_eval.py assemble the implementation of the following metrics:

Echo Return Loss Enhancement (ERLE)

Objective metric that gives indication of additional signal loss applied by the echo canceller.
ERLE is only appropriate when measured in a quiet room with no background noise and only for single talk scenarios.

Perceptual Evaluation of Speech Quality (PESQ)

Objective metric that models subjective tests commonly used in telecommunications.
-P.862: meant for narrowband only, and the output is represented as MOS score.
-P.862.2: meant for both narrowband and wideband, and the output is represented as MOS-LQO score.

Short Time Objective Intelligibility measures (STOI)

Objective metric for the assessment of the intelligibility of noisy and enhanced sppech.

Python wrappers

The module aec_eval.py uses the following python wrappers/packages:

Conda environment

The files needed to create the conda environment used for this branch are in /env directory.
Using the specification text file spec-file.txt:

conda create --name torch_tf_speex --file spec-file.txt

Using the .yml file aec-eval.yml:

conda env create -f torch_tf_aec.yml

References

"ITU-T recommendation G.168: Digital network echo cancellers", Feb 2012.
"ITU-T recommendation P.862: Perceptual evaluation of speech quality (PESQ): An objective method for end-to-end speech quality assessment of narrow-band telephone networks ans speech codecs", Feb 2001.
"ITU-T recommendation P.862.2: Wideband extension to Recommendation P.862 for the assessment of wideband telephone networks and speech codecs", Nov 2007.
"C.H.Taal, R.C.Hendriks, R.Heusdens, J.Jensen 'A Short-Time Objective Intelligibility Measure for Time-Frequency Weighted Noisy Speech', ICASSP 2010, Texas, Dallas"

aec-evaluation's People

Contributors

gdalsanto 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.