The sunaudio module

This module identifies Sun AU audio files, and extracts basic information about the file contents. The sunau module provides more complete support for Sun AU files.

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

import sunaudio

file = "samples/sample.au"

print sunaudio.gethdr(open(file, "rb"))

(6761, 1, 8012, 1, 'sample.au')
 

[comment on/vote for this article]

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