Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jan 6, 2025
1 parent a6780a8 commit 00644e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sherpa-onnx/c-api/c-api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,6 @@ const SherpaOnnxGeneratedAudio *SherpaOnnxOfflineTtsGenerateWithCallbackWithArg(
void SherpaOnnxDestroyOfflineTtsGeneratedAudio(
const SherpaOnnxGeneratedAudio *p) {
SHERPA_ONNX_LOGE("TTS is not enabled. Please rebuild sherpa-onnx");
return nullptr;
}

#endif // SHERPA_ONNX_ENABLE_TTS == 1
Expand Down

0 comments on commit 00644e2

Please sign in to comment.