-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels