Displaying 3 results from an estimated 3 matches for "flac_seek".
2004 Sep 10
2
flac_read callback not called in Windows?
...__bool res = true;
fprintf(stderr, "start flac_update...");
//TODO: check for playing? probably a better way to stop the sound
if(laserdisc_playing)
{
while(length && res)
{
// need to decode some more data
if(!decoded_samples)
{
// fprintf(stderr, "start flac_seekable_decoder_process...");
/*fprintf(stderr, "stat %d should be %d\n ",
FLAC__seekable_stream_decoder_get_state(flacDecoder),
FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC);
*/
res = FLAC__seekable_stream_decoder_process_single(flacDecoder);
// fprintf(stderr, &quo...
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies.
And I'm not sure if the vorbis or the flac list, or something
else, is more suitable for the following, so bear with me]
Moin, moin.
I used a recent ogg123 to play back a FLAC file I had created,
and saw it wasn't able to seek within the file. So, I thought
to myself, why not try out an OggFLAC file, so I created
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies.
And I'm not sure if the vorbis or the flac list, or something
else, is more suitable for the following, so bear with me]
Moin, moin.
I used a recent ogg123 to play back a FLAC file I had created,
and saw it wasn't able to seek within the file. So, I thought
to myself, why not try out an OggFLAC file, so I created