FreeTTS icon indicating copy to clipboard operation
FreeTTS copied to clipboard

Mavenize project

Open stokito opened this issue 11 years ago • 3 comments

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,

stokito avatar Dec 25 '14 16:12 stokito

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.  

stokito avatar Dec 25 '14 17:12 stokito

Sounds like a good thing to do, I hadn't come across maven central before. Pull requests welcome if you need any changes here.

timabell avatar Dec 26 '14 21:12 timabell

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

stokito avatar Dec 26 '14 23:12 stokito