RacSttOnnxFeedAudioNative typedef
RacSttOnnxFeedAudioNative =
Int32 Function(RacHandle handle, RacHandle stream, Pointer<Float> audioSamples, IntPtr numSamples)
rac_result_t rac_stt_onnx_feed_audio(rac_handle_t handle, rac_handle_t stream, const float* audio_samples, size_t num_samples)
Implementation
typedef RacSttOnnxFeedAudioNative = Int32 Function(
RacHandle handle,
RacHandle stream,
Pointer<Float> audioSamples,
IntPtr numSamples,
);