rest25/library/aifc.rst => rest262/library/aifc.rst
11   single: AIFF
12   single: AIFF-C
13
14This module provides support for reading and writing AIFF and AIFF-C files.
15AIFF is Audio Interchange File Format, a format for storing digital audio
16samples in a file.  AIFF-C is a newer version of the format that includes the
17ability to compress the audio data.
18
t19+.. warning::
20+ 
19-**Caveat:**  Some operations may only work under IRIX; these will raise
21+   Some operations may only work under IRIX; these will raise :exc:`ImportError`
20-:exc:`ImportError` when attempting to import the :mod:`cl` module, which is only
22+   when attempting to import the :mod:`cl` module, which is only available on IRIX.
21-available on IRIX.
22
23Audio files have a number of parameters that describe the audio data. The
24sampling rate or frame rate is the number of times per second the sound is
25sampled.  The number of channels indicate if the audio is mono, stereo, or
26quadro.  Each frame consists of one sample per channel.  The sample size is the
27size in bytes of each sample.  Thus a frame consists of
28*nchannels*\**samplesize* bytes, and a second's worth of audio consists of
29*nchannels*\**samplesize*\**framerate* bytes.
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op