From 99e1bfad0944cd74b6746d0c2219c970cce7979b Mon Sep 17 00:00:00 2001 From: R David Murray Date: Fri, 7 Mar 2014 21:15:56 -0500 Subject: [PATCH] whatsnew: sunau supports 24 bit samples. --- Doc/whatsnew/3.4.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 042301f91b..884733d2af 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 --- -- 2.40.0