Update README.md
Browse files
README.md
CHANGED
|
@@ -80,7 +80,7 @@ and a complementary paper (work in progress): https://arxiv.org/abs/2403.10380
|
|
| 80 |
|
| 81 |
| | format | description |
|
| 82 |
|------------------------|-------------------------------------------------------:|-------------------------:|
|
| 83 |
-
| audio | Audio(sampling_rate=32_000, mono=True, decode=
|
| 84 |
| filepath | Value("string") | relative path where the recording is stored |
|
| 85 |
| start_time | Value("float64") | only testdata: start time of a vocalization in s |
|
| 86 |
| end_time | Value("float64") | only testdata: end time of a vocalzation in s |
|
|
|
|
| 80 |
|
| 81 |
| | format | description |
|
| 82 |
|------------------------|-------------------------------------------------------:|-------------------------:|
|
| 83 |
+
| audio | Audio(sampling_rate=32_000, mono=True, decode=False) | audio object from hf |
|
| 84 |
| filepath | Value("string") | relative path where the recording is stored |
|
| 85 |
| start_time | Value("float64") | only testdata: start time of a vocalization in s |
|
| 86 |
| end_time | Value("float64") | only testdata: end time of a vocalzation in s |
|