Add Pascal API for Dolphin CTC models (#2096)

This commit is contained in:
Fangjun Kuang
2025-04-03 16:00:22 +08:00
committed by GitHub
parent 07a5701af6
commit 8137ac9f0b
11 changed files with 343 additions and 7 deletions

View File

@@ -1969,7 +1969,7 @@ int32_t SherpaOnnxLinearResamplerResampleGetOutputSampleRate(
return p->impl->GetOutputSamplingRate();
}
void SherpaOnnxLinearResamplerReset(SherpaOnnxLinearResampler *p) {
void SherpaOnnxLinearResamplerReset(const SherpaOnnxLinearResampler *p) {
p->impl->Reset();
}