Skip to content

Collection of tools to download and organize RIRs from various online sources

License

Notifications You must be signed in to change notification settings

ejoebstl/rir-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Room Impulse Response (RIR) Database

Some Python scripts to download and organize RIRs from various online sources. This repository does not provide RIRs. If you use the scripts to obtain RIRs make sure to follow the licenses for the individual collection and be nice by citing there papers ;)

Currently RIRs are collected from:

Usage example:

# This will download all the collections above and copy RIRs to the `wav.imported` folder while putting some infos into `db.json`
python3 scripts/createDb.py --sources=all

# Resample RIRs to 16 kHz, normalize the amplitude and cut silence at the beginning. Results are saved to `wav.normalized`
python3 scripts/normalize.py -fs 16000

# to save some disk space you can delete the downloaded archives
rm -rf download

About

Collection of tools to download and organize RIRs from various online sources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages