Skip to content

Commit

Permalink
test: Java APIのttsのテストが動いてなかったのを修正 (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Dec 27, 2024
1 parent 7240507 commit f755609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ void checkTts() throws RunModelException, InvalidModelDataException {
try (VoiceModelFile model = openModel()) {
synthesizer.loadVoiceModel(model);
}
synthesizer.tts("こんにちは", synthesizer.metas()[0].styles[0].id);
synthesizer.tts("こんにちは", synthesizer.metas()[0].styles[0].id).execute();
}
}

0 comments on commit f755609

Please sign in to comment.