forked from CrowdCurio/audio-annotator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_data.json
19 lines (19 loc) · 1.12 KB
/
sample_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"task": {
"feedback": "none",
"visualization": "spectrogram",
"proximityTag": ["near", "far", "not sure"],
"annotationTag": ["horn honking", "dog barking", "knocking", "whistle", "engine idling", "jackhammer drilling", "music playing", "people talking", "single footstep", "siren wailing", "gun shooting", "industrial HVAC", "people shouting", "engine passing"],
"url": "/static/wav/spectrogram_demo_doorknock_mono.wav",
"tutorialVideoURL":"https://www.youtube.com/embed/Bg8-83heFRM",
"alwaysShowTags": true,
"instructions": [
"Highlight & Label Each Sound",
"1. Familiarize yourself with the list of sound labels under the audio recording.",
"2. Click the play button and listen to the recording.",
"3. For each sound event that you hear click and drag on the visualization to create a new annotation.",
"4. When creating a new annotation be as precise as possible.",
"5. Select the appropriate label and indicate whether the sound is near or far."
]
}
}