sherpa_rs_sys

Function SherpaOnnxOnlineStreamInputFinished

Source
pub unsafe extern "C" fn SherpaOnnxOnlineStreamInputFinished(
    stream: *const SherpaOnnxOnlineStream,
)
Expand description

Signal that no more audio samples would be available. After this call, you cannot call SherpaOnnxOnlineStreamAcceptWaveform() any more.

@param stream A pointer returned by SherpaOnnxCreateOnlineStream()