Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

praat(1) [debian man page]

PRAAT(1)							  [FIXME: manual]							  PRAAT(1)

NAME
praat - doing phonetics by computer SYNOPSIS
praat DESCRIPTION
This manual page documents briefly the praat command. This manual page was written for the Debian distribution because the original program does not have a manual page. praat is a program for speech analysis and synthesis. 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. SEE ALSO
praat has an on-line documentation; just launch praat and look at the Help menu entry. For further information, see the Praat website (www.praat.org). A very good Beginner's Guide is available at http://www.ling.lu.se/persons/Sidney/praate/frames.html AUTHOR
This manual page was written by Rafael Laboissiere rafael@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. [FIXME: source] January 27, 2005 PRAAT(1)

Check Out this Related Man Page

LATEX-MK(1)							  [FIXME: manual]						       LATEX-MK(1)

NAME
latex-mk - automate compilation of LaTeX files. SYNOPSIS
latex-mk [options] DESCRIPTION
This manual page documents briefly the latex-mk commands. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the GNU Info format; see below. latex-mk is a wrapper script used by the LaTeX-Mk makefile system for LaTeX documents. Its purpose is to run LaTeX the appropriate number of times to resolve all references and page changes associated with resolving references. OPTIONS
A summary of options is included below. For a complete description, see the Info files. -h --help Show description of the script. --version Show version of program. -b --bibtex Force call to BibTeX. --clean Delete log file. --debug Enable debug mode. --ignore-errors Ignore errors. --pdflatex Use pdflatex instead of latex. --tex2page Use tex2page instead of latex. AUTHOR
This manual page was written by Rafael Laboissiere rafael@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. COPYRIGHT
Copyright (C) 2006 Rafael Laboissiere [FIXME: source] January 28, 2006 LATEX-MK(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Date command format

Hi, I need to convert a date format "August 12, 2013 9:40:00 PM CDT" in to DD/MM formant For example ..I am using ... date -d "January10, 2013 04:05:00 AM CST" +%m/%d which gives me... 01/10 However, when i'am using it against every month it is throwing errors on some months as... (3 Replies)
Discussion started by: Kevin Tivoli
3 Replies