mwirth7 commited on
Commit
3aaa040
1 Parent(s): a4c25dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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=True) | 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 |
 
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 |