sherpa-onnx C API 1.0
Public C API and C++ wrapper for sherpa-onnx
Loading...
Searching...
No Matches
SherpaOnnxResampleOut Struct Reference

Output chunk returned by SherpaOnnxLinearResamplerResample(). More...

#include <c-api.h>

Public Attributes

const float * samples
 
int32_t n
 

Detailed Description

Free this object with SherpaOnnxLinearResamplerResampleFree().

Definition at line 3709 of file c-api.h.

Member Data Documentation

◆ n

int32_t SherpaOnnxResampleOut::n

Number of output samples.

Definition at line 3713 of file c-api.h.

◆ samples

const float* SherpaOnnxResampleOut::samples

Output samples.

Definition at line 3711 of file c-api.h.


The documentation for this struct was generated from the following file: