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
|
Source: ru-tts
Section: sound
Priority: optional
Maintainer: Debian TTS Team <tts-project@alioth-lists.debian.net>
Uploaders: Igor B. Poretsky <poretsky@mlbox.ru>
Build-Depends: debhelper-compat (= 13), autoconf-archive
Standards-Version: 4.6.2
Homepage: https://github.com/poretsky/ru_tts
Vcs-Browser: https://salsa.debian.org/tts-team/ru-tts
Vcs-Git: https://salsa.debian.org/tts-team/ru-tts.git
Rules-Requires-Root: no
Package: ru-tts
Architecture: any
Multi-Arch: foreign
Depends: locales, ${shlibs:Depends}, ${misc:Depends}
Suggests: sox
Description: Software Russian TTS engine
This is a Russian speech synthesizer.
it takes Russian text in koi8-r charset from standard input
and produces digital sound stream in the raw linear
signed 8-bit 10 kHz format on the standard output.
It doesn't actually play this sound. You should use
some player for it like sox for example.
Package: librutts7
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Software Russian TTS engine (shared library)
This is a Russian speech synthesizer.
it takes Russian text in koi8-r charset as an input
and produces digital sound stream in the raw linear
signed 8-bit 10 kHz format for the output.
It doesn't actually play this sound. You should use
some player for it like sox for example.
.
This package provides the shared library.
Package: librutts-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: librutts7 (= ${binary:Version}), ${misc:Depends}
Description: Software Russian TTS engine (development library)
This is a Russian speech synthesizer.
it takes Russian text in koi8-r charset as an input
and produces digital sound stream in the raw linear
signed 8-bit 10 kHz format for the output.
It doesn't actually play this sound. You should use
some player for it like sox for example.
.
This package provides the development files.
|