Matthias

Results 13 issues of Matthias

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 -...

help wanted
good first issue

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).

enhancement

If an utterance has no issuer an exception is thrown while converting. https://github.com/ynop/audiomate/blob/8ce371b816c02a401ce6d348c5c2d8de7566509a/audiomate/corpus/conversion/base.py#L56

bug

This issue is intended to store invalid utterances until they are incorporated into the code. SWC: ``` 00000394_0000000721_158260_159270 (Neugersdorf/audio.ogg 158.260 159.270) ```

The urls used in the code and documentation should be checked for availability (As done for the readme in #87) Places to check: * URLs in the CorpusDownloader classes *...

help wanted
good first issue

The names of readers/writers are only listed in the source-code. (The name that is needed in ```Corpus.load(..., reader=[name])```) A list should be available in the documentation. e.g. in the list...

enhancement
good first issue

Add methods to the Feature and Audio-Containers, to read either samples or frames for a given time range. Since frame-size/hop-size/sr (FC) or sr (AC) are stored in the container, the...

It would be nice to have the option to enable compression for containers. When creating a new container one could set a flag, if compression should be used.

``` import audiomate ``` The import takes some time. Check what causes this and probably only import some dependencies when needed.

enhancement

For the parameters of the TatoebaDownloader, a better description is neccessary for where to find, what values are accepted: https://github.com/ynop/audiomate/blob/14e932ce9c0b0bebb895d496cb6054521fc80ab1/audiomate/corpus/io/tatoeba.py#L26-L29

enhancement