Logo

Previous topic

ipaddress — IPv4/IPv6 manipulation library

Next topic

wave — Read and write WAV files

This Page

  • Report a Bug
  • Show Source
Deploys by Netlify
This is a deploy preview created from a pull request. For authoritative documentation, see the the current stable release.

Navigation

  • index
  • modules |
  • next |
  • previous |
  • python logo
  • Python »
  • 3.12.0a7 Documentation »
  • The Python Standard Library »
  • Multimedia Services
  • |
  • |

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:

  • wave — Read and write WAV files
    • open()
    • Error
    • Wave_read Objects
      • Wave_read.close()
      • Wave_read.getnchannels()
      • Wave_read.getsampwidth()
      • Wave_read.getframerate()
      • Wave_read.getnframes()
      • Wave_read.getcomptype()
      • Wave_read.getcompname()
      • Wave_read.getparams()
      • Wave_read.readframes()
      • Wave_read.rewind()
      • Wave_read.getmarkers()
      • Wave_read.getmark()
      • Wave_read.setpos()
      • Wave_read.tell()
    • Wave_write Objects
      • Wave_write.close()
      • Wave_write.setnchannels()
      • Wave_write.setsampwidth()
      • Wave_write.setframerate()
      • Wave_write.setnframes()
      • Wave_write.setcomptype()
      • Wave_write.setparams()
      • Wave_write.tell()
      • Wave_write.writeframesraw()
      • Wave_write.writeframes()
  • colorsys — Conversions between color systems
    • rgb_to_yiq()
    • yiq_to_rgb()
    • rgb_to_hls()
    • hls_to_rgb()
    • rgb_to_hsv()
    • hsv_to_rgb()

Previous topic

ipaddress — IPv4/IPv6 manipulation library

Next topic

wave — Read and write WAV files

This Page

  • Report a Bug
  • Show Source
«

Navigation

  • index
  • modules |
  • next |
  • previous |
  • python logo
  • Python »
  • 3.12.0a7 Documentation »
  • The Python Standard Library »
  • Multimedia Services
  • |
  • |
© Copyright 2001-2023, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

Last updated on Apr 26, 2023. Found a bug?
Created using Sphinx 6.1.3.