We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba42796 commit 5b79d60Copy full SHA for 5b79d60
Doc/library/aifc.rst
@@ -18,12 +18,6 @@ AIFF is Audio Interchange File Format, a format for storing digital audio
18
samples in a file. AIFF-C is a newer version of the format that includes the
19
ability to compress the audio data.
20
21
-.. note::
22
-
23
- Some operations may only work under IRIX; these will raise :exc:`ImportError`
24
- when attempting to import the :mod:`cl` module, which is only available on
25
- IRIX.
26
27
Audio files have a number of parameters that describe the audio data. The
28
sampling rate or frame rate is the number of times per second the sound is
29
sampled. The number of channels indicate if the audio is mono, stereo, or
0 commit comments