diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-20 16:26:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-20 16:26:09 (GMT) |
commit | 19a0dba34211c4c97e23c5ca8220f4b377ffdf38 (patch) | |
tree | bf2290a50a9af85eeb8c61299648f3635d9302c8 /Doc/lib/libaifc.tex | |
parent | 9ea3e364193bb9ab9145858b19c9960f3e6d77a2 (diff) | |
download | cpython-19a0dba34211c4c97e23c5ca8220f4b377ffdf38.zip cpython-19a0dba34211c4c97e23c5ca8220f4b377ffdf38.tar.gz cpython-19a0dba34211c4c97e23c5ca8220f4b377ffdf38.tar.bz2 |
Add caveat on partial dependence on the "cl" module, only available on
IRIX systems.
Diffstat (limited to 'Doc/lib/libaifc.tex')
-rw-r--r-- | Doc/lib/libaifc.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libaifc.tex b/Doc/lib/libaifc.tex index 76ff871..3b34b4a 100644 --- a/Doc/lib/libaifc.tex +++ b/Doc/lib/libaifc.tex @@ -13,6 +13,10 @@ format that includes the ability to compress the audio data. \index{AIFF} \index{AIFF-C} +\strong{Caveat:} Some operations may only work under IRIX; these will +raise \exception{ImportError} when attempting to import the +\module{cl} module, which is only available on IRIX. + Audio files have a number of parameters that describe the audio data. The sampling rate or frame rate is the number of times per second the sound is sampled. The number of channels indicate if the audio is |