t

tts-adapter-espeak

Implementation of the TTS API for the ESpeak TTS
Files download
File Operation
tts-adapter-espeak-3.0.6.jar download
tts-adapter-espeak-3.0.6.pom download
tts-adapter-espeak-3.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline.modules</groupId>
  <artifactId>tts-adapter-espeak</artifactId>
  <version>3.0.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline.modules:tts-adapter-espeak:3.0.6'
Gradle Kotlin
implementation("org.daisy.pipeline.modules:tts-adapter-espeak:3.0.6")
Scala SBT
libraryDependencies += "org.daisy.pipeline.modules" % "tts-adapter-espeak" % "3.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline.modules', module='tts-adapter-espeak', version='3.0.6')
)
Apache Ivy
<dependency org="org.daisy.pipeline.modules" name="tts-adapter-espeak" rev="3.0.6" />
Leiningen
[org.daisy.pipeline.modules/tts-adapter-espeak "3.0.6"]
Apache Buildr
'org.daisy.pipeline.modules:tts-adapter-espeak:jar:3.0.6'