diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-10 19:02:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-10 19:02:53 (GMT) |
commit | 81895f8ee327474b5a07a12e957b786510227b29 (patch) | |
tree | 7b2e5049c97e2f9f2521fce809b071f0a7980bc8 /Doc/library/sunau.rst | |
parent | a49ccb205fa2f25bf3d09d8f99476942ec3d66fd (diff) | |
download | cpython-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.rst | 3 |
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) |