1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
Source: multispeech
Section: sound
Priority: optional
Maintainer: Debian TTS Team <tts-project@alioth-lists.debian.net>
Uploaders: Igor B. Poretsky <poretsky@mlbox.ru>
Build-Depends: autoconf-archive,
debhelper-compat (= 13),
libbobcat-dev,
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-locale-dev,
libboost-program-options-dev,
libboost-regex-dev,
libboost-thread-dev,
libportaudiocpp0,
libpulse-dev,
libsndfile1-dev,
libsoundtouch-dev,
libspeechd-dev,
po-debconf,
portaudio19-dev
Standards-Version: 4.6.2
Homepage: https://github.com/poretsky/multispeech
Vcs-Browser: https://salsa.debian.org/tts-team/multispeech
Vcs-Git: https://salsa.debian.org/tts-team/multispeech.git
Rules-Requires-Root: no
Package: multispeech
Architecture: any
Multi-Arch: foreign
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
Recommends: espeak-ng, espeak-ng-data
Suggests: emacspeak, mbrola, mbrola-en1
Enhances: emacspeak
Description: Multilingual speech server for Emacspeak
This speech server provides multilingual speech output for Emacspeak
using software TTS engines such as mbrola, espeak, ru_tts, etc.
At the moment English, German, French, Italian, Spanish,
Portuguese and Russian languages are supported.
.
The most prominent features are as follows:
- flexible configuration;
- easy adaptation to various speech engines;
- language autodetection capability;
- online voice control means.
Package: sd-multispeech
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: espeak-ng, espeak-ng-data
Suggests: mbrola, mbrola-en1, speech-dispatcher
Enhances: speech-dispatcher
Description: Multilingual Speech Dispatcher backend
This module provides multilingual speech output for Speech Dispatcher
using software TTS engines such as mbrola, espeak, ru_tts, etc.
It is based on the Multispeech speech server.
At the moment English, German, French, Italian, Spanish,
Portuguese and Russian languages are supported.
.
The most prominent features are as follows:
- flexible configuration;
- easy adaptation to various speech engines;
- language autodetection capability;
- online voice control means.
Package: multispeech-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Multilingual speech server - common files
Though Multispeech was primarily designed for use in conjunction
with Emacspeak, but being capable to work with Speech Dispatcher
as its backend module, it can provide multilingual speech output
for Orca screenreader as well.
.
This package provides common configuration file used by all Multispeech
implementations along with its documentation.
Package: libmultispeech5
Architecture: any
Multi-Arch: same
Section: libs
Depends: multispeech-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Multilingual speech server - core shared library
Though Multispeech was primarily designed for use in conjunction
with Emacspeak, but being capable to work with Speech Dispatcher
as its backend module, it can provide multilingual speech output
for Orca screenreader as well.
.
This package provides core shared library.
|