Skip to content

Commit

Permalink
format code style
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Mar 10, 2024
1 parent 47d84f5 commit 8623a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa-onnx/c-api/c-api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -837,4 +837,4 @@ void SherpaOnnxDestroyOfflineTtsGeneratedAudio(
int32_t SherpaOnnxWriteWave(const float *samples, int32_t n,
int32_t sample_rate, const char *filename) {
return sherpa_onnx::WriteWave(filename, sample_rate, samples, n);
}
}

0 comments on commit 8623a4d

Please sign in to comment.