diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-19 18:10:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-19 18:10:46 (GMT) |
commit | eaea5e9107482d13099e51cc881325290c372fa4 (patch) | |
tree | d705c28ca3aea148fab739342fa3873ef40488d7 /Doc/whatsnew | |
parent | c679227e31245b0e8dec74a1f7cc77710541d985 (diff) | |
download | cpython-eaea5e9107482d13099e51cc881325290c372fa4.zip cpython-eaea5e9107482d13099e51cc881325290c372fa4.tar.gz cpython-eaea5e9107482d13099e51cc881325290c372fa4.tar.bz2 |
Issue #12866: The audioop module now supports 24-bit samples.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 38649cc..35f820e 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -197,6 +197,12 @@ The :meth:`~aifc.getparams` method now returns a namedtuple rather than a plain tuple. (Contributed by Claudiu Popa in :issue:`17818`.) +audioop +------- + +Added support for 24-bit samples (:issue:`12866`). + + codecs ------ |