After some back and forth, I managed to upload the current version 1.2.3 of #FreeTTS, an older #speechynthesis program in Java, to Maven Central.
Here it is: https://central.sonatype.com/artifact/org.jvoicexml/freetts
After some back and forth, I managed to upload the current version 1.2.3 of #FreeTTS, an older #speechynthesis program in Java, to Maven Central.
Here it is: https://central.sonatype.com/artifact/org.jvoicexml/freetts
One step further to upload #FreeTTS to #MavenCentral
It seems, the Maven #ANT resolver tasks expects a project POM file. I only provided one for the upload but not project POM. Hence, the task ran into a NullPointerException when trying to look up the project POM.
Bad thing now is, that I need to upload multiple artifacts, each with their own POM. In that case, the resolver complains that the project POM differs from the one to use for the upload. One more thing to resolve.
#programming
Tried using Nari as open-source TTS alternative to ElevenLabs? Hosting n8n/Ollama locally with GPT-OSS. Looking for guidance: Can Nari integrate with n8n workflows? Has anyone done this? Need help setting up Nari for voice generation in digital agent projects.
Tag: #TTS #Nari #n8n #Ollama #FreeTTS #DigitalTwins #Vietnamese #Collaboration
(500 chars)
https://www.reddit.com/r/selfhosted/comments/1obj3bh/connecting_local_hosted_nari_to_n8n_workflow/
Coninued the work on #FreeTTS that I inherited years ago.
Source of this project is now https://github.com/JVoiceXML/FreeTTS (moved from SourceForge).
Trying to upload a new version to sonatype resulted in several errors as the ANT support for maven is outdated. However, this information helped: https://clutcher.github.io/post/hybris/maven_central_repository_http_issue/