FreeTTS
FreeTTS copied to clipboard
Mavenize project
It would be great to make build with Maven and deploy FreeTTS as dependency in Maven Central. Currently FreeTTS is already deployed to Maven Central with artifacts form @Mobicents platform. And there is a lot of artifacts:
<dependency>
<groupId>org.mobicents.external.freetts</groupId>
<artifactId>freetts</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.mobicents.external.freetts</groupId>
<artifactId>cmu_time_awb</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.mobicents.external.freetts</groupId>
<artifactId>cmu_us_kal</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.mobicents.external.freetts</groupId>
<artifactId>cmudict04</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.mobicents.external.freetts</groupId>
<artifactId>cmulex</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.mobicents.external.freetts</groupId>
<artifactId>cmutimelex</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.mobicents.external.freetts</groupId>
<artifactId>en_us</artifactId>
<version>1.0</version>
</dependency>
But I can't found theis sources. We can ask @deruelle to publish them,
I sent a latter to @deruelle
Hi Jean,
I found that you uploaded to Maven Cental a lot of FreeTTS dependencies.
You splitted this library by some rules, and maybe you fix some issues. But I can't found your fork on GitHub.
I would like to mavenize FreeTTS libray and I would be happy if you share your version of library on github.
Also I can merge fork https://github.com/timabell/FreeTTS/ with your lib.
Sounds like a good thing to do, I hadn't come across maven central before. Pull requests welcome if you need any changes here.
It's not too hard, but also not easy to make in one hour. Unfortunately I haven't time right now, but I can help if someone get stuck