whatsnew: give Serhiy credit for audioop 24-bit sample support.

This commit is contained in:
R David Murray 2014-02-28 13:30:27 -05:00
parent 0bec63e67d
commit 8ab50214bd
1 changed files with 2 additions and 1 deletions

View File

@ -547,7 +547,8 @@ by Lucas Maystre in :issue:`11175`.)
audioop
-------
Added support for 24-bit samples (:issue:`12866`).
The module now supports 24-bit samples. (Contributed by Serhiy Storchaka
in :issue:`12866`.)
Added the :func:`~audioop.byteswap` function to convert big-endian samples
to little-endian and vice versa (:issue:`19641`).