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

Spleeter source-separation model configuration. More...

#include <c-api.h>

Public Attributes

const char * vocals
 
const char * accompaniment
 

Detailed Description

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

Member Data Documentation

◆ accompaniment

const char* SherpaOnnxOfflineSourceSeparationSpleeterModelConfig::accompaniment

Path to the accompaniment ONNX model.

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

◆ vocals

const char* SherpaOnnxOfflineSourceSeparationSpleeterModelConfig::vocals

Path to the vocals ONNX model.

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


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