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
|
Source: htsengine
Section: sound
Priority: optional
Maintainer: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Uploaders: Koichi Akabe <vbkaisetsu@gmail.com>
Build-Depends: debhelper (>= 11~),
docbook-to-man
Standards-Version: 4.1.3
Homepage: http://hts-engine.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/htsengine.git
Vcs-Browser: https://salsa.debian.org/debian/htsengine
Package: libhtsengine1
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: HMM-based speech synthesis engine API
This engine is software to synthesize speech waveform from Hidden Markov
Models (HMM) trained by the HMM-based speech synthesis system (a.k.a. HTS).
.
This package contains shared libraries of HTS engine.
Package: libhtsengine-dev
Section: libdevel
Architecture: any
Depends: libhtsengine1 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Development files for HMM-based speech synthesis engine API
This engine is software to synthesize speech waveform from Hidden Markov
Models (HMM) trained by the HMM-based speech synthesis system (a.k.a. HTS).
.
This package contains the development libraries and header files needed by
programs that want to compile with HTS engine.
Package: htsengine
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: frontend of HMM-based speech synthesis engine
This engine is software to synthesize speech waveform from Hidden Markov
Models (HMM) trained by the HMM-based speech synthesis system (a.k.a. HTS).
.
This package is a frontend of HTS engine.
|