| ★ wanayoo — archive 1999 http://www.python.org/doc/current/lib/module-wave.html | Nouvelle recherche | Portail wanayoo |
The wave module provides a convenient interface to the WAV sound format. It does not support compression/decompression, but it does support mono/stereo.
The wave module defines the following function and exception:
'r', 'rb'
'w', 'wb'
A mode of 'r' or 'rb' returns a Wave_read
object, while a mode of 'w' or 'wb' returns
a Wave_write object.