<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'How to convert a .wav file into mp3 format and vice-versa?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'How to convert a .wav file into mp3 format and vice-versa?' posted on the 'Sound &amp; Music' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 22:33:58 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 22:33:58 -0700</lastBuildDate>
    <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>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>How to convert a .wav file into mp3 format and vice-versa?</title>
      <link>http://www.programmersheaven.com/mb/sound/323677/323677/how-to-convert-a-wav-file-into-mp3-format-and-vice-versa/</link>
      <description>&lt;br /&gt;
Dear Members,&lt;br /&gt;
&lt;br /&gt;
I have a task of converting a wav file into mp3 format and vice-versa. &lt;br /&gt;
Kindly help me out by sending across some usefull tips, guidence or codes in C++ or MFC.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Mayak Srivastava&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/sound/323677/323677/how-to-convert-a-wav-file-into-mp3-format-and-vice-versa/</guid>
      <pubDate>Sat, 10 Dec 2005 03:35:49 -0700</pubDate>
      <category>Sound &amp; Music</category>
    </item>
    <item>
      <title>Re: How to convert a .wav file into mp3 format and vice-versa?</title>
      <link>http://www.programmersheaven.com/mb/sound/323677/323678/re-how-to-convert-a-wav-file-into-mp3-format-and-vice-versa/#323678</link>
      <description>: &lt;br /&gt;
: Dear Members,&lt;br /&gt;
: &lt;br /&gt;
: I have a task of converting a wav file into mp3 format and vice-versa. &lt;br /&gt;
: Kindly help me out by sending across some usefull tips, guidence or codes in C++ or MFC.&lt;br /&gt;
: &lt;br /&gt;
: Regards,&lt;br /&gt;
: Mayak Srivastava&lt;br /&gt;
: &lt;br /&gt;
You'll need the lame library. Search google for it and you'll find it.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: Grey;"&gt;The one and only &lt;strong&gt;Niklas Ulvinge&lt;/strong&gt;&lt;/span&gt; &lt;span style="color: White;"&gt;aka &lt;strong&gt;IDK&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/sound/323677/323678/re-how-to-convert-a-wav-file-into-mp3-format-and-vice-versa/#323678</guid>
      <pubDate>Sat, 10 Dec 2005 03:43:04 -0700</pubDate>
      <category>Sound &amp; Music</category>
    </item>
    <item>
      <title>Re: How to convert a .wav file into mp3 format and vice-versa?</title>
      <link>http://www.programmersheaven.com/mb/sound/323677/323822/re-how-to-convert-a-wav-file-into-mp3-format-and-vice-versa/#323822</link>
      <description>Also note that MP3 is a lossy format. During the conversion, sounds get thrown out, so when you go back to WAV format, you may notice a smaller file size. That is normal. This is also why you don't convert from a lossy format to anything else. For instance, take an MP3 and convert it to WMA and listen to it. It will sound like junk compared the the original sound/song.&lt;br /&gt;
&lt;br /&gt;
-&lt;em&gt;&lt;strong&gt;&lt;span style="color: Red;"&gt;S&lt;/span&gt;&lt;span style="color: Purple;"&gt;e&lt;/span&gt;&lt;span style="color: Blue;"&gt;p&lt;/span&gt;&lt;span style="color: Green;"&gt;h&lt;/span&gt;&lt;span style="color: Red;"&gt;i&lt;/span&gt;&lt;span style="color: Purple;"&gt;r&lt;/span&gt;&lt;span style="color: Blue;"&gt;o&lt;/span&gt;&lt;span style="color: Green;"&gt;t&lt;/span&gt;&lt;span style="color: Red;"&gt;h&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/sound/323677/323822/re-how-to-convert-a-wav-file-into-mp3-format-and-vice-versa/#323822</guid>
      <pubDate>Sun, 11 Dec 2005 17:37:19 -0700</pubDate>
      <category>Sound &amp; Music</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/sound/323677/419840/this-post-has-been-deleted/#419840</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/sound/323677/419840/this-post-has-been-deleted/#419840</guid>
      <pubDate>Sun, 21 Nov 2010 08:01:04 -0700</pubDate>
      <category>Sound &amp; Music</category>
    </item>
    <item>
      <title>Re: How to convert a .wav file into mp3 format and vice-versa?</title>
      <link>http://www.programmersheaven.com/mb/sound/323677/421773/re-how-to-convert-a-wav-file-into-mp3-format-and-vice-versa/#421773</link>
      <description>maybe you can refer to the reply in the following guide&lt;br /&gt;
&lt;a href="http://www.programmersheaven.com/mb/MP3/323843/421717/re-how-to-convert-a-file-mp3--into-wav-format-and-vice-versa/#421717"&gt;http://www.programmersheaven.com/mb/MP3/323843/421717/re-how-to-convert-a-file-mp3--into-wav-format-and-vice-versa/#421717&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/sound/323677/421773/re-how-to-convert-a-wav-file-into-mp3-format-and-vice-versa/#421773</guid>
      <pubDate>Tue, 15 Feb 2011 21:39:49 -0700</pubDate>
      <category>Sound &amp; Music</category>
    </item>
  </channel>
</rss>