hrtf-wavs-to-js-converters
v0.0.1
Published
Convert sets of wav HRTFs to binauralFIR js format
Downloads
16
Maintainers
Readme
A simple command line utility that converts a set of WAV format HRTFs to a single js file for use in the binauralFIR module.
Currently only understands sets of wav files from the IRCAM HRTF database.
Dependencies
npm installUsage
Download an HRTF dataset and unzip:
mkdir samples
cd samples/
wget ftp://ftp.ircam.fr/pub/IRCAM/equipes/salles/listen/archive/SUBJECTS/IRC_1002.zip
unzip IRC_1002.zip
cd ../Convert to js:
./cmd.js samples/COMPENSATED/WAV/IRC_1002_C > hrtf.jsLicense and Copyright
License: AGPLv3
Copyright 2017 Marc Juul
