jpdiazpardo
commited on
Commit
•
c94bbeb
1
Parent(s):
1ee335b
Update README.md
Browse files
README.md
CHANGED
@@ -47,10 +47,11 @@ Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv pre
|
|
47 |
|
48 |
* `audio`: the trimmed audio file from the song.
|
49 |
* `scream_type`: the target variable for classification i.e. layered, lowfry, highfry, midfry, clean.
|
|
|
50 |
* `band_name`: the name of the artist performing the song.
|
51 |
* `album_name`: the name of the album where the song was released.
|
52 |
-
* `song_name`: the name of the song.
|
53 |
* `release_year`: the release year of the song.
|
|
|
54 |
* `timestamp_start`: the start time of the snippet from the full audio.
|
55 |
* `tiemstamp_end`: the end time of the snippet from the full audio.
|
56 |
* `sample_rate`: the sampling rate of the audio.
|
|
|
47 |
|
48 |
* `audio`: the trimmed audio file from the song.
|
49 |
* `scream_type`: the target variable for classification i.e. layered, lowfry, highfry, midfry, clean.
|
50 |
+
* `song_name`: the name of the song.
|
51 |
* `band_name`: the name of the artist performing the song.
|
52 |
* `album_name`: the name of the album where the song was released.
|
|
|
53 |
* `release_year`: the release year of the song.
|
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.
|