Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/aifc.rst

    r2 r391  
    1010   single: AIFF
    1111   single: AIFF-C
     12
     13**Source code:** :source:`Lib/aifc.py`
     14
     15--------------
    1216
    1317This module provides support for reading and writing AIFF and AIFF-C files.
     
    2731quadro.  Each frame consists of one sample per channel.  The sample size is the
    2832size in bytes of each sample.  Thus a frame consists of
    29 *nchannels*\**samplesize* bytes, and a second's worth of audio consists of
    30 *nchannels*\**samplesize*\**framerate* bytes.
     33*nchannels*\*\ *samplesize* bytes, and a second's worth of audio consists of
     34*nchannels*\*\ *samplesize*\*\ *framerate* bytes.
    3135
    3236For example, CD quality audio has a sample size of two bytes (16 bits), uses two
Note: See TracChangeset for help on using the changeset viewer.