Opened 5 years ago
Last modified 4 years ago
#5594 closed defect
Remove audio spectrograms — at Version 1
Reported by: | Ben Sturmfels | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.11.0 |
Component: | programming | Keywords: | |
Cc: | Fernando Gutierrez | Parent Tickets: |
Description (last modified by )
Audio spectrograms don't work with Python 3 due due to a Python 2-only depedency on audiolab. The Python 2 code us unfortunately rather fragile though, which often results in bad experiences for people setting up MediaGoblin as well as bug reports.
Given we'll soon be switching to Python 3-only, I propose we drop audio spectrograms entirely. This will result in a less attractive but more reliable system.
See also #5457 for background.