Skip to content

Implementation of FiNS model for RIR estimation

Notifications You must be signed in to change notification settings

kyungyunlee/fins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filtered Noise Shaping for Time Domain Room Impulse Response Estimation From Reverberant Speech

Implementation of the paper Filtered Noise Shaping for Time Domain Room Impulse Response Estimation From Reverberant Speech.

This is a model that does blind estimation of room impulse response from reverberant speech.

Setup

In the environment of your choice,

pip install -e .
pip install -r requirements.txt 

Dataset

Integrate your dataset by modifying the code fins/dataset/process_data.py and check it by

python fins/data/process_data.py

Example is given with a subset(fold01) of the BIRD dataset and DAPS speech dataset.

Train

python -m fins.main

Notes

  • This is not the author's implementation, so little details, such as processing data, will be different.

About

Implementation of FiNS model for RIR estimation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages