search for: process_until_end_of_stream

Displaying 6 results from an estimated 6 matches for "process_until_end_of_stream".

2007 Sep 26
2
libFLAC++ Seeking
...ys returns with false, whatever I do. I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: bool b=decoder.seek_absolute(1000); right before ok = decoder.process_until_end_of_stream(); seek_absolute always returns false. I'm pretty sure I missed something and otherwise this works fine. One more thing. I complied the 1.2.1 sources with msvc6 sp6 and this works with debug libs... Any hints? Thanks, Istvan ________________________________________________________ A...
2007 Sep 27
1
libFLAC++ Seeking
...t; > I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: > > bool b=decoder.seek_absolute(1000); > > right before > > ok = decoder.process_until_end_of_stream(); > > seek_absolute always returns false. > I'm pretty sure I missed something and otherwise this works fine. > One more thing. I complied the 1.2.1 sources with msvc6 sp6 and this works with debug libs... > > Any hints? > > Thanks, > Istvan > > I still cou...
2004 Sep 10
2
FLAC++ SeekableStream write_callback not being called?
...t some more data into our internal buffer. d->process_single(); } } Yet my internalBuffer is never initialised. I have also tried to have: while(d->internalBuffer==0) d->process_single(); but this only results in an infinite loop. I get similarly depressing results from process_until_end_of_stream. Any suggestions would be appreciated. cheers, John -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Messages with missing or bad signatures may have been forged or modified in transit! iD4DBQE/wzVt0BW7kPcXjRURAnDiAJdiJYF1mt4wN2gmcMb0llxOPswGAKCNgjia CYbQZiiUZzRPR69XrXMd...
2004 Sep 10
0
'out of range' Warnings Building FLAC
Hi All, I've been building and testing FLAC and have run a problem. I get a number of 'integer constant out of range' warnings during the make, and these give rise to failures in the test suite: testing zeroes, raw_uint32*... FAILED pattern match testing process_until_end_of_stream()... 0... 1... 2... ERROR: metadata block mismatch for example. The problem is that gcc 2.7.2.3 wants a 'ULL' suffix for integer constants of type 'unsigned long long' (as typedef'ed by FLAC__uint64). Appending this makes for a clean build and check. I've attached a p...
2004 Sep 10
0
FLAC++ SeekableStream write_callback not being called?
...ss_single(); > } > } > > Yet my internalBuffer is never initialised. I have also tried to > have: > > while(d->internalBuffer==0) > d->process_single(); > > but this only results in an infinite loop. I get similarly depressing > results > from process_until_end_of_stream. > > Any suggestions would be appreciated. > > cheers, > > John > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (GNU/Linux) > Comment: Messages with missing or bad signatures may have been forged > or modified in transit! > > iD4DBQE/wzVt0BW7kPcXjRURA...
2007 Sep 26
0
libFLAC++ Seeking
...t; > I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: > > bool b=decoder.seek_absolute(1000); > > right before > > ok = decoder.process_until_end_of_stream(); > > seek_absolute always returns false. > I'm pretty sure I missed something and otherwise this works fine. > One more thing. I complied the 1.2.1 sources with msvc6 sp6 and this works with debug libs... > > Any hints? > > Thanks, > Istvan > > got to ment...