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

A single stem (one output track) with one or more channels. More...

#include <c-api.h>

Public Attributes

float ** samples
 
int32_t num_channels
 
int32_t n
 

Detailed Description

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

Member Data Documentation

◆ n

int32_t SherpaOnnxSourceSeparationStem::n

Number of samples per channel.

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

◆ num_channels

int32_t SherpaOnnxSourceSeparationStem::num_channels

Number of channels in this stem.

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

◆ samples

float** SherpaOnnxSourceSeparationStem::samples

samples[c] points to the heap-allocated sample array for channel c.

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


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