<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>sonic surrounds</title>
	<atom:link href="http://blog.soundsorange.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.soundsorange.net</link>
	<description>Around sound, by Nick Mariette</description>
	<pubDate>Wed, 28 Jul 2010 23:39:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>2006-2007 </copyright>
		<managingEditor>nick@soundsorange.net (sonic surrounds)</managingEditor>
		<webMaster>nick@soundsorange.net (sonic surrounds)</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>around sound, by Nick Mariette</itunes:summary>
		<itunes:author>sonic surrounds</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>sonic surrounds</itunes:name>
			<itunes:email>nick@soundsorange.net</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://69.89.31.137/~soundsor/blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg" />
		<image>
			<url>http://69.89.31.137/~soundsor/blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>sonic surrounds</title>
			<link>http://blog.soundsorange.net</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Auditory Modelling Toolbox (AMT) 0.2 released</title>
		<link>http://blog.soundsorange.net/2010/07/29/auditory-modelling-toolbox-amt-02-released/</link>
		<comments>http://blog.soundsorange.net/2010/07/29/auditory-modelling-toolbox-amt-02-released/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 23:34:37 +0000</pubDate>
		<dc:creator>nmariette</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<category><![CDATA[Spatial Audio]]></category>

		<category><![CDATA[reblog]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[Matlab]]></category>

		<guid isPermaLink="false">http://blog.soundsorange.net/?p=249</guid>
		<description><![CDATA[The article below is copied directly from the Spatial Audio Research blog of the Quality and Usability Lab at TU Berlin in order to help spread the word on this toolbox.  The toolbox comes from the AABBA Project (aural assessment by means of binaural algorithms) [pdf], which was introduced by Jens Blauert at the 2009 [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://audio.qu.tu-berlin.de/?p=356" target="_blank">article</a> below is copied directly from the <a href="http://audio.qu.tu-berlin.de/" target="_blank">Spatial Audio Research blog of the Quality and Usability Lab at TU Berlin</a> in order to help spread the word on this toolbox.  The toolbox comes from the AABBA Project (aural assessment by means of binaural algorithms) [<a href="http://www.ruhr-uni-bochum.de/ika/forschung/forschunsbereich_blauert/The_AABBA_Project.pdf" target="_blank">pdf</a>], which was introduced by Jens Blauert at the <a href="http://www.isaar.eu/programme.html" target="_blank">2009 International Symposium on Auditory and Audiological Research (ISAAR)</a>.<br />
I&#8217;ve been using their Auditory Modelling Toolbox for the Lindemann analysis below, and found it to be very well developed.</p>
<p>July 26, 2010 in <a title="View all posts in MATLAB" rel="category" href="http://audio.qu.tu-berlin.de/?cat=20">MATLAB</a> by <a class="url fn" title="Articles by Hagen Wierstorf" href="http://audio.qu.tu-berlin.de/?author=3">Hagen Wierstorf</a> | <a class="comments-link" href="http://audio.qu.tu-berlin.de/?p=356#comments">No comments</a></p>
<p>A new version of the growing <a href="http://amtoolbox.sourceforge.net/">Auditory Modelling Toolbox</a> has been released. The main new feature is a binaural model after <a href="http://scitation.aip.org/vsearch/servlet/VerityServlet?KEY=JASMAN&amp;smode=strresults&amp;sort=chron&amp;maxdisp=25&amp;threshold=0&amp;pjournals=journals&amp;pjournals=JASMAN&amp;pjournals=PMARCW&amp;possible1=lindemann&amp;possible1zone=author&amp;fromyear=1986&amp;toyear=1988&amp;OUTLOG=NO&amp;sti=yes&amp;arttype=Abstract&amp;arttype=Technical&amp;arttype=Patent&amp;viewabs=JASMAN&amp;key=DISPLAY&amp;docID=2&amp;page=1&amp;chapter=0">Lindemann (1986a)</a> that uses a running cross-correlation with inhibition to predict the perceived lateralization of an auditory event. The output of the model depends on the auditory filters and on the time (see figure below).</p>
<p>To install it, you can download it from <a href="http://sourceforge.net/projects/amtoolbox/">Sourceforge</a>. You also have to install the <a href="http://sourceforge.net/projects/ltfat/">Linear Time/frequency Toolbox</a>. Then in Matlab or Octave just go to the directories of the toolboxes and run:</p>
<pre class="syntax"><span class="p">&gt;&gt;</span> ltfatstart
<span class="p">&gt;&gt;</span> amtstart</pre>
<p>After this you are able to use the Lindemann model, see <code>help lindemann</code> for an introduction. To produce the figure below, you can run:</p>
<pre class="syntax"><span class="p">&gt;&gt;</span> demo_lindemann;</pre>
<p>Another very nice feature is the function <code>exp_lindemann1986a</code> that is able to reproduce the figures of the Lindemann paper. For example to reproduce figure 6 of the paper, just type <code>exp_lindemann('fig6')</code>. The model is under further development and will include in the next release a version of the method proposed by<a href="http://scitation.aip.org/vsearch/servlet/VerityServlet?KEY=JASMAN&amp;smode=strresults&amp;sort=chron&amp;maxdisp=25&amp;threshold=0&amp;pjournals=journals&amp;pjournals=JASMAN&amp;pjournals=PMARCW&amp;possible1=gaik&amp;possible1zone=author&amp;fromyear=1993&amp;toyear=1994&amp;OUTLOG=NO&amp;sti=yes&amp;arttype=Abstract&amp;arttype=Technical&amp;arttype=Patent&amp;viewabs=JASMAN&amp;key=DISPLAY&amp;docID=1&amp;page=1&amp;chapter=0">Gaik (1993)</a> to identify natural combinations of ITDs and ILDs. Further a version of the<a href="http://scitation.aip.org/vsearch/servlet/VerityServlet?KEY=JASMAN&amp;smode=strresults&amp;sort=chron&amp;maxdisp=25&amp;threshold=0&amp;pjournals=journals&amp;pjournals=JASMAN&amp;pjournals=PMARCW&amp;possible1=kohlrausch&amp;possible1zone=author&amp;bool1=and&amp;possible2=binaural&amp;possible2zone=multi&amp;fromyear=1981&amp;toyear=2010&amp;OUTLOG=NO&amp;sti=yes&amp;arttype=Abstract&amp;arttype=Technical&amp;arttype=Patent&amp;viewabs=JASMAN&amp;key=DISPLAY&amp;docID=7&amp;page=1&amp;chapter=0">Breebaart model</a> will also be included in one of the next releases.</p>
<p><img src="http://audio.qu.tu-berlin.de/wp-content/uploads/2010/07/amt1.png" alt="Binaural activation map" width="500px" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soundsorange.net/2010/07/29/auditory-modelling-toolbox-amt-02-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ambisonics Symposium 2009, IEM, Graz</title>
		<link>http://blog.soundsorange.net/2009/06/26/ambisonics-symposium-2009-iem-graz/</link>
		<comments>http://blog.soundsorange.net/2009/06/26/ambisonics-symposium-2009-iem-graz/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 10:16:36 +0000</pubDate>
		<dc:creator>nmariette</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.soundsorange.net/?p=242</guid>
		<description><![CDATA[Today is the second day of the Ambisonics Symposium at IEM, Graz, Austria.
My poster and demonstration is on today, titled:
 AmbiGrainer - A Higher Order Ambisonic Granulator in Pd
The paper is available in the online proceedings.
Below is a screenshot of the interface to the patch.  The patch set itself is presently available as a beta [...]]]></description>
			<content:encoded><![CDATA[<p>Today is the second day of the <a title="Ambisonics Symposium " href="http://ambisonics.iem.at/symposium2009/" target="_blank">Ambisonics Symposium</a> at <a title="IEM" href="http://ambisonics.iem.at/" target="_blank">IEM</a>, Graz, Austria.<br />
My poster and demonstration is on today, titled:<br />
<a href="http://ambisonics.iem.at/symposium2009/authors/ambigrainer-a-higher-order-ambisonic-granulator-in-pd"> AmbiGrainer - A Higher Order Ambisonic Granulator in Pd</a></p>
<p>The paper is available in the <a title="Ambisonics Symposium Proceedings" href="http://ambisonics.iem.at/symposium2009/proceedings" target="_blank">online proceedings</a>.</p>
<p>Below is a screenshot of the interface to the patch.  The patch set itself is presently available as a beta by request.</p>
<p>AmbiGrainer is a high quality granulation engine, with sub-block grain timings, capable of producing some very smooth sounds. Grains may be individually panned in 3rd order Ambisonics (with per-grain order specification). Grains may also be specified directly by an external algorithm, or at a meta-level using the provided GUI. A nice feature is the creation of an Ambisonic grain cloud of grains at randomised directions.  The system can run many thousands of grains per second, with 80 simultaneous voices running easily on a 2007 MacBook Pro.</p>
<p><img class="alignnone size-full wp-image-245" title="AmbiGrainer interface" src="http://blog.soundsorange.net/wp-content/uploads/2009/06/ambigrainer_screenres1.png" alt="AmbiGrainer interface" width="435" height="336" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soundsorange.net/2009/06/26/ambisonics-symposium-2009-iem-graz/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
