opus_decode_float abstract method

int opus_decode_float(
  1. Pointer<OpusDecoder> st,
  2. Pointer<Uint8> data,
  3. int len,
  4. Pointer<Float> pcm,
  5. int frame_size,
  6. int decode_fec,
)

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);