opus_decode_float abstract method
Implementation
int opus_decode_float(
ffi.Pointer<OpusDecoder> st,
ffi.Pointer<ffi.Uint8> data,
int len,
ffi.Pointer<ffi.Float> pcm,
int frame_size,
int decode_fec);
int opus_decode_float(
ffi.Pointer<OpusDecoder> st,
ffi.Pointer<ffi.Uint8> data,
int len,
ffi.Pointer<ffi.Float> pcm,
int frame_size,
int decode_fec);