The sunau module

This module reads and writes Sun AU audio files.

Example: Using the sunau module
# File: sunau-example-1.py

import sunau

w = sunau.open("samples/sample.au", "r")

if w.getnchannels() == 1:
    print "mono,",
else:
    print "stereo,",

print w.getsampwidth()*8, "bits,",
print w.getframerate(), "Hz sampling rate"

mono, 16 bits, 8012 Hz sampling rate
 

[comment on/vote for this article]

A Django site. this page was rendered by a django application in 0.00s 2012-05-25 19:08:41.231802. hosted by webfaction.