|
sherpa-onnx C API 1.0
Public C API and C++ wrapper for sherpa-onnx
|
One detected speech segment returned by the VAD. More...
#include <c-api.h>
Public Attributes | |
| int32_t | start |
| float * | samples |
| int32_t | n |
The segment owns samples. Free the whole object with SherpaOnnxDestroySpeechSegment().
| int32_t SherpaOnnxSpeechSegment::n |
| float* SherpaOnnxSpeechSegment::samples |
| int32_t SherpaOnnxSpeechSegment::start |