search for: float_ilv

Displaying 1 result from an estimated 1 matches for "float_ilv".

2006 Mar 20
0
fishsound decoded callback
...y 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_SOUND_STOP_OK -1 Apart from the STOP_ERR code which I fabricated, I based these upon the deprecated generic callback (I'm now using float_ilv). The problem is, they don't work. Even if I return STOP_OK or STOP_ERR, I still get too much data and it ends up crashing my program with a buffer overflow. Does anyone know the correct values for these, or what I'm doing wrong, or even where these are formally defined? I hope I'm no...