audioop.add(fragment1, fragment2, width)
Return a fragment which is the addition of the two samples passed as parameters. width is the sample width in bytes, either 1
, 2
, 3
or 4
. Both fragments should have the same length. Samples are truncated in case of overflow.
Please login to continue.