I've wrote WAV to FLAC encoder with Xiph's DirectShow filter that can be downloaded from below link.<br />https://skydrive.live.com/?cid=7d3ed57aca5cd02d&amp;permissionsChanged=1&amp;id=7D3ED57ACA5CD02D%21104#<br /><br />I assume that Xiph's flac filters built and installed by 'regsvr32'.<br /><br />This program has modified from original 'oggenc' by Xiph and can generate .flac file by command line 'oggenc input.wav -o output.flac'.<br />But this file has the CRC-error that confirmed by testing with AudioTester.exe(<span id="question"><a href="http://www.vuplayer.com/other.php" target="_blank">http://www.vuplayer.com/other.php</a>).<br />And I've played back this corrupted .flac file by graphedit.&nbsp; graphedit generates 'playing flac graph' automatically but graphedit will crash<br />when playing back. This seems caused from above CRC-error.<br /><br />Where are wrong points in above implementation ? <br /></span>