Reinstate audio spectrograms on Python 3 [#5610].

The `audiotospectrogram` module is a complete rewrite of the existing spectrogram
code with support for Python 3. This allows us to drop the bundled `freesound`
library and Python 2-only `audioprocessing` and `spectrogram` modules.

Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
This commit is contained in:
Fernando Gutierrez
2021-03-03 22:16:37 +11:00
committed by Ben Sturmfels
parent 83429a8658
commit c2e93da0ce
11 changed files with 311 additions and 1042 deletions

View File

@@ -43,6 +43,7 @@ which
# gstreamer1.0-plugins-good \
# gstreamer1.0-plugins-ugly \
# python3-gst-1.0 \
# python3-numpy
# RUN apt-get install -y \
# gir1.2-gst-plugins-base-1.0 \