Navigation

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

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:

  • audioop — Manipulate raw audio data
  • aifc — Read and write AIFF and AIFC files
  • sunau — Read and write Sun AU files
    • AU_read Objects
    • AU_write Objects
  • wave — Read and write WAV files
    • Wave_read Objects
    • Wave_write Objects
  • chunk — Read IFF chunked data
  • colorsys — Conversions between color systems
  • imghdr — Determine the type of an image
  • sndhdr — Determine type of sound file
  • ossaudiodev — Access to OSS-compatible audio devices
    • Audio Device Objects
    • Mixer Device Objects

Previous topic

ipaddress — IPv4/IPv6 manipulation library

Next topic

audioop — Manipulate raw audio data

This Page

  • Report a Bug
  • Show Source

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • 3.9.5 Documentation »
  • The Python Standard Library »
  • |
© Copyright 2001-2021, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.

Last updated on May 13, 2021. Found a bug?
Created using Sphinx 2.4.4.