Opened 10 years ago
Closed 10 years ago
#5333 closed enhancement (fixed)
Upgrade extlib/freesound/audioprocessing.py
| Reported by: | berkerpeksag | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | programming | Keywords: | python3 |
| Cc: | berkerpeksag | Parent Tickets: | 5017 |
Description
Currently, it doesn't support Python 3. I would update the code myself, but since it's a third-party dependency (e.g. in extlib/) I prefer to upgrade to a newer version.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
I submitted pull request to the upstream project: https://github.com/MTG/freesound/pull/700 .
comment:3 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in 525e851 and 45aa5360d6d2c7ac87b0fcb0330164a8b87cdbdf. Please see #5403.

Where is the upstream?
I found this on Github:
https://github.com/MTG/freesound/blob/master/utils/audioprocessing/processing.py
And it haven't changed so far.