[Python-checkins] cpython: whatsnew: sunau supports 24 bit samples.

r.david.murray python-checkins at python.org
Sat Mar 8 03:38:25 CET 2014


http://hg.python.org/cpython/rev/12fb14bcde41
changeset:   89504:12fb14bcde41
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Mar 07 21:15:56 2014 -0500
summary:
  whatsnew: sunau supports 24 bit samples.

files:
  Doc/whatsnew/3.4.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1265,6 +1265,10 @@
 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
 ---

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list