Outils pour utilisateurs

Outils du site


ancien:tek:spatialisation
no way to compare when less than two revisions

Différences

Ci-dessous, les différences entre deux révisions de la page.


ancien:tek:spatialisation [2024/02/09 16:39] (Version actuelle) – créée - modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +====== Spatialisation, la 3D audio ======
  
 +===== Piste de départ: =====
 +==== faire un plugin ladspa ====
 +  * entrée stéréo = 2 canaux
 +  * entrée angle / nord
 +  * sortie 5.1
 +
 +http://clam-project.org/wiki/Network_Editor_tutorial#3D_Spacialization
 +
 +plugin existant:
 +  * [[http://www.ladspa.org/cmt/plugins.html|cmt]]
 +      * bf_rotate_z
 +      * bf2quad
 +      * encode_bformat
 +
 +===== ambisonic =====
 +http://fgouget.free.fr/ambisonic/Ambisonic_AM91-fr.shtml
 +
 +fichiers sons : [[http://www.radio.uqam.ca/ambisonic/audio/index.php?dir=&file=comparative_b-format.zip]] et [[http://www.radio.uqam.ca/ambisonic/audio/]]
 +
 +http://www.ai.sri.com/ajh/ambisonics/ http://www.ai.sri.com/ajh/ambisonics/AJH_eight-positions.amb
 +
 +
 +  * de http://paresys.pagesperso-orange.fr/ARGOPd/atelierdugny.html
 +
 +    * http://gerard.paresys.free.fr/File/ExMM66-Spatial.zip
 +
 +    * http://gerard.paresys.free.fr/File/ExMM31-GEMFilm.zip
 +
 +http://multiphonie.free.fr/log_spat.htm
 +
 +  * http://www.ambisonia.com/wiki/index.php/Playback_Software
 +  * 
 +=== PD ===
 +
 +==  piste nslam ==
 +  * http://tot.sat.qc.ca/down_nslam.html
 +  * http://tot.sat.qc.ca/down/nslam/doc/DOC_HTML/_nSLAMv2Reference.html#5pan3
 +
 +==== faire un patch puredata ====
 +  * http://compmus.ime.usp.br/en/hrtfinterpolation
 +
 +  * http://www.acoustics.hut.fi/research/cat/vbap/
 +
 +  * http://www.audioscape.org/srewiki/bin/view/Audioscape/HowGumstix
 +    * https://svn.sat.qc.ca/pdsheefa/tags/pdsheefa-0.3.1/src/
 +    * http://tot.sat.qc.ca/logiciels_nslam.html
 +   * de https://www.cim.mcgill.ca/srewiki/bin/view/Audioscape/Dependencies
 +<code>
 + svn co https://spinframework.svn.sourceforge.net/svnroot/spinframework/trunk spinframework
 +
 +# pd xjimmies
 +svn checkout https://svn.sat.qc.ca/nslam/ nslam
 +cd nslam/xjimmies
 +make
 +make install 
 +
 +# pdsheefa
 +svn checkout https://svn.sat.qc.ca/pdsheefa pdsheefa 
 +cd pdsheefa
 +make
 +make install
 +
 +# spinwidgits ??
 +svn checkout https://svn.sat.qc.ca/spinwidgets spinwidgits
 +cd spinwidgits
 +make
 +make install
 +
 +#def des PATH a voir ??
 +export AS_PATH=${HOME}/svn/audioscape
 +export NS_PATH=${HOME}/svn/nslam
 +export OSG_PATH=${HOME}/svn/OSG
 +export PD_PATH=${HOME}/svn/pd-0.40-3
 +source ${AS_PATH}/asConfig
 +
 +</code>
ancien/tek/spatialisation.txt · Dernière modification : de 127.0.0.1