jpdiazpardo
commited on
Commit
•
ccdc4b5
1
Parent(s):
511f595
Update README.md
Browse files
README.md
CHANGED
@@ -43,4 +43,9 @@ Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv pre
|
|
43 |
* `band_name`: the name of the artist performing the song.
|
44 |
* `album_name`: the name of the album where the song was released.
|
45 |
* `song_name`: the name of the song.
|
|
|
|
|
|
|
|
|
|
|
46 |
|
|
|
43 |
* `band_name`: the name of the artist performing the song.
|
44 |
* `album_name`: the name of the album where the song was released.
|
45 |
* `song_name`: the name of the song.
|
46 |
+
* `release_year`: the release year of the song.
|
47 |
+
* `timestamp_start`: the start time of the snippet from the full audio.
|
48 |
+
* `tiemstamp_end`: the end time of the snippet from the full audio.
|
49 |
+
* `sample_rate`: the sampling rate of the audio.
|
50 |
+
|
51 |
|