decode_silk_file method

int decode_silk_file(
  1. Pointer<Char> input_path,
  2. Pointer<Char> output_path,
  3. int sample_rate
)

Implementation

int decode_silk_file(
  ffi.Pointer<ffi.Char> input_path,
  ffi.Pointer<ffi.Char> output_path,
  int sample_rate,
) {
  return _decode_silk_file(input_path, output_path, sample_rate);
}