updated the sampling rate
Browse files
README.md
CHANGED
@@ -99,7 +99,7 @@ A typical data point comprises the `path` to the audio file and its `sentence`.
|
|
99 |
'audio': {
|
100 |
'path': 'librivox-indonesia/sundanese/universal-declaration-of-human-rights/human_rights_un_sun_brc_0000.mp3',
|
101 |
'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32),
|
102 |
-
'sampling_rate':
|
103 |
},
|
104 |
}
|
105 |
```
|
|
|
99 |
'audio': {
|
100 |
'path': 'librivox-indonesia/sundanese/universal-declaration-of-human-rights/human_rights_un_sun_brc_0000.mp3',
|
101 |
'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32),
|
102 |
+
'sampling_rate': 44100
|
103 |
},
|
104 |
}
|
105 |
```
|