epub3-tts
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>epub3-tts</artifactId> <version>4.1.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>modules-parent</artifactId> <version>1.15.1</version> <relativePath>../../parent</relativePath> </parent> <version>4.1.2</version> <artifactId>epub3-tts</artifactId> <packaging>bundle</packaging> <name>DAISY Pipeline 2 module :: EPUB3 HTML to TTS Audio</name> <description>Enriches an EPUB3 HTML document with break detection and generates audio clips with TTS.</description> <dependencies> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>css-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>common-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>fileset-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>html-break-detection</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>tts-common</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>mathml-to-ssml</artifactId> </dependency> </dependencies> <properties> <expose-services> org.daisy.pipeline.modules.impl.Module_epub3_tts, org.daisy.pipeline.css.impl.UserAgentStylesheet_application_xhtml_xml_speech </expose-services> </properties> </project>