Skip to content

Commit 9c58415

Browse files
committed
multi-language support
1 parent 036363c commit 9c58415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-ai/src/main/java/oracleai/aiholo/TTSAndAudio2Face.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static void processMetahuman(String fileName, String textToSay, String la
2727
System.out.println("processMetahuman exception during TTS:" + e);
2828
//TODO might be funny and helpful to do this, ie have the system gives its status and ask for help ...
2929
// sendToAudio2Face("uhoh-lookslikeIneedanewTTStoken.wav");
30-
sendToAudio2Face("uhoh-lookslikeIneedanewTTStoken.wav");
30+
sendToAudio2Face("hello-brazil.wav");
3131
}
3232

3333
});

0 commit comments

Comments
 (0)