audiomate
audiomate copied to clipboard
Python library for handling audio datasets.
This PR deprecates Python 3.6, since this version has reached EOL (see link in changelog). Python 3.9 and 3.10 are now supported versions. All dependencies are upgraded to versions between...
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
bug with numpy-version
The reported.tsv contains invalid data, too. It cannot be processed.
The download URL in `swc.py` is not valid anymore. The new server location does not support a HTTP head request. This patch is taking the file size from the previous...
If server close connection, you dont have a "response code" and fail into a Exception. Proof's: `/usr/local/lib/python3.6/dist-packages/librosa/util/decorators.py:9: NumbaDeprecationWarning: An import was requested from a module that has moved location. Import...
Just a list to collect available audio datasets. Collections - http://www.audiocontentanalysis.org/data-sets/ - https://github.com/JRMeyer/open-speech-corpora - http://www.openslr.org/resources.php - https://github.com/jim-schwoebel/voice_datasets Varia: - [ ] AVA Speech (http://research.google.com/ava/download.html#ava_speech_download) Environmental Sounds: - [x] https://github.com/karoldvl/ESC-50 -...
Give the package name __audio__mate (instead of speechmate ;-)), it would be great if also music datasets could be included here. As many of the music sets were already listed...
When downloading corpora from versioned data stores, I would expect to take into account a tag or specific hash of that dataset. That way users are sure if a specific...
The user should be able to get detailed information about a long-running task (e.g. batch audio conversion). Might be combined with the existing progress logging (#115).