diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-13 22:22:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-13 22:22:36 (GMT) |
commit | b666c15c4a211965016059feb08739e2786da30e (patch) | |
tree | 337ae6ebc4dec1cdc6b82d8c2cb35c1364da92cf | |
parent | 6e99adb1c98353835e92c6161b82b7746154a6f0 (diff) | |
download | cpython-b666c15c4a211965016059feb08739e2786da30e.zip cpython-b666c15c4a211965016059feb08739e2786da30e.tar.gz cpython-b666c15c4a211965016059feb08739e2786da30e.tar.bz2 |
Normalization of markup.
-rw-r--r-- | Doc/lib/libaifc.tex | 22 | ||||
-rw-r--r-- | Doc/libaifc.tex | 22 |
2 files changed, 22 insertions, 22 deletions
diff --git a/Doc/lib/libaifc.tex b/Doc/lib/libaifc.tex index 19af8f3..34df720 100644 --- a/Doc/lib/libaifc.tex +++ b/Doc/lib/libaifc.tex @@ -113,19 +113,19 @@ writing have all the above methods, except for \code{readframes} and \code{setpos}. In addition the following methods exist. The \code{get} methods can only be called after the corresponding \code{set} methods have been called. Before the first -\code{writeframes} or \code{writeframesraw}, all parameters except for -the number of frames must be filled in. +\code{writeframes()} or \code{writeframesraw()}, all parameters except +for the number of frames must be filled in. \begin{funcdesc}{aiff}{} Create an AIFF file. The default is that an AIFF-C file is created, -unless the name of the file ends in '.aiff' in which case the default -is an AIFF file. +unless the name of the file ends in \code{'.aiff'} in which case the +default is an AIFF file. \end{funcdesc} \begin{funcdesc}{aifc}{} Create an AIFF-C file. The default is that an AIFF-C file is created, -unless the name of the file ends in '.aiff' in which case the default -is an AIFF file. +unless the name of the file ends in \code{'.aiff'} in which case the +default is an AIFF file. \end{funcdesc} \begin{funcdesc}{setnchannels}{nchannels} @@ -158,19 +158,19 @@ NONE, ULAW, ALAW, G722. \begin{funcdesc}{setparams}{nchannels\, sampwidth\, framerate\, comptype\, compname} Set all the above parameters at once. The argument is a tuple consisting of the various parameters. This means that it is possible -to use the result of a \code{getparams} call as argument to -\code{setparams}. +to use the result of a \code{getparams()} call as argument to +\code{setparams()}. \end{funcdesc} \begin{funcdesc}{setmark}{id\, pos\, name} Add a mark with the given id (larger than 0), and the given name at the given position. This method can be called at any time before -\code{close}. +\code{close()}. \end{funcdesc} \begin{funcdesc}{tell}{} Return the current write position in the output file. Useful in -combination with \code{setmark}. +combination with \code{setmark()}. \end{funcdesc} \begin{funcdesc}{writeframes}{data} @@ -179,7 +179,7 @@ the audio file parameters have been set. \end{funcdesc} \begin{funcdesc}{writeframesraw}{data} -Like \code{writeframes}, except that the header of the audio file is +Like \code{writeframes()}, except that the header of the audio file is not updated. \end{funcdesc} diff --git a/Doc/libaifc.tex b/Doc/libaifc.tex index 19af8f3..34df720 100644 --- a/Doc/libaifc.tex +++ b/Doc/libaifc.tex @@ -113,19 +113,19 @@ writing have all the above methods, except for \code{readframes} and \code{setpos}. In addition the following methods exist. The \code{get} methods can only be called after the corresponding \code{set} methods have been called. Before the first -\code{writeframes} or \code{writeframesraw}, all parameters except for -the number of frames must be filled in. +\code{writeframes()} or \code{writeframesraw()}, all parameters except +for the number of frames must be filled in. \begin{funcdesc}{aiff}{} Create an AIFF file. The default is that an AIFF-C file is created, -unless the name of the file ends in '.aiff' in which case the default -is an AIFF file. +unless the name of the file ends in \code{'.aiff'} in which case the +default is an AIFF file. \end{funcdesc} \begin{funcdesc}{aifc}{} Create an AIFF-C file. The default is that an AIFF-C file is created, -unless the name of the file ends in '.aiff' in which case the default -is an AIFF file. +unless the name of the file ends in \code{'.aiff'} in which case the +default is an AIFF file. \end{funcdesc} \begin{funcdesc}{setnchannels}{nchannels} @@ -158,19 +158,19 @@ NONE, ULAW, ALAW, G722. \begin{funcdesc}{setparams}{nchannels\, sampwidth\, framerate\, comptype\, compname} Set all the above parameters at once. The argument is a tuple consisting of the various parameters. This means that it is possible -to use the result of a \code{getparams} call as argument to -\code{setparams}. +to use the result of a \code{getparams()} call as argument to +\code{setparams()}. \end{funcdesc} \begin{funcdesc}{setmark}{id\, pos\, name} Add a mark with the given id (larger than 0), and the given name at the given position. This method can be called at any time before -\code{close}. +\code{close()}. \end{funcdesc} \begin{funcdesc}{tell}{} Return the current write position in the output file. Useful in -combination with \code{setmark}. +combination with \code{setmark()}. \end{funcdesc} \begin{funcdesc}{writeframes}{data} @@ -179,7 +179,7 @@ the audio file parameters have been set. \end{funcdesc} \begin{funcdesc}{writeframesraw}{data} -Like \code{writeframes}, except that the header of the audio file is +Like \code{writeframes()}, except that the header of the audio file is not updated. \end{funcdesc} |