From: R David Murray Date: Sat, 8 Mar 2014 02:15:56 +0000 (-0500) Subject: whatsnew: sunau supports 24 bit samples. X-Git-Tag: v3.4.1rc1~233^2~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99e1bfad0944cd74b6746d0c2219c970cce7979b;p=thirdparty%2FPython%2Fcpython.git whatsnew: sunau supports 24 bit samples. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 042301f91b07..884733d2af62 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1265,6 +1265,10 @@ plain tuple. (Contributed by Claudiu Popa in :issue:`18901`.) called automatically at the end of the block. (Contributed by Serhiy Storchaka in :issue:`18878`.) +:meth:`.AU_write.setsampwidth` now supports 24 bit samples, thus adding +support for writing 24 sample using the module. (Contributed by +Serhiy Storchaka in :issue:`19261`.) + sys ---