Join Slack
Powered by
Hello guys, does anyone here have tried to apply T...
# compose-desktop
m
Marc Ivan Lim
12/23/2022, 9:09 AM
Hello guys, does anyone here have tried to apply TTS ( Text To Speech ) on their desktop compose project?
m
Michael Paus
12/23/2022, 9:21 AM
No, I haven’t but what’s the problem? All Java frameworks which deal with TTS should work out of the box.
m
Marc Ivan Lim
12/23/2022, 9:29 AM
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
Michael Paus
12/23/2022, 9:54 AM
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
Marc Ivan Lim
12/23/2022, 9:55 AM
thanks
@Michael Paus
I already fixed.
35
Views
Open in Slack
Previous
Next