<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>darasan's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/340690/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user darasan.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 19 May 2013 05:50:17 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Re: Simply play audio?</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the Sound &amp; Music forum.&lt;/p&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I think this example should help:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.codeproject.com/KB/audio-video/lamer2000.aspx"&gt;http://www.codeproject.com/KB/audio-video/lamer2000.aspx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I haven't tested it, but it looks like a frequency generator, using only the WaveOut API.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Daire&lt;br /&gt;</description>
      <pubDate>Mon, 20 Jul 2009 23:49:39 -0700</pubDate>
    </item>
    <item>
      <title>Re: blending audio data</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the Sound &amp; Music forum.&lt;/p&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Mixing (or blending) digital audio is just the sample-by-sample sum of the audio values. So if you have two buffers of audio data, create a third buffer of the same size and for each position in the new buffer, add the 2 values of the other buffers together and copy this new value into the third buffer. The third buffer will then contain the 2 channels mixed together.&lt;br /&gt;
&lt;br /&gt;
Out of interest, what API / library are you using to process audio data?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Daire&lt;br /&gt;</description>
      <pubDate>Wed, 17 Jun 2009 20:03:37 -0700</pubDate>
    </item>
  </channel>
</rss>