This document is for an old version of Python that is no longer supported. You should upgrade and read the Python documentation for the current stable release.

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • Python 2.7.18 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. audioop — Manipulate raw audio data
  • 21.2. imageop — Manipulate raw image data
  • 21.3. aifc — Read and write AIFF and AIFC files
  • 21.4. sunau — Read and write Sun AU files
    • 21.4.1. AU_read Objects
    • 21.4.2. AU_write Objects
  • 21.5. wave — Read and write WAV files
    • 21.5.1. Wave_read Objects
    • 21.5.2. Wave_write Objects
  • 21.6. chunk — Read IFF chunked data
  • 21.7. colorsys — Conversions between color systems
  • 21.8. imghdr — Determine the type of an image
  • 21.9. sndhdr — Determine type of sound file
  • 21.10. ossaudiodev — Access to OSS-compatible audio devices
    • 21.10.1. Audio Device Objects
    • 21.10.2. Mixer Device Objects

Previous topic

20.25. DocXMLRPCServer — Self-documenting XML-RPC server

Next topic

21.1. audioop — Manipulate raw audio data

This Page

  • Report a Bug
  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • Python 2.7.18 documentation »
  • The Python Standard Library »
© Copyright 1990-2025, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on Mar 12, 2025. Found a bug?
Created using Sphinx 1.6.5.