mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.
This commit is contained in:
parent
e3d7e54b11
commit
e0035a212b
1 changed files with 6 additions and 6 deletions
|
@ -156,12 +156,6 @@ The module defines the following variables and functions:
|
|||
hardware, among others.
|
||||
|
||||
|
||||
.. function:: minmax(fragment, width)
|
||||
|
||||
Return a tuple consisting of the minimum and maximum values of all samples in
|
||||
the sound fragment.
|
||||
|
||||
|
||||
.. function:: max(fragment, width)
|
||||
|
||||
Return the maximum of the *absolute value* of all samples in a fragment.
|
||||
|
@ -172,6 +166,12 @@ The module defines the following variables and functions:
|
|||
Return the maximum peak-peak value in the sound fragment.
|
||||
|
||||
|
||||
.. function:: minmax(fragment, width)
|
||||
|
||||
Return a tuple consisting of the minimum and maximum values of all samples in
|
||||
the sound fragment.
|
||||
|
||||
|
||||
.. function:: mul(fragment, width, factor)
|
||||
|
||||
Return a fragment that has all samples in the original fragment multiplied by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue