projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d083c
)
whatsnew: sunau supports 24 bit samples.
author
R David Murray
<rdmurray@bitdance.com>
Sat, 8 Mar 2014 02:15:56 +0000
(21:15 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Sat, 8 Mar 2014 02:15:56 +0000
(21:15 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index 042301f91b072075a08c5ed7de6dac0f78cb1f67..884733d2af62ebc8d6d107f5117a8d3d0554b3e7 100644
(file)
--- 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
---