Python Standard Library

Table of Contents

  • Ch 01 - 10
  • Ch 11 - 20
  • Ch 21 - 30
  • Ch 31 - 37
  • api
    • 06 Built-in Exceptions
    • 07 String Services
    • 08 Data Types
    • 09 Numeric and Mathematical Methods
    • 10 File and Directory Access
    • 11 Data Persistence
    • 12 Data Compression and Archiving
    • 13 File Formats
    • 14 Cryptographic Services
    • 15 Generic Operating System Services
    • 16 Optional Operating System Services
    • 17 Interprocess Communication and Networking
    • 18 Internet Data Handling
    • 19 Structured Markup Processing Tools
    • 20 Internet Protocols and Support
    • 21 Multimedia Services
      • audioop
        • Functions
          • audioop.add()
          • audioop.adpcm2lin()
          • audioop.alaw2lin()
          • audioop.avg()
          • audioop.avgpp()
          • audioop.bias()
          • audioop.cross()
          • audioop.findfactor()
          • audioop.findfit()
          • audioop.findmax()
          • audioop.getsample()
          • audioop.lin2adpcm()
          • audioop.lin2alaw()
          • audioop.lin2lin()
          • audioop.lin2ulaw()
          • audioop.max()
          • audioop.maxpp()
          • audioop.minmax()
          • audioop.mul()
          • audioop.ratecv()
          • audioop.reverse()
          • audioop.rms()
          • audioop.tomono()
          • audioop.tostereo()
          • audioop.ulaw2lin()
        • Exceptions
          • audioop.error
      • aifc
      • sunau
      • wave
      • chunk
      • colorsys
      • imghdr
      • sndhdr
      • ossaudiodev
    • 22 Internationalization
    • 23 Program Frameworks
    • 24 Graphical User Interfaces with Tk
    • 25 Development Tools
    • 26 Debugging and Profiling
    • 27 Software Packaging and Distribution
    • 28 Python Runtime Services
    • 29 Custom Python Interpreters
    • 30 Restricted Execution
    • 31 Importing Modules
    • 32 Python Language Services
    • 33 (depr) Python compiler package
    • 34 Miscellaneous Services
    • 35 MS Windows Specific Services
    • 36. Unix Specific Services
    • 37 Mac OS X specific services
Python Standard Library
  • Docs »
  • api »
  • audioop
  • View page source

audioop¶

Functions¶

add
adpcm2lin
alaw2lin
avg
avgpp
bias
cross
findfactor
findfit
findmax
getsample
lin2adpcm
lin2alaw
lin2lin
lin2ulaw
max
maxpp
minmax
mul
ratecv
reverse
rms
tomono
tostereo
ulaw2lin

Exceptions¶

error
Next Previous

© Copyright 2016.

Built with Sphinx using a theme provided by Read the Docs.