Add Pascal API for Dolphin CTC models (#2096)
This commit is contained in:
@@ -1969,7 +1969,7 @@ int32_t SherpaOnnxLinearResamplerResampleGetOutputSampleRate(
|
||||
return p->impl->GetOutputSamplingRate();
|
||||
}
|
||||
|
||||
void SherpaOnnxLinearResamplerReset(SherpaOnnxLinearResampler *p) {
|
||||
void SherpaOnnxLinearResamplerReset(const SherpaOnnxLinearResampler *p) {
|
||||
p->impl->Reset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user