soundata 0.1.0rc1
pip install soundata==0.1.0rc1
Released:
Python library for loading and working with sound datasets.
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD-3-Clause)
- Tags sound , dataset , loader , audio
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
soundata
Common loaders for sound datasets. Find the API documentation here. Inspired by and based on mirdata. (https://github.com/soundata/soundata)
This library provides tools for working with common sound datasets, including tools for:
- Downloading datasets to a common location and format
- Validating that the files for a dataset are all present
- Loading annotation files to a common format
- Parsing clip-level metadata for detailed evaluations
Installation
To install, simply run:
pip install soundata
Quick example
import soundata
urbansound8k = soundata.initialize('urbansound8k')
urbansound8k.download() # download the dataset
urbansound8k.validate() # validate that all the expected files are there
example_clip = urbansound8k.choice_clip() # choose a random example clip
print(example_clip) # see the available data
See the documentation for more examples and the API reference.
Currently supported datasets
- UrbanSound8K
- ESC-50
- More added soon!
For the complete list of supported datasets, see the documentation
Citing
TODO
paper
bibtex
When working with datasets, please cite the version of soundata
that you are using (given by the DOI
above) AND include the reference of the dataset,
which can be found in the respective dataset loader using the cite()
method.
Contributing a new dataset loader
We welcome contributions to this library, especially new datasets. Please see contributing for guidelines.
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD-3-Clause)
- Tags sound , dataset , loader , audio
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters https://pypi.org/project/soundata/0.1.0rc1/#files
Showing 1 of 1 file.
File details
Details for the file soundata-0.1.0rc1.tar.gz
.
File metadata
- Download URL: soundata-0.1.0rc1.tar.gz
- Upload date:
- Size: 296.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
728eb663e40a9172e86f9eb753eabe96c31baab3eb789efc56619154bf43a51c
|
|
MD5 |
6b1390557516f13d83ed1d6f1da41f0a
|
|
BLAKE2b-256 |
3e21258d6e3d3863bb9c1471eeb3ea5fa91f823b3312280571c59f77ed3530f1
|
File details
Details for the file soundata-0.1.0rc1-py2.py3-none-any.whl
.
File metadata
- Download URL: soundata-0.1.0rc1-py2.py3-none-any.whl
- Upload date:
- Size: 310.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d5133b351f17e08c2a736c52172dcc3b840e82c6cf92d30211875a2dc9845114
|
|
MD5 |
865717625bbcccbc3ec3fcf745ba3e72
|
|
BLAKE2b-256 |
c958c97f1cc24e152eefc16389ee2874650426aaacaf923070540465f5fd45cc
|