diff options
Diffstat (limited to 'Doc/library/wave.rst')
| -rw-r--r-- | Doc/library/wave.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/library/wave.rst b/Doc/library/wave.rst index 6cfa1a4..afafb45 100644 --- a/Doc/library/wave.rst +++ b/Doc/library/wave.rst @@ -6,6 +6,10 @@ .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> .. Documentations stolen from comments in file. +**Source code:** :source:`Lib/wave.py` + +-------------- + The :mod:`wave` module provides a convenient interface to the WAV sound format. It does not support compression/decompression, but it does support mono/stereo. @@ -162,6 +166,10 @@ Wave_write objects, as returned by :func:`.open`, have the following methods: Set the frame rate to *n*. + .. versionchanged:: 3.2 + A non-integral input to this method is rounded to the nearest + integer. + .. method:: Wave_write.setnframes(n) |
