|
sherpa-onnx C API 1.0
Public C API and C++ wrapper for sherpa-onnx
|
DPDFNet offline denoiser model configuration. More...
#include <c-api.h>
Public Attributes | |
| const char * | model |
| float | attenuation_limit_db |
| float SherpaOnnxOfflineSpeechDenoiserDpdfNetModelConfig::attenuation_limit_db |
Offline attenuation limit in dB.
Values greater than 0 limit suppression by blending aligned noisy spectra into the enhanced spectra with a noisy-signal weight of 10^(-limit_db / 20). The maximum finite value is 100. Set to 0 or infinity to disable the limit.
| const char* SherpaOnnxOfflineSpeechDenoiserDpdfNetModelConfig::model |