opus_decoder_init abstract method

int opus_decoder_init(
  1. Pointer<OpusDecoder> st,
  2. int Fs,
  3. int channels
)

Implementation

int opus_decoder_init(ffi.Pointer<OpusDecoder> st, int Fs, int channels);