From 488f139e5249f930b14f312cc00b9fab12542cbc Mon Sep 17 00:00:00 2001 From: cangonin Date: Mon, 4 Nov 2024 13:19:47 +0100 Subject: [PATCH 1/2] Add GardenFiles23 dataset --- datasets_json/GardenFiles23.json | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 datasets_json/GardenFiles23.json diff --git a/datasets_json/GardenFiles23.json b/datasets_json/GardenFiles23.json new file mode 100644 index 0000000..1c323ac --- /dev/null +++ b/datasets_json/GardenFiles23.json @@ -0,0 +1,34 @@ +{ + "additionalDescription": "", + "annotationsType": "No annotations.", + "captureDevice": "Co-incident stereo microphone pair, weather station", + "continent": "Europe", + "countryCode": "NL", + "creators": [ + "Aki Härmä" + ], + "datePublished": "2024-10-01", + "description": "Short (3s) stereo audio files recorded in an urban backgarden based on a trigger. The data set contains close to million stereo audio files recorded in a garden over one year observation period. The data set also has detailed weather data from a weather station placed next to the recording setup. We have removed remove all files containing human speech and vocalizations from the data set.", + "labellingLevel": "Unlabelled", + "license": "CC-BY-4.0", + "lifeStage": "Snapshot of an on-going recording", + "locality": "A large back garden of approximately 80m2 with fruit trees and other vegetation", + "minAndMaxRecordingDuration": "3 - 3", + "name": "GardenFiles23", + "numAnnotations": 0, + "numAudioFiles": "830000", + "numClasses": "", + "numSpecies": "", + "paperLink": "https://eurasip.org/Proceedings/Eusipco/Eusipco2024/pdfs/0001262.pdf", + "physicalSetting": "Natural", + "provider": "Maastricht University", + "recordingPeriod": "2023-08-15 to 2024-08-31", + "recordingType": "Clips", + "sampleRate": 48000, + "sizeInGb": "300", + "taxonomicClass": "", + "title": "GardenFiles23", + "totalDuration": "700", + "url": "https://doi.org/10.34894/HPLUCH", + "version": "1.0" +} \ No newline at end of file From ef661ceaf99ddcc206916c39f2d3054bc218cc22 Mon Sep 17 00:00:00 2001 From: cangonin Date: Mon, 4 Nov 2024 13:23:36 +0100 Subject: [PATCH 2/2] str -> int --- datasets_json/GardenFiles23.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datasets_json/GardenFiles23.json b/datasets_json/GardenFiles23.json index 1c323ac..8719eba 100644 --- a/datasets_json/GardenFiles23.json +++ b/datasets_json/GardenFiles23.json @@ -25,10 +25,10 @@ "recordingPeriod": "2023-08-15 to 2024-08-31", "recordingType": "Clips", "sampleRate": 48000, - "sizeInGb": "300", + "sizeInGb": 300, "taxonomicClass": "", "title": "GardenFiles23", - "totalDuration": "700", + "totalDuration": 700, "url": "https://doi.org/10.34894/HPLUCH", "version": "1.0" } \ No newline at end of file