Files
cpython/Lib/test
Serhiy Storchaka 7611d9a8cf Issue #16686: Fixed a lot of bugs in audioop module.
* avgpp() and maxpp() no more crash on empty and 1-samples input fragment. They now work when peak-peak values are greater INT_MAX.
* ratecv() no more crashes on empty input fragment.
* Fixed an integer overflow in ratecv().
* Fixed an integer overflow in add() and bias() for 32-bit samples.
* reverse(), lin2lin() and ratecv() no more lose precision for 32-bit samples.
* max() and rms() no more returns negative result for 32-bit sample -0x80000000.
* minmax() now returns correct max value for 32-bit sample -0x80000000.
* avg(), mul(), tomono() and tostereo() now round negative result down and can return 32-bit sample -0x80000000.
* add() now can return 32-bit sample -0x80000000.
2013-02-09 11:13:46 +02:00
..
2012-11-05 21:32:11 +10:00
2013-02-03 16:16:44 -05:00
2013-01-10 06:06:31 +02:00
2012-11-06 23:27:24 +01:00
2013-01-17 23:08:26 +01:00
2013-01-23 03:00:26 -08:00
2012-10-30 20:20:09 -04:00
2012-10-31 14:09:11 -04:00
2013-01-10 03:29:45 +02:00
2012-11-18 23:16:02 +02:00
2013-01-17 15:34:50 +01:00
2013-02-02 15:13:45 -08:00
2013-01-10 03:29:45 +02:00
2012-11-04 11:47:47 +00:00
2013-01-11 08:43:53 +02:00
2012-10-12 12:04:32 -04:00
2013-02-02 12:17:30 +02:00
2013-01-18 00:10:37 -05:00
2013-01-17 23:36:08 +01:00
2012-10-12 11:44:19 -04:00
2012-11-03 17:46:51 +02:00
2012-11-14 15:49:55 -05:00
2012-10-15 22:29:02 -04:00