Re: [Flac-dev] wav to flac corruption

2008-02-06 Thread Matthew Davis
Came across another error that might help! Using flac -t I get: 251_A.wav: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC 251_A.wav: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC Thanks, Matthew On Feb 6, 2008 3:19 AM, Matthew Davis [EMAIL PROTECTED] wrote:

Re: [Flac-dev] wav to flac corruption

2008-02-06 Thread Matthew Davis
And more info... Screen capture of the WAV file's hex. This tells me little, but maybe someone out there knows more about this than me. http://img139.imageshack.us/my.php?image=screenshot251awavghexnd1.png Thanks again, Matthew On Feb 6, 2008 12:18 PM, Matthew Davis [EMAIL PROTECTED] wrote:

Re: [Flac-dev] wav to flac corruption

2008-02-06 Thread Erik de Castro Lopo
Matthew Davis wrote: And more info... Screen capture of the WAV file's hex. This tells me little, but maybe someone out there knows more about this than me. http://img139.imageshack.us/my.php?image=screenshot251awavghexnd1.png I don't see anything wrong there. Have you tried running it

Re: [Flac-dev] wav to flac corruption

2008-02-06 Thread Erik de Castro Lopo
Matthew Davis wrote: If I import one of the wav files into Audacity then export them as 16 bit PCM then they encode to flac and play fine. Ok. The files bitrates are currently at 24. Sorry to be a pedant, but you mean sample bitwidth of 24 rather than bitrate. If I export them from

Re: [Flac-dev] wav to flac corruption

2008-02-06 Thread Brian Willoughby
I have one theory about your playback problem: Many flac solutions load the entire flac and decompress the samples before passing them on to the player. In your case, the conversion code may be running out of memory on 24-bit files where it does not run out of memory on 16-bit files of

Re: [Flac-dev] wav to flac corruption

2008-02-06 Thread Erik de Castro Lopo
Brian Willoughby wrote: The problem you are having is not with flac. Your problem is with your player. If you want to try another player, try sndfile-play from libsndfile which compiles and works on Linux, win32 and Mac OSX. Erik --