Source | Collecting Method |
---|---|
BBC website | 1.Scrape from the BBC website and get the metadata 2. Download according to URLs provided in the metadata file, using a downloading script |
You may refer to freesonud_preprocess.py for all the details.
{
"text": "Busy French Village Street, atmosphere with cars, horns, occasional quiet periods"
}
text entry
We take the title of the sound effect as the text entry, with class names removed (e.g. here we remove the class name "French-Traffic").tag entry
No such entry for this datasetoriginal_data entry
No such entry for this dataset
- Discard all audios failed to be read by
soundfile.read()
method or denied by FFmpeg while processing.
After the preprocessing work, all audio files should be in FLAC format with sampling rate of 48KHZ. (Processed by ffmpeg).