Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Done hook
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMegistone4Ever committed Dec 27, 2023
1 parent 3c744c5 commit c3f6d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/nickmegistone/ai/Synthesizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* The Synthesizer class represents a text-to-speech synthesizer that can convert text into speech.
* It uses the FreeTTS library for speech synthesis.
* It uses the FreeTTS library for speech synthesis. <a href="https://cmusphinx.github.io/wiki/tutorial/">Tutorial</a>.
*
* @author Mykyta Kyselov - <a href="https://github.com/TheMegistone4Ever">Github</a>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/nickmegistone/vocaliamaven/Vocalia.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Vocalia() {
menu1.initMenu(index -> {
switch (index) {
case 0 -> showForm(initForm);
case 1 -> showForm(new Form(index)); // TODO: add help form, HOOK
case 1 -> showForm(new Form(index)); // TODO: add help form
case 2 -> showForm(creatorsForm);
case 9 -> showForm(licensesForm);
default -> showForm(new Form(index));
Expand Down

0 comments on commit c3f6d19

Please sign in to comment.