Navigation

  • index
  • modules |
  • next |
  • previous |
  • Editorial Documentation »
  • The Python Standard Library »

21. Multimedia Services¶

The modules described in this chapter implement various algorithms or interfaces that are mainly useful for multimedia applications. They are available at the discretion of the installation. Here’s an overview:

  • 21.1. aifc — Read and write AIFF and AIFC files
  • 21.2. sunau — Read and write Sun AU files
    • 21.2.1. AU_read Objects
    • 21.2.2. AU_write Objects
  • 21.3. wave — Read and write WAV files
    • 21.3.1. Wave_read Objects
    • 21.3.2. Wave_write Objects
  • 21.4. chunk — Read IFF chunked data
  • 21.5. colorsys — Conversions between color systems
  • 21.6. imghdr — Determine the type of an image
  • 21.7. sndhdr — Determine type of sound file
© Copyright 1990-2015, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on May 28, 2015. Found a bug?
Created using Sphinx 1.0.7.