Work around lack of scikits.audiolab support on Python 3.

This commit is contained in:
Ben Sturmfels
2019-09-12 19:58:32 +10:00
parent 8f18381bbc
commit 97dcfe3725
2 changed files with 29 additions and 1 deletions

View File

@@ -131,10 +131,13 @@ To install these on Debianoid systems, run::
not compile it with alsa support. Alsa support is not necessary for the GNU
MediaGoblin application.
Then install ``scikits.audiolab`` for the spectrograms::
If you're running Python 2, install ``scikits.audiolab`` for the spectrograms::
./bin/pip install scikits.audiolab
Audio spectrograms are currently not available on Python 3, since scikits.audiolab
does not provide Python 3 support.
Add ``[[mediagoblin.media_types.audio]]`` under the ``[plugins]`` section in your
``mediagoblin.ini`` and restart MediaGoblin.