Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinstate audio spectrograms on Python 3 [#5610]. | Fernando Gutierrez | 2021-03-03 | 1 | -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 installed | Christopher Allan Webber | 2015-02-21 | 1 | -0/+1 |
| | |||||
* | added tests skipping if there is no proper gstreamer | Boris Bobrov | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | Port of audio to GStreamer 1.0 | Boris Bobrov | 2015-02-16 | 1 | -0/+104 |
Includes: - transcoders - thumbs - tests |