From 19a0dba34211c4c97e23c5ca8220f4b377ffdf38 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 20 Jan 1999 16:26:09 +0000 Subject: [PATCH] Add caveat on partial dependence on the "cl" module, only available on IRIX systems. --- Doc/lib/libaifc.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/lib/libaifc.tex b/Doc/lib/libaifc.tex index 76ff871d82..3b34b4a7a7 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 -- 2.50.0