Go to the source code of this file.
Typedefs | |
typedef int(* | FishSoundEncoded )(FishSound *fsound, unsigned char *buf, long bytes, void *user_data) |
Signature of a callback for libfishsound to call when it has encoded data. | |
Functions | |
int | fish_sound_set_encoded_callback (FishSound *fsound, FishSoundEncoded encoded, void *user_data) |
Set the callback for libfishsound to call when it has a block of encoded data ready. | |
long | fish_sound_encode_float (FishSound *fsound, float *pcm[], long frames) |
Encode a block of PCM audio given as non-interleaved floats. | |
long | fish_sound_encode_float_ilv (FishSound *fsound, float **pcm, long frames) |
Encode a block of audio given as interleaved floats. |
|
Signature of a callback for libfishsound to call when it has encoded data.
|
|
Encode a block of PCM audio given as non-interleaved floats.
|
|
Encode a block of audio given as interleaved floats.
|
|
Set the callback for libfishsound to call when it has a block of encoded data ready.
|