crosscoder_decode_packet function

int crosscoder_decode_packet(
  1. int self,
  2. int packetPtr,
  3. int packetLen,
  4. int outFramesPtr,
  5. int maxFrames,
)

Implementation

int crosscoder_decode_packet(int self, int packetPtr, int packetLen,
        int outFramesPtr, int maxFrames) =>
    _crosscoder_decode_packet(
        self, packetPtr, packetLen, outFramesPtr, maxFrames);