Displaying 3 results from an estimated 3 matches for "fish_sound_continue".
2006 Mar 20
0
fishsound decoded callback
Hey,
I've got a decoder set up with oggz/fishsound and things are mostly working
as expected. There is one problem, however, that I'd like your help with.
The constants FISH_SOUND_STOP_ERR, FISH_SOUND_CONTINUE, and
FISH_SOUND_STOP_OK are nowhere to be found. As far as I can tell, they have
never existed outside of the API documentation as they are nowhere to be
found on the web, either. Now, I've done a temporary workaround:
#define FISH_SOUND_STOP_ERR 1
#define FISH_SOUND_CONTINUE 0
#define FISH_SO...
2007 Jun 04
0
libfishsound 0.8.0 Release
...ing 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 Win32 build system (Marcin Lubonski)
* Updated shared version info to 3:0:2
For details, se...
2007 Jun 04
0
libfishsound 0.8.0 Release
...ing 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 Win32 build system (Marcin Lubonski)
* Updated shared version info to 3:0:2
For details, se...