<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for AudioResearchBlog</title>
	<atom:link href="http://audiores.uint8.com.ar/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://audiores.uint8.com.ar/blog</link>
	<description>Covering all audio related stuff with special focus on programming and digital signal processing</description>
	<lastBuildDate>Mon, 29 Jul 2013 20:12:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Reasons to not use locks: Priority inversion and general purpose vs realtime OS by hordia</title>
		<link>http://audiores.uint8.com.ar/blog/2013/07/21/reasons-to-not-use-locks-priority-inversion-and-general-purpose-vs-realtime-os/#comment-93756</link>
		<dc:creator>hordia</dc:creator>
		<pubDate>Mon, 29 Jul 2013 20:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=528#comment-93756</guid>
		<description>Thanks for the info!</description>
		<content:encoded><![CDATA[<p>Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reasons to not use locks: Priority inversion and general purpose vs realtime OS by Harry van Haaren</title>
		<link>http://audiores.uint8.com.ar/blog/2013/07/21/reasons-to-not-use-locks-priority-inversion-and-general-purpose-vs-realtime-os/#comment-93648</link>
		<dc:creator>Harry van Haaren</dc:creator>
		<pubDate>Wed, 24 Jul 2013 01:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=528#comment-93648</guid>
		<description>I&#039;ve researched different methods of inter-thread communication in C++ using ringbuffers for message passing in the domain of audio applications.

Tutorial style code for real-time safe message passing, based on JACK&#039;s ringbuffer, and custom C++ class Events. 
https://github.com/harryhaaren/realtimeAudioThreading/blob/master/basicRingbufferEvent/ringbufferTest.cpp

Also see Ross Bencina&#039;s other post about message passing patterns: 
http://www.rossbencina.com/code/programming-with-lightweight-asynchronous-messages-some-basic-patterns</description>
		<content:encoded><![CDATA[<p>I&#8217;ve researched different methods of inter-thread communication in C++ using ringbuffers for message passing in the domain of audio applications.</p>
<p>Tutorial style code for real-time safe message passing, based on JACK&#8217;s ringbuffer, and custom C++ class Events.<br />
<a href="https://github.com/harryhaaren/realtimeAudioThreading/blob/master/basicRingbufferEvent/ringbufferTest.cpp" rel="nofollow">https://github.com/harryhaaren/realtimeAudioThreading/blob/master/basicRingbufferEvent/ringbufferTest.cpp</a></p>
<p>Also see Ross Bencina&#8217;s other post about message passing patterns:<br />
<a href="http://www.rossbencina.com/code/programming-with-lightweight-asynchronous-messages-some-basic-patterns" rel="nofollow">http://www.rossbencina.com/code/programming-with-lightweight-asynchronous-messages-some-basic-patterns</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello CLAM! by Starts a ‘summer’ of code for me &#124; AudioResearchBlog</title>
		<link>http://audiores.uint8.com.ar/blog/2007/04/11/hello-clam/#comment-69980</link>
		<dc:creator>Starts a ‘summer’ of code for me &#124; AudioResearchBlog</dc:creator>
		<pubDate>Sun, 19 Sep 2010 23:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=98#comment-69980</guid>
		<description>[...] days ago, I already introduced me to the CLAM community here and also I have become member of his planet! [...]</description>
		<content:encoded><![CDATA[<p>[...] days ago, I already introduced me to the CLAM community here and also I have become member of his planet! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My GSoC2007 application: &#8220;Real-time spectral transformations&#8221; by Starts a ‘summer’ of code for me &#124; AudioResearchBlog</title>
		<link>http://audiores.uint8.com.ar/blog/2007/05/20/my-gsoc2007-application-real-time-spectral-transformations/#comment-69979</link>
		<dc:creator>Starts a ‘summer’ of code for me &#124; AudioResearchBlog</dc:creator>
		<pubDate>Sun, 19 Sep 2010 23:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=103#comment-69979</guid>
		<description>[...] maybe something with real time sms transformations and real time voice2midi, news soon&#8230; here: &#8220;My GSoC2007 application: Real-time spectral [...]</description>
		<content:encoded><![CDATA[<p>[...] maybe something with real time sms transformations and real time voice2midi, news soon&#8230; here: &#8220;My GSoC2007 application: Real-time spectral [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sinusoidal plus Residual Model by My GSoC2007 application: &#8220;Real-time spectral transformations&#8221; &#124; AudioResearchBlog</title>
		<link>http://audiores.uint8.com.ar/blog/2007/05/20/sinusoidal-plus-residual-model/#comment-69949</link>
		<dc:creator>My GSoC2007 application: &#8220;Real-time spectral transformations&#8221; &#124; AudioResearchBlog</dc:creator>
		<pubDate>Sun, 19 Sep 2010 00:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=101#comment-69949</guid>
		<description>[...] days I was mainly reading about SMS transformations and its model and the &#8220;Spectral Processing&#8221; chapter of the DAFX (Digital Audio Effects) [...]</description>
		<content:encoded><![CDATA[<p>[...] days I was mainly reading about SMS transformations and its model and the &#8220;Spectral Processing&#8221; chapter of the DAFX (Digital Audio Effects) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Catching (phone) SMS pulse train with CLAM&#8230; by SMS interference mystery solved &#124; AudioResearchBlog</title>
		<link>http://audiores.uint8.com.ar/blog/2007/07/28/catching-phone-sms-pulse-train-with-clam/#comment-69941</link>
		<dc:creator>SMS interference mystery solved &#124; AudioResearchBlog</dc:creator>
		<pubDate>Sat, 18 Sep 2010 23:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=121#comment-69941</guid>
		<description>[...] Andrés Kasulin, a friend of mine from the University gave me some light about the issue of SMS interference (check &#8220;Catching (phone) SMS pulse train with CLAM…&#8220;) [...]</description>
		<content:encoded><![CDATA[<p>[...] Andrés Kasulin, a friend of mine from the University gave me some light about the issue of SMS interference (check &#8220;Catching (phone) SMS pulse train with CLAM…&#8220;) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SMSMorph part1 by SMS Harmonizer part1 &#124; AudioResearchBlog</title>
		<link>http://audiores.uint8.com.ar/blog/2007/08/06/smsmorph-part1/#comment-69939</link>
		<dc:creator>SMS Harmonizer part1 &#124; AudioResearchBlog</dc:creator>
		<pubDate>Sat, 18 Sep 2010 23:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=136#comment-69939</guid>
		<description>[...] Next post: SMSMorph. [...]</description>
		<content:encoded><![CDATA[<p>[...] Next post: SMSMorph. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming audio from your website (mp3 and ogg!) by Many files to stream with cortado in the same page &#124; AudioResearchBlog</title>
		<link>http://audiores.uint8.com.ar/blog/2007/08/01/streaming-audio-from-your-website-mp3-and-ogg/#comment-69937</link>
		<dc:creator>Many files to stream with cortado in the same page &#124; AudioResearchBlog</dc:creator>
		<pubDate>Sat, 18 Sep 2010 23:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=131#comment-69937</guid>
		<description>[...] I&#8217;ve added cortado applet to my server to have ogg streaming (check this) in this blog&#8230; but then I realized that [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve added cortado applet to my server to have ogg streaming (check this) in this blog&#8230; but then I realized that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Many files to stream with cortado in the same page by Audio Player Wordpress plugin &#124; AudioResearchBlog</title>
		<link>http://audiores.uint8.com.ar/blog/2007/08/06/many-files-to-stream-with-cortado-in-the-same-page/#comment-69935</link>
		<dc:creator>Audio Player Wordpress plugin &#124; AudioResearchBlog</dc:creator>
		<pubDate>Sat, 18 Sep 2010 22:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=138#comment-69935</guid>
		<description>[...] sobre estos temas, ver: &#8220;Streaming audio from your website (mp3 and ogg!)&#8221; y &#8220;Many files to stream with cortado in the same page&#8220;). Al estar basado en flash, solo soporta mp3, pero es bastante configurable y tiene cosas [...]</description>
		<content:encoded><![CDATA[<p>[...] sobre estos temas, ver: &#8220;Streaming audio from your website (mp3 and ogg!)&#8221; y &#8220;Many files to stream with cortado in the same page&#8220;). Al estar basado en flash, solo soporta mp3, pero es bastante configurable y tiene cosas [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distortion rack prototype by New CLAM plugin: (&#8216;very&#8217; for now) simple guitar distortion &#124; AudioResearchBlog</title>
		<link>http://audiores.uint8.com.ar/blog/2008/01/05/distortion-rack-prototype/#comment-69933</link>
		<dc:creator>New CLAM plugin: (&#8216;very&#8217; for now) simple guitar distortion &#124; AudioResearchBlog</dc:creator>
		<pubDate>Sat, 18 Sep 2010 22:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://audiores.uint8.com.ar/blog/?p=179#comment-69933</guid>
		<description>[...] &#160; Related: LADSPA versions of my recent simple distortions Update: Distortion rack prototype [...]</description>
		<content:encoded><![CDATA[<p>[...] &nbsp; Related: LADSPA versions of my recent simple distortions Update: Distortion rack prototype [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
