Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 30, 2024
1 parent 92aaa44 commit 4114628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
int main() {
babylon_g2p_init("./models/deep_phonemizer.onnx", "en_us", 1);

const char* text = "Hello world. There is 317 characters in this sentence.";
const char* text = "Hello world. There is over 300 characters in this sentence. This is an example program for the Babylon project. Text to speech models can be used to generate speech from text. This is a very powerful tool for many applications. For example, it can be used to generate speech for virtual assistants, audiobooks, and more.";

babylon_tts_init("./models/curie.onnx");

Expand Down

0 comments on commit 4114628

Please sign in to comment.