forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial contribution of MaryTTS bundle
Signed-off-by: Tobias Bräutigam <[email protected]>
- Loading branch information
Showing
16 changed files
with
543 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
bundles/io/org.eclipse.smarthome.io.multimedia.tts.marytts/.classpath
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry exported="true" kind="lib" path="lib/marytts-common-5.1-SNAPSHOT.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/marytts-runtime-5.1-SNAPSHOT.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/marytts-server-5.1-SNAPSHOT.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/marytts-signalproc-5.1-SNAPSHOT.jar"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src/main/java"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</classpath> |
33 changes: 33 additions & 0 deletions
33
bundles/io/org.eclipse.smarthome.io.multimedia.tts.marytts/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.eclipse.smarthome.io.multimedia.tts.marytts</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ds.core.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
7 changes: 7 additions & 0 deletions
7
...s/io/org.eclipse.smarthome.io.multimedia.tts.marytts/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 | ||
org.eclipse.jdt.core.compiler.compliance=1.7 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.7 |
4 changes: 4 additions & 0 deletions
4
...s/io/org.eclipse.smarthome.io.multimedia.tts.marytts/.settings/org.eclipse.pde.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#Mon Oct 11 21:08:09 CEST 2010 | ||
eclipse.preferences.version=1 | ||
pluginProject.extensions=false | ||
resolve.requirebundle=false |
36 changes: 36 additions & 0 deletions
36
bundles/io/org.eclipse.smarthome.io.multimedia.tts.marytts/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Eclipse SmartHome Multimedia I/O MaryTTS Bundle | ||
Bundle-SymbolicName: org.eclipse.smarthome.io.multimedia.tts.marytts | ||
Bundle-Version: 0.8.0.qualifier | ||
Bundle-Vendor: Eclipse.org/SmartHome | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Bundle-ClassPath: ., | ||
lib/voice-cmu-slt-hsmm-5.0.jar, | ||
lib/voice-bits1-hsmm-5.0-SNAPSHOT.jar, | ||
lib/voice-bits3-hsmm-5.0-SNAPSHOT.jar, | ||
lib/emotionml-checker-java-1.0-SNAPSHOT.jar, | ||
lib/freetts-1.0.jar, | ||
lib/freetts-de-1.0.jar, | ||
lib/freetts-en_us-1.0.jar, | ||
lib/jtok-core-1.9.1.jar, | ||
lib/marytts-server-5.1-SNAPSHOT.jar, | ||
lib/mwdumper-1.16.jar, | ||
lib/sgt-3.0.jar, | ||
lib/marytts-runtime-5.1-SNAPSHOT.jar, | ||
lib/marytts-common-5.1-SNAPSHOT.jar, | ||
lib/marytts-signalproc-5.1-SNAPSHOT.jar, | ||
lib/marytts-lang-de-5.1-SNAPSHOT.jar, | ||
lib/marytts-lang-en-5.1-SNAPSHOT.jar, | ||
lib/opennlp-maxent-3.0.1-incubating.jar, | ||
lib/opennlp-tools-1.5.1-incubating.jar | ||
Import-Package: org.apache.commons.collections.map, | ||
org.apache.commons.io, | ||
org.apache.commons.lang, | ||
org.eclipse.smarthome.core.library.types, | ||
org.eclipse.smarthome.io.multimedia.tts, | ||
org.osgi.framework, | ||
org.slf4j | ||
Service-Component: OSGI-INF/tts_mary.xml | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-Activator: org.eclipse.smarthome.io.multimedia.tts.marytts.internal.MultimediaActivator |
17 changes: 17 additions & 0 deletions
17
bundles/io/org.eclipse.smarthome.io.multimedia.tts.marytts/OSGI-INF/tts_mary.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others. | ||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v1.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v10.html | ||
--> | ||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" name="org.eclipse.smarthome.io.multimedia.tts.marytts"> | ||
<implementation class="org.eclipse.smarthome.io.multimedia.tts.marytts.internal.tts.TTSServiceMaryTTS"/> | ||
<service> | ||
<provide interface="org.eclipse.smarthome.io.multimedia.tts.TTSService"/> | ||
</service> | ||
<property name="os" type="String" value="any"/> | ||
</scr:component> |
28 changes: 28 additions & 0 deletions
28
bundles/io/org.eclipse.smarthome.io.multimedia.tts.marytts/about.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> | ||
<title>About</title> | ||
</head> | ||
<body lang="EN-US"> | ||
<h2>About This Content</h2> | ||
|
||
<p>June 5, 2006</p> | ||
<h3>License</h3> | ||
|
||
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise | ||
indicated below, the Content is provided to you under the terms and conditions of the | ||
Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available | ||
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. | ||
For purposes of the EPL, "Program" will mean the Content.</p> | ||
|
||
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is | ||
being redistributed by another party ("Redistributor") and different terms and conditions may | ||
apply to your use of any object code in the Content. Check the Redistributor's license that was | ||
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise | ||
indicated below, the terms and conditions of the EPL still apply to any source code in the Content | ||
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p> | ||
|
||
</body> | ||
</html> |
24 changes: 24 additions & 0 deletions
24
bundles/io/org.eclipse.smarthome.io.multimedia.tts.marytts/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
output.. = target/classes/ | ||
bin.includes = META-INF/,\ | ||
.,\ | ||
OSGI-INF/,\ | ||
about.html,\ | ||
lib/voice-bits1-hsmm-5.0-SNAPSHOT.jar,\ | ||
lib/voice-bits3-hsmm-5.0-SNAPSHOT.jar,\ | ||
lib/voice-cmu-slt-hsmm-5.0.jar,\ | ||
lib/emotionml-checker-java-1.0-SNAPSHOT.jar,\ | ||
lib/freetts-1.0.jar,\ | ||
lib/freetts-de-1.0.jar,\ | ||
lib/freetts-en_us-1.0.jar,\ | ||
lib/jtok-core-1.9.1.jar,\ | ||
lib/marytts-server-5.1-SNAPSHOT.jar,\ | ||
lib/mwdumper-1.16.jar,\ | ||
lib/sgt-3.0.jar,\ | ||
lib/marytts-runtime-5.1-SNAPSHOT.jar,\ | ||
lib/marytts-common-5.1-SNAPSHOT.jar,\ | ||
lib/marytts-signalproc-5.1-SNAPSHOT.jar,\ | ||
lib/marytts-lang-de-5.1-SNAPSHOT.jar,\ | ||
lib/marytts-lang-en-5.1-SNAPSHOT.jar,\ | ||
lib/opennlp-maxent-3.0.1-incubating.jar,\ | ||
lib/opennlp-tools-1.5.1-incubating.jar | ||
source.. = src/main/java/ |
Binary file added
BIN
+158 KB
...es/io/org.eclipse.smarthome.io.multimedia.tts.marytts/lib/marytts-common-5.1-SNAPSHOT.jar
Binary file not shown.
Binary file added
BIN
+1000 KB
...s/io/org.eclipse.smarthome.io.multimedia.tts.marytts/lib/marytts-runtime-5.1-SNAPSHOT.jar
Binary file not shown.
Binary file added
BIN
+58.3 KB
...es/io/org.eclipse.smarthome.io.multimedia.tts.marytts/lib/marytts-server-5.1-SNAPSHOT.jar
Binary file not shown.
Binary file added
BIN
+1.26 MB
...o/org.eclipse.smarthome.io.multimedia.tts.marytts/lib/marytts-signalproc-5.1-SNAPSHOT.jar
Binary file not shown.
219 changes: 219 additions & 0 deletions
219
bundles/io/org.eclipse.smarthome.io.multimedia.tts.marytts/pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
|
||
<parent> | ||
<groupId>org.eclipse.smarthome.bundles</groupId> | ||
<artifactId>io</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<properties> | ||
<bundle.symbolicName>org.eclipse.smarthome.io.multimedia.tts.marytts</bundle.symbolicName> | ||
<bundle.namespace>org.eclipse.smarthome.io.multimedia.tts.marytts</bundle.namespace> | ||
<project.dependencyDirectory>${basedir}/resources</project.dependencyDirectory> | ||
</properties> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.eclipse.smarthome.io</groupId> | ||
<artifactId>org.eclipse.smarthome.io.multimedia.tts.marytts</artifactId> | ||
|
||
<name>Eclipse SmartHome Multimedia I/O MaryTTS</name> | ||
|
||
<packaging>eclipse-plugin</packaging> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>com.savage7.maven.plugins</groupId> | ||
<artifactId>maven-external-dependency-plugin</artifactId> | ||
<configuration> | ||
<stagingDirectory> | ||
${basedir}/lib | ||
</stagingDirectory> | ||
<artifactItems> | ||
|
||
<artifactItem> | ||
<groupId>com.sun.speech.freetts</groupId> | ||
<artifactId>freetts</artifactId> | ||
<version>1.0</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/freetts-1.0.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>com.sun.speech.freetts</groupId> | ||
<artifactId>freetts-de</artifactId> | ||
<version>1.0</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/freetts-de-1.0.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>com.sun.speech.freetts</groupId> | ||
<artifactId>freetts-en_us</artifactId> | ||
<version>1.0</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/freetts-en_us-1.0.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>gov.noaa.pmel.sgt</groupId> | ||
<artifactId>sgt</artifactId> | ||
<version>3.0</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/sgt-3.0.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>de.dfki.lt.jtok</groupId> | ||
<artifactId>jtok-core</artifactId> | ||
<version>1.9.1</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/jtok-core-1.9.1.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>org.wikimedia</groupId> | ||
<artifactId>mwdumper</artifactId> | ||
<version>1.16</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/mwdumper-1.16.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>emotionml-checker-java</groupId> | ||
<artifactId>emotionml-checker-java</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/emotionml-checker-java-1.0-SNAPSHOT.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>opennlp-maxent</groupId> | ||
<artifactId>opennlp-maxent</artifactId> | ||
<version>3.0.1-incubating</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/opennlp-maxent-3.0.1-incubating.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>opennlp-tools</groupId> | ||
<artifactId>opennlp-tools</artifactId> | ||
<version>1.5.1-incubating</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/opennlp-tools-1.5.1-incubating.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>marytts-lang-de</groupId> | ||
<artifactId>marytts-lang-de</artifactId> | ||
<version>5.1-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/marytts-lang-de-5.1-SNAPSHOT.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>marytts-lang-en</groupId> | ||
<artifactId>marytts-lang-en</artifactId> | ||
<version>5.1-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/marytts-lang-en-5.1-SNAPSHOT.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>voice-bits1-hsmm</groupId> | ||
<artifactId>voice-bits1-hsmm</artifactId> | ||
<version>5.0-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/voice-bits1-hsmm-5.0-SNAPSHOT.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>voice-bits3-hsmm</groupId> | ||
<artifactId>voice-bits3-hsmm</artifactId> | ||
<version>5.0-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/voice-bits3-hsmm-5.0-SNAPSHOT.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
<artifactItem> | ||
<groupId>voice-cmu-slt-hsmm</groupId> | ||
<artifactId>voice-cmu-slt-hsmm</artifactId> | ||
<version>5.0</version> | ||
<packaging>jar</packaging> | ||
<downloadUrl> | ||
http://repository-openhab.forge.cloudbees.com/3rd/marytts/voice-cmu-slt-hsmm-5.0.jar | ||
</downloadUrl> | ||
<force>true</force> | ||
</artifactItem> | ||
|
||
</artifactItems> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
<id>resolve-install-external-dependencies</id> | ||
<phase>process-resources</phase> | ||
<goals> | ||
<!-- mvn com.savage7.maven.plugins:maven-external-dependency-plugin:resolve-external --> | ||
<goal>resolve-external</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.vafer</groupId> | ||
<artifactId>jdeb</artifactId> | ||
</plugin> | ||
</plugins> | ||
|
||
<pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<groupId>com.savage7.maven.plugins</groupId> | ||
<artifactId>maven-external-dependency-plugin</artifactId> | ||
<version>0.4</version> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
|
||
</build> | ||
</project> |
Oops, something went wrong.