导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.8.0a0 文档 »
  • Python 标准库 »
  • |

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 --- 读写 Sun AU 文件
    • AU_read Objects
    • AU_write Objects
  • wave --- 读写WAV格式文件
    • Wave_read对象
    • Wave_write 对象
  • 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

上一个主题

ipaddress --- IPv4/IPv6 manipulation library

下一个主题

audioop --- Manipulate raw audio data

本页

  • 提交 Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.8.0a0 文档 »
  • Python 标准库 »
  • |
© 版权所有 2001-2019, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。

最后更新于 2月 11, 2019. Found a bug?
使用Sphinx1.8.1 创建。