Enriches an EPUB3 HTML document with break detection and generates audio clips with TTS.
| Port | Description |
| source.fileset primary | |
| source.in-memory sequence | The source fileset with HTML documents, lexicons and CSS stylesheets. |
| config |
TTS configuration fileConfiguration file with voice mappings, PLS lexicons and annotations. |
| Port | Description |
| audio-map | |
| result.fileset primary | |
| result.in-memory sequence | |
| status | |
| log sequence |
| Local Name | Namespace URI | Default | Description |
| include-log | 'false' | Whether or not to make the TTS log available on the "log" port. |
|
| audio | 'true' |
Enable Text-To-SpeechWhether to use a speech synthesizer to produce audio files. |
|
| audio-file-type | 'audio/mpeg' |
The desired file type of the generated audio files, specified as a MIME type. Examples:
|
|
| process-css | 'true' | Set to false to bypass aural CSS processing. |
|
| stylesheet | '' | CSS style sheets as space separated list of absolute URIs. |
|
| stylesheet-parameters | '()' | Parameters that are passed to SCSS style sheets. |
|
| lexicon | () | PLS lexicons as list of absolute URIs. |
|
| sentence-class | '' | Class attribute to mark sentences with. |
|
| temp-dir | '' | Empty directory dedicated to this conversion. May be left empty in which case a temporary directory will be automatically created. |