search for: test_16k8

Displaying 3 results from an estimated 3 matches for "test_16k8".

Did you mean: test_16
2004 Sep 10
3
Re: FLAC on Pocket PC
...small, I didn't put the flac files. Just copy the flac-1.1.0 directory into flactest (so that the path flac-1.1.0\include and flac-1.1.0\src exists in flactest). The project should then compile as is. All the code is in flactest.cpp. It's pretty basic. You'll have to create a file test_16k8.wav in the pocket pc's temp directory (16KHz, 8bits). Thanks, for helping, Jehan -------------- next part -------------- A non-text attachment was scrubbed... Name: flactest.zip Type: audio/x-zipped-mod Size: 8384 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attac...
2004 Sep 10
2
FLAC on Pocket PC
Hi, I'm trying to use FLAC (v1.1.0) on a Pocket PC (Toshiba e740). It compiles fine without any warning. When I try to compresse 16bits waves, everything is fine. When I try to compress 8bits waves, I get a audio mismatch error (FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA). Does anyone have had this problem? I can send the project if someone can look at it. Thanks, Jehan
2004 Sep 10
1
Re: FLAC on Pocket PC
...> >flac-1.1.0 directory into flactest (so that the path flac-1.1.0\include > >and flac-1.1.0\src exists in flactest). The project should then compile > >as is. > > > >All the code is in flactest.cpp. It's pretty basic. You'll have to > >create a file test_16k8.wav in the pocket pc's temp directory (16KHz, > >8bits). > > Has anybody had a chance to look at it? Can someone confirm that it's a > bug in FLAC? It isn't a bug in flac. flactest.cpp: ... short in[BUFFER_SIZE]; FLAC__int32 input[BUFFER_SIZE]; ... if (fread(in,...