Hello guys, does anyone here have tried to apply T...
# compose-desktop
m
Hello guys, does anyone here have tried to apply TTS ( Text To Speech ) on their desktop compose project?
m
No, I haven’t but what’s the problem? All Java frameworks which deal with TTS should work out of the box.
m
Noted with this @Michael Paus thanks, I’m just looking for some recommendation of libraries that they have used for TTS in desktop compose.
m
That’s because you are using an outdated Java SDK. You seem to be using Java 15 whereas the library is already compiled for Java 17. Here is a list of version number in case you are interested. https://stackoverflow.com/questions/9170832/list-of-java-class-file-format-major-version-numbers Just update your Java to at least 17.
m
thanks @Michael Paus I already fixed.