summaryrefslogtreecommitdiffstats
path: root/Doc/library/sunau.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-10 19:02:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-10 19:02:53 (GMT)
commit81895f8ee327474b5a07a12e957b786510227b29 (patch)
tree7b2e5049c97e2f9f2521fce809b071f0a7980bc8 /Doc/library/sunau.rst
parenta49ccb205fa2f25bf3d09d8f99476942ec3d66fd (diff)
downloadcpython-81895f8ee327474b5a07a12e957b786510227b29.zip
cpython-81895f8ee327474b5a07a12e957b786510227b29.tar.gz
cpython-81895f8ee327474b5a07a12e957b786510227b29.tar.bz2
Issue #19261: Added support for writing 24-bit samples in the sunau module.
Diffstat (limited to 'Doc/library/sunau.rst')
-rw-r--r--Doc/library/sunau.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/sunau.rst b/Doc/library/sunau.rst
index eae710d..6455ed9 100644
--- a/Doc/library/sunau.rst
+++ b/Doc/library/sunau.rst
@@ -212,6 +212,9 @@ AU_write objects, as returned by :func:`.open` above, have the following methods
Set the sample width (in bytes.)
+ .. versionchanged:: 3.4
+ Added support for 24-bit samples.
+
.. method:: AU_write.setframerate(n)