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
|
Source: speech-tools
Section: sound
Priority: optional
Maintainer: Debian Accessibility Team <pkg-a11y-devel@lists.alioth.debian.org>
Uploaders: Jean-Philippe MENGUAL <texou@accelibreinfo.eu>, Kumar Appaiah <akumar@debian.org>, Paul Gevers <elbrus@debian.org>, Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper (>= 11~),
dh-exec,
gawk | awk,
libncurses5-dev,
libpulse-dev,
libasound2-dev [linux-any],
xsltproc,
doxygen,
doxygen-latex,
graphviz
Standards-Version: 4.2.0
Homepage: http://festvox.org/packed/festival/
Vcs-Git: https://anonscm.debian.org/git/tts/speech-tools.git
Vcs-Browser: https://anonscm.debian.org/git/tts/speech-tools.git
Rules-Requires-Root: no
Package: libestools2.5
Architecture: any
Multi-arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Edinburgh Speech Tools Library
The Edinburgh Speech Tools Library is a collection of C++ class, functions and
related programs for manipulating the sorts of objects used in speech
processing.
Package: libestools-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libc6-dev,
libestools2.5 (= ${binary:Version}),
libasound2-dev [linux-any],
libncurses5-dev
Conflicts: libestools2.1-dev
Replaces: libestools2.1-dev
Provides: libestools2.1-dev
Suggests: speech-tools-doc
Description: Edinburgh Speech Tools Library - developer's libraries
The Edinburgh Speech Tools Library is a collection of C++ class, functions and
related programs for manipulating the sorts of objects used in speech
processing.
.
This package contains the header files and static libraries.
Package: speech-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Suggests: speech-tools-doc
Description: Edinburgh Speech Tools - user binaries
This package contains the various highly useful utility programs that use and
accompany the Edinburgh Speech Tools Library. Audio software and some basic
signal processing software is included in this package.
.
The following programs are available:
na_play: generic playback program for use with net_audio and CSTR ao.
ch_wave: Waveform file conversion program.
ch_lab: label file conversion program.
ch_track: Track file conversion program.
wagon: a CART tree build and test program
.
See /usr/share/doc/speech-tools/README for detail list of programs available.
Package: speech-tools-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${doxygen:Depends}, doc-base (>= 0.8.4)
Built-Using: ${doxygen:Built-Using}
Description: Documentation for the Edinburgh Speech Tools
This package contains the HTML and Postscript versions of the
documentation for the Edinburgh Speech Tools.
.
Documentation also contains examples and tutorials on how to use Speech
Tools library with your programs.
|