Datasets:

Modalities:
Audio
Text
Languages:
English
ArXiv:
License:
brthor commited on
Commit
537a6b8
·
verified ·
1 Parent(s): 260a6cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -111,6 +111,12 @@ LibriTTS-R [1] is a sound quality improved version of the LibriTTS corpus
111
  (http://www.openslr.org/60/) which is a multi-speaker English corpus of approximately
112
  585 hours of read English speech at 24kHz sampling rate, published in 2019.
113
 
 
 
 
 
 
 
114
  ## Overview
115
 
116
  This is the LibriTTS-R dataset, adapted for the `datasets` library.
@@ -232,11 +238,3 @@ load_dataset("blabble-io/libritts_r", streaming=True)
232
 
233
 
234
 
235
- ## Transcoding notes
236
-
237
- This dataset was generated by transcoding every top-level Hugging Face `Audio` column from the source dataset into a new codec while preserving all discovered configs and splits.
238
-
239
- - Source dataset: `mythicinfinity/libritts_r`
240
- - Target codec: `opus`
241
- - Generated by: `hf_audio_transcode_reupload_v3.py`
242
- - Multiple configs may reference the same uploaded Parquet files when identical transformed outputs were detected.
 
111
  (http://www.openslr.org/60/) which is a multi-speaker English corpus of approximately
112
  585 hours of read English speech at 24kHz sampling rate, published in 2019.
113
 
114
+
115
+ ## Transcoding notes
116
+
117
+ - Source dataset: `mythicinfinity/libritts_r`
118
+ - Target codec: `opus` `48kbps`
119
+
120
  ## Overview
121
 
122
  This is the LibriTTS-R dataset, adapted for the `datasets` library.
 
238
 
239
 
240