cahya commited on
Commit
d1d19a5
1 Parent(s): 68d1e5c

updated the sampling rate

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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': 48000
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
  ```