Commit eea058b0 authored by Ezio Melotti's avatar Ezio Melotti

#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.

parent 67c563e2
......@@ -162,12 +162,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.
......@@ -178,6 +172,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment