Giter Site home page Giter Site logo

dereverberation's Introduction

dereverberation

Single-Channel Dereverberation algorithm in Matlab called SPENDRED (SPeech ENhancement and DeREverberation by Doire)

Reference:

C. S. J. Doire, D. M. Brookes, P. A. Naylor, C. M. Hicks, D. Betts, M. A. Dmour, and S. H. Jensen. Single-channel online enhancement of speech corrupted by reverberation and noise. IEEE Trans. Audio, Speech, Language Processing, 25 (3): 572-587, Mar. 2017. doi: 10.1109/TASLP.2016.2641904.

Usage : (1) [enhanced_speech] = spendred(corrupted_speech,fs) % Denoises and dereverberates the input speech file (2) [enhanced_speech] = spendred(corrupted_speech,fs,algo_params) % performs enhancement using custom parameters in 'algo_params'

Inputs: input_speech Noisy and reverberant input speech signal (single-channel) fs Sample frequency in Hz algo_params algorithm parameters [optional]

Outputs: enhanced_speech Enhanced output speech file

Algorithm Parameters: The following parameters are defined in 'algo_params'. Default values are shown below.

    algo_params.of=6                % Overlap factor [6]
    algo_params.ti=0.005            % Desired frame increment in seconds [0.005]
    algo_params.ri=1                % Set to 1 to round ti to the nearest power of 2 samples [1]
    algo_params.sg=1                % Type of gain: 1=Wiener Gain, 2=Power Spectral Subtraction, 3=MMSE speech estimate [1]
    algo_params.sc=0.95             % Smoothing constant for computation of the spectral gain [0.95]
    algo_params.sf=1e-5;            % Floor for the spectral gain [1e-5]
    algo_params.os=2;               % Interference Over-subtraction factor [2]
    algo_params.cl=6;               % Number of HMM states to use (minimum is 2 - maximum is 6) [6]
    algo_params.ds=1;          	    % Way of computing posterior distributions : 1 = max track , 2 = weighted sum of tracks
    algo_params.mo=1;          	    % Mode : 'fast' = 1 or 'slow' = 0 [1]
    algo_params.ef=-60;          	  % Energy floor (dB) [-60]

dereverberation's People

Contributors

csd111 avatar

Watchers

James Cloos avatar  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.