Displaying 2 results from an estimated 2 matches for "fishsoundencod".
Did you mean:
fishsoundencoded
2013 May 20
0
libfishsound/liboggz: How to properly set e_o_s marker when encoding?
...app to encode multi-stream
audio files using libfishsound and liboggz, I cannot figure out a way to
reliably determine the which packet is the FINAL packet output from the
encoder, so I can set the e_o_s flag on it.
What is the magic for determining WHEN to set the e_o_s marker on a packet
in the FishSoundEncoded callback function?
Even though I know when I write the last audio buffer with
fish_sound_encode_float(), I don't know how many packets my
FishSoundEncoded callback will receive as a result.
Therefore, how can I know which packet is indeed the last and therefore
set the e_o_s flag appropriat...
2013 May 20
2
libfishsound: Bug in fish_sound_flush
I apologize if this is the wrong list for this, but after searching the
available lists at xiph.org, this is the closest I could find.
I ran into a bug in the example fishsound-encode.c program where it gets
OGGZ_ERR_BAD_SERIALNO errors from oggz:
fish_sound_flush (fsound);
oggz_run (oggz);
oggz_close (oggz);
fish_sound_delete (fsound);
After debugging, it appears that