aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_audio.py
Commit message (Collapse)AuthorAgeFilesLines
* Reinstate audio spectrograms on Python 3 [#5610].Fernando Gutierrez2021-03-031-1/+0
| | | | | | | | 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>
* Skip audio tests if scikits.audiolab not installedChristopher Allan Webber2015-02-211-0/+1
|
* added tests skipping if there is no proper gstreamerBoris Bobrov2015-02-161-1/+1
|
* Port of audio to GStreamer 1.0Boris Bobrov2015-02-161-0/+104
Includes: - transcoders - thumbs - tests