33 #ifndef __FISH_SOUND_DEPRECATED_H__
34 #define __FISH_SOUND_DEPRECATED_H__
int(* FishSoundDecoded_Float)(FishSound *fsound, float *pcm[], long frames, void *user_data)
Signature of a callback for libfishsound to call when it has decoded PCM audio data,...
Definition: decode.h:57
FishSoundDecoded_Float FishSoundDecoded
DEPRECATED TYPE.
Definition: deprecated.h:50
long fish_sound_encode(FishSound *fsound, float **pcm, long frames)
DEPRECATED FUNCTION.
int fish_sound_set_interleave(FishSound *fsound, int interleave)
DEPRECATED FUNCTION.
int fish_sound_set_decoded_callback(FishSound *fsound, FishSoundDecoded decoded, void *user_data)
DEPRECATED FUNCTION.
void * FishSound
An opaque handle to a FishSound.
Definition: fishsound.h:433