Displaying 3 results from an estimated 3 matches for "fish_sound_encode_float".
2013 May 20
0
libfishsound/liboggz: How to properly set e_o_s marker when encoding?
...y 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 appropriately?
There seems to me no mechanism within FishSound to do this.
After thinking about it, I decided a g...
2007 Jun 04
0
libfishsound 0.8.0 Release
...reams,
to ensure that all input samples are correctly encoded without
requiring programmer intervention.
* Compatibility with SVN trunk, included new API functions:
fish_sound_set_decoded_float;
fish_sound_set_decoded_float_ilv;
fish_sound_encode_float;
fish_sound_encode_float_ilv;
* Added definitions for FISH_SOUND_CONTINUE, STOP_OK, STOP_ERR as
documented in <fishsound/constants.h> (ticket:278)
* Documentation improvements for fish_sound_new() and
fish_sound_decode() functions. (Ralph Giles)
* Updated Wi...
2007 Jun 04
0
libfishsound 0.8.0 Release
...reams,
to ensure that all input samples are correctly encoded without
requiring programmer intervention.
* Compatibility with SVN trunk, included new API functions:
fish_sound_set_decoded_float;
fish_sound_set_decoded_float_ilv;
fish_sound_encode_float;
fish_sound_encode_float_ilv;
* Added definitions for FISH_SOUND_CONTINUE, STOP_OK, STOP_ERR as
documented in <fishsound/constants.h> (ticket:278)
* Documentation improvements for fish_sound_new() and
fish_sound_decode() functions. (Ralph Giles)
* Updated Wi...