opus_decode abstract method

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

Implementation

int opus_decode(ffi.Pointer<OpusDecoder> st, ffi.Pointer<ffi.Uint8> data,
    int len, ffi.Pointer<ffi.Int16> pcm, int frame_size, int decode_fec);