mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #12866: The audioop module now supports 24-bit samples.
This commit is contained in:
parent
c679227e31
commit
eaea5e9107
5 changed files with 252 additions and 258 deletions
|
@ -197,6 +197,12 @@ The :meth:`~aifc.getparams` method now returns a namedtuple rather than a
|
|||
plain tuple. (Contributed by Claudiu Popa in :issue:`17818`.)
|
||||
|
||||
|
||||
audioop
|
||||
-------
|
||||
|
||||
Added support for 24-bit samples (:issue:`12866`).
|
||||
|
||||
|
||||
codecs
|
||||
------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue