Make freesound compatible with python3
authorBoris Bobrov <breton@cynicmansion.ru>
Thu, 21 Jan 2016 22:36:27 +0000 (01:36 +0300)
committerBoris Bobrov <breton@cynicmansion.ru>
Thu, 21 Jan 2016 22:36:27 +0000 (01:36 +0300)
commit45aa5360d6d2c7ac87b0fcb0330164a8b87cdbdf
tree1ea6cda2f730eb2490405d6537ff56dd6a1b434e
parent525e851e17b826db2307cc5b4ebad1ee58fb9180
Make freesound compatible with python3

Freesound is a lib used for audio processing. Unfortunately, it doesn't
work with python3.

It lives in extlib, so we don't own the code. But, since the patch is
pretty trivial, it was decided to merge it anyway and propose the fix to
upstream. Which was done in https://github.com/MTG/freesound/pull/700 .
Also, a bugreport was opened to use upstream version instead of our
local, when it gets merged, ticket 5403.
extlib/freesound/audioprocessing.py