We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6780a8 commit 00644e2Copy full SHA for 00644e2
sherpa-onnx/c-api/c-api.cc
@@ -1281,7 +1281,6 @@ const SherpaOnnxGeneratedAudio *SherpaOnnxOfflineTtsGenerateWithCallbackWithArg(
1281
void SherpaOnnxDestroyOfflineTtsGeneratedAudio(
1282
const SherpaOnnxGeneratedAudio *p) {
1283
SHERPA_ONNX_LOGE("TTS is not enabled. Please rebuild sherpa-onnx");
1284
- return nullptr;
1285
}
1286
1287
#endif // SHERPA_ONNX_ENABLE_TTS == 1
0 commit comments