From fc39fb34e264943618c8d0a760ef46d43a29a9cb Mon Sep 17 00:00:00 2001 From: David Doukhan Date: Tue, 8 Feb 2011 18:11:21 +0000 Subject: pointer to website modified in source + example patchs, + orthographic stuffs in readme svn path=/trunk/externals/ddoukhan/cw_binaural~/; revision=14875 --- README.txt | 4 ++-- examples/02-supported_hrtf_database.pd | 2 +- src/binaural_processor.cpp | 2 +- src/binaural_processor.hpp | 2 +- src/cw_binaural~.cpp | 2 +- src/delay.cpp | 2 +- src/delay.hpp | 2 +- src/fft_riff.cpp | 2 +- src/fft_riff.hpp | 2 +- src/flyweight_ir_factory.cpp | 2 +- src/flyweight_ir_factory.hpp | 2 +- src/generic_riff.cpp | 2 +- src/generic_riff.hpp | 2 +- src/hrtfcont.cpp | 2 +- src/hrtfcont.hpp | 2 +- src/interpolation_candidates.cpp | 2 +- src/interpolation_candidates.hpp | 2 +- src/ir_key.cpp | 2 +- src/ir_key.hpp | 2 +- src/itdcont.cpp | 2 +- src/itdcont.hpp | 2 +- src/logstring.cpp | 2 +- src/logstring.hpp | 2 +- src/minphase_hrtfcont.cpp | 2 +- src/minphase_hrtfcont.hpp | 2 +- src/raw_wav_hrtfcont.cpp | 2 +- src/raw_wav_hrtfcont.hpp | 2 +- src/riff.cpp | 2 +- src/riff.hpp | 2 +- src/spectral_hrtfcont.cpp | 2 +- src/spectral_hrtfcont.hpp | 2 +- src/unprocessed_fixed_size_hrtfcont.cpp | 2 +- src/unprocessed_fixed_size_hrtfcont.hpp | 2 +- 33 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README.txt b/README.txt index ea8cabb..e81716f 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,11 @@ cw_binaural~: A binaural synthesis external Authors: - David Doukhan - http://www.limsi.fr/Individu/doukhan + David Doukhan - http://perso.limsi.fr/doukhan Anne Sedes For more details, see: -CW_binaural: a binaural Sythesis External for Pure Data +CW_binaural~: a binaural Synthesis External for Pure Data David Doukhan and Anne Sedes, PDCON09 cw_binaural~ has been successfully compiled and tested on the following OS: Ubuntu Lucid Lynx, Intel MacOS 10.6, Windows 7. diff --git a/examples/02-supported_hrtf_database.pd b/examples/02-supported_hrtf_database.pd index 412375e..a6cd29c 100644 --- a/examples/02-supported_hrtf_database.pd +++ b/examples/02-supported_hrtf_database.pd @@ -10,7 +10,7 @@ wavs corresponding to conpensated hrir should be given.; format at http://interface.idav.ucdavis.edu/data/CIPIC_hrtf_database.zip it can be converted to wav files using the matlab script cipicdb2wav.m provided in cw_binaural archive Otherwise \, you can download the converted -database at http://www.limsi.fr/Individu/doukhan/cipic.bz2; +database at http://perso.limsi.fr/doukhan/cipic.bz2; #X msg -21 490 cipic_db /yourpath/subject_003; #X text -3 43 cw_binaural~ provide suppport for any hrtf database \, assuming each impulse response is stored in a wav file whose name contains diff --git a/src/binaural_processor.cpp b/src/binaural_processor.cpp index 22a8597..d46e711 100644 --- a/src/binaural_processor.cpp +++ b/src/binaural_processor.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/binaural_processor.hpp b/src/binaural_processor.hpp index 8106797..a8e6021 100644 --- a/src/binaural_processor.hpp +++ b/src/binaural_processor.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/cw_binaural~.cpp b/src/cw_binaural~.cpp index 03468f0..f315fa0 100644 --- a/src/cw_binaural~.cpp +++ b/src/cw_binaural~.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/delay.cpp b/src/delay.cpp index 047f043..6addd26 100644 --- a/src/delay.cpp +++ b/src/delay.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/delay.hpp b/src/delay.hpp index c6c0a05..c5c1397 100644 --- a/src/delay.hpp +++ b/src/delay.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/fft_riff.cpp b/src/fft_riff.cpp index bce1fd1..f26f6f3 100644 --- a/src/fft_riff.cpp +++ b/src/fft_riff.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/fft_riff.hpp b/src/fft_riff.hpp index ce658b5..84b40c6 100644 --- a/src/fft_riff.hpp +++ b/src/fft_riff.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/flyweight_ir_factory.cpp b/src/flyweight_ir_factory.cpp index df29480..8412cb2 100644 --- a/src/flyweight_ir_factory.cpp +++ b/src/flyweight_ir_factory.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/flyweight_ir_factory.hpp b/src/flyweight_ir_factory.hpp index 3a712eb..4e9338e 100644 --- a/src/flyweight_ir_factory.hpp +++ b/src/flyweight_ir_factory.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/generic_riff.cpp b/src/generic_riff.cpp index 619e6ed..a55464f 100644 --- a/src/generic_riff.cpp +++ b/src/generic_riff.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/generic_riff.hpp b/src/generic_riff.hpp index c252011..dc78fdf 100644 --- a/src/generic_riff.hpp +++ b/src/generic_riff.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/hrtfcont.cpp b/src/hrtfcont.cpp index 975e386..d9ba6ef 100644 --- a/src/hrtfcont.cpp +++ b/src/hrtfcont.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/hrtfcont.hpp b/src/hrtfcont.hpp index 304f99b..fe66e49 100644 --- a/src/hrtfcont.hpp +++ b/src/hrtfcont.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/interpolation_candidates.cpp b/src/interpolation_candidates.cpp index e54818b..c254e9b 100644 --- a/src/interpolation_candidates.cpp +++ b/src/interpolation_candidates.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/interpolation_candidates.hpp b/src/interpolation_candidates.hpp index c6c3334..bf0927c 100644 --- a/src/interpolation_candidates.hpp +++ b/src/interpolation_candidates.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/ir_key.cpp b/src/ir_key.cpp index caa3c96..a282f37 100644 --- a/src/ir_key.cpp +++ b/src/ir_key.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/ir_key.hpp b/src/ir_key.hpp index 45cffb3..d39b8af 100644 --- a/src/ir_key.hpp +++ b/src/ir_key.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/itdcont.cpp b/src/itdcont.cpp index 74a679b..b891747 100644 --- a/src/itdcont.cpp +++ b/src/itdcont.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/itdcont.hpp b/src/itdcont.hpp index 1f6d36b..5a29633 100644 --- a/src/itdcont.hpp +++ b/src/itdcont.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/logstring.cpp b/src/logstring.cpp index 8d4f5d0..5afec12 100644 --- a/src/logstring.cpp +++ b/src/logstring.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/logstring.hpp b/src/logstring.hpp index 19e5447..9417bb5 100644 --- a/src/logstring.hpp +++ b/src/logstring.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/minphase_hrtfcont.cpp b/src/minphase_hrtfcont.cpp index 0b163dc..3b769ee 100644 --- a/src/minphase_hrtfcont.cpp +++ b/src/minphase_hrtfcont.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/minphase_hrtfcont.hpp b/src/minphase_hrtfcont.hpp index aed44e7..d60f1da 100644 --- a/src/minphase_hrtfcont.hpp +++ b/src/minphase_hrtfcont.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/raw_wav_hrtfcont.cpp b/src/raw_wav_hrtfcont.cpp index 52bf82b..9010cc4 100644 --- a/src/raw_wav_hrtfcont.cpp +++ b/src/raw_wav_hrtfcont.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/raw_wav_hrtfcont.hpp b/src/raw_wav_hrtfcont.hpp index 8748202..cc14261 100644 --- a/src/raw_wav_hrtfcont.hpp +++ b/src/raw_wav_hrtfcont.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/riff.cpp b/src/riff.cpp index 80bc87b..c8ba0a7 100644 --- a/src/riff.cpp +++ b/src/riff.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/riff.hpp b/src/riff.hpp index 0d34245..21dacc4 100644 --- a/src/riff.hpp +++ b/src/riff.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/spectral_hrtfcont.cpp b/src/spectral_hrtfcont.cpp index 0710506..d3f1a02 100644 --- a/src/spectral_hrtfcont.cpp +++ b/src/spectral_hrtfcont.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/spectral_hrtfcont.hpp b/src/spectral_hrtfcont.hpp index 422fb4f..de59dbd 100644 --- a/src/spectral_hrtfcont.hpp +++ b/src/spectral_hrtfcont.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/unprocessed_fixed_size_hrtfcont.cpp b/src/unprocessed_fixed_size_hrtfcont.cpp index 08691b0..052914e 100644 --- a/src/unprocessed_fixed_size_hrtfcont.cpp +++ b/src/unprocessed_fixed_size_hrtfcont.cpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes diff --git a/src/unprocessed_fixed_size_hrtfcont.hpp b/src/unprocessed_fixed_size_hrtfcont.hpp index ec127c8..3fb2ad7 100644 --- a/src/unprocessed_fixed_size_hrtfcont.hpp +++ b/src/unprocessed_fixed_size_hrtfcont.hpp @@ -1,6 +1,6 @@ /* cw_binaural~: a binaural synthesis external for pure data - by David Doukhan - david.doukhan@gmail.com - http://www.limsi.fr/Individu/doukhan + by David Doukhan - david.doukhan@gmail.com - http://perso.limsi.fr/doukhan and Anne Sedes - sedes.anne@gmail.com Copyright (C) 2009-2011 David Doukhan and Anne Sedes -- cgit v1.2.1