Lines Matching refs:wave
1 :mod:`wave` --- Read and write WAV files
4 .. module:: wave
10 **Source code:** :source:`Lib/wave.py`
14 The :mod:`wave` module provides a convenient interface to the WAV sound format.
17 The :mod:`wave` module defines the following function and exception:
38 If you pass in a file-like object, the wave object will not close it when its
44 <wave.Wave_read.close>` or :meth:`Wave_write.close()
45 <wave.Wave_write.close()>` method is called.
66 Close the stream if it was opened by :mod:`wave`, and make the instance
149 For seekable output streams, the ``wave`` header will automatically be updated
170 :mod:`wave`. This method is called upon object collection. It will raise
241 :exc:`wave.Error`.