hrtf-wavs-to-js-converters

0.0.1 • Public • Published

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 install

Usage

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

License and Copyright

License: AGPLv3

Copyright 2017 Marc Juul

Package Sidebar

Install

npm i hrtf-wavs-to-js-converters

Weekly Downloads

3

Version

0.0.1

License

AGPL-3.0

Last publish

Collaborators

  • juul