jpdiazpardo
commited on
Commit
•
ecf6f3c
1
Parent(s):
c94bbeb
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,7 @@ This dataset contains the processed dataset used in the paper "Scream Detection
|
|
42 |
|
43 |
Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv preprint arXiv:2205.05580.
|
44 |
|
|
|
45 |
|
46 |
### Data Fields
|
47 |
|
@@ -54,4 +55,16 @@ Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv pre
|
|
54 |
* `video_id`: the Youtube vide id.
|
55 |
* `timestamp_start`: the start time of the snippet from the full audio.
|
56 |
* `tiemstamp_end`: the end time of the snippet from the full audio.
|
57 |
-
* `sample_rate`: the sampling rate of the audio.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv preprint arXiv:2205.05580.
|
44 |
|
45 |
+
**Paper:** [Scream Detection inHeavy Metal Music](https://arxiv.org/pdf/2205.05580.pdf)
|
46 |
|
47 |
### Data Fields
|
48 |
|
|
|
55 |
* `video_id`: the Youtube vide id.
|
56 |
* `timestamp_start`: the start time of the snippet from the full audio.
|
57 |
* `tiemstamp_end`: the end time of the snippet from the full audio.
|
58 |
+
* `sample_rate`: the sampling rate of the audio.
|
59 |
+
|
60 |
+
### Licensing Information
|
61 |
+
|
62 |
+
MIT License
|
63 |
+
|
64 |
+
Copyright (c) 2022 Vedant Kalbag
|
65 |
+
|
66 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
67 |
+
|
68 |
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
69 |
+
|
70 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|