mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +00:00
Add caveat on partial dependence on the "cl" module, only available on
IRIX systems.
This commit is contained in:
parent
9ea3e36419
commit
19a0dba342
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ format that includes the ability to compress the audio data.
|
||||||
\index{AIFF}
|
\index{AIFF}
|
||||||
\index{AIFF-C}
|
\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.
|
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
|
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
|
sound is sampled. The number of channels indicate if the audio is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue