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
|
Source: praat
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Rafael Laboissière <rafael@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
libasound2-dev,
libgtk-3-dev,
libjack-jackd2-dev,
libpulse-dev,
xauth,
xvfb,
pandoc
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/praat
Vcs-Git: https://salsa.debian.org/med-team/praat.git
Homepage: https://www.praat.org
Rules-Requires-Root: no
Package: praat
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
oss-compat,
python3
Description: program for speech analysis and synthesis
According to its authors, praat is "doing phonetics by computer". Through
its graphical interface, several speech analysis functionalities are
available: spectrograms, cochleograms, and pitch and formant
extraction. Articulatory synthesis, as well as synthesis from pitch,
formant, and intensity are also available. Other features are
segmentation, labelling using the phonetic alphabet, and computation of
statistics. Praat is configurable and extensible through its own scripting
language and has provisions for communicating with other programs.
|