Skip to content

Commit

Permalink
exampleの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 committed Feb 23, 2023
1 parent 1df6c93 commit 092de54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/cpp/unix/simple_tts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main(int argc, char *argv[]) {
size_t output_wav_size = 0;
uint8_t *output_wav = nullptr;

auto result = voicevox_synthesizer_synthesis(synthesizer,text.c_str(), speaker_id,
auto result = voicevox_synthesizer_tts(synthesizer,text.c_str(), speaker_id,
voicevox_make_default_tts_options(),
&output_wav_size, &output_wav);
if (result != VOICEVOX_RESULT_OK) {
Expand Down

0 comments on commit 092de54

Please sign in to comment.