Update README.md
Browse files
README.md
CHANGED
|
@@ -55,6 +55,7 @@ The dataset contains an audiobook chapter level manifest with these fields:
|
|
| 55 |
|
| 56 |
- **url**: Download URL for the LibriVox audiobook chapter
|
| 57 |
- **chapter_filepath**: Relative path where audiobook chapter is stored
|
|
|
|
| 58 |
- **bandwidth**: Bandwidth estimated using the first 30 seconds of the chapter
|
| 59 |
- **utterances**: List of utterance metadata with the following fields
|
| 60 |
- **utterances.audio_filepath**: Relative path where utterance is stored
|
|
|
|
| 55 |
|
| 56 |
- **url**: Download URL for the LibriVox audiobook chapter
|
| 57 |
- **chapter_filepath**: Relative path where audiobook chapter is stored
|
| 58 |
+
- **duration**: Duration of chapter
|
| 59 |
- **bandwidth**: Bandwidth estimated using the first 30 seconds of the chapter
|
| 60 |
- **utterances**: List of utterance metadata with the following fields
|
| 61 |
- **utterances.audio_filepath**: Relative path where utterance is stored
|