litagin commited on
Commit
b5f2808
·
verified ·
1 Parent(s): ac0b349

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ All the audio files and transcriptions are from [OOPPEENN/Galgame_Dataset](https
70
 
71
  I modified the original dataset in the following ways:
72
 
73
- - Resampled the audio files to 16kHz OGG format
74
  - Renamed all the files using a random SHA-256-like hash
75
  - Excluded audio files which have several different transcriptions
76
  - Normalized transcriptions and filtered audio files according to the results in the following ways (see [normalize_text_and_filter.py](normalize_text_and_filter.py) for the actual code):
 
70
 
71
  I modified the original dataset in the following ways:
72
 
73
+ - Resampled the audio files to 16kHz OGG format (with x0.9 volume to avoid clipping)
74
  - Renamed all the files using a random SHA-256-like hash
75
  - Excluded audio files which have several different transcriptions
76
  - Normalized transcriptions and filtered audio files according to the results in the following ways (see [normalize_text_and_filter.py](normalize_text_and_filter.py) for the actual code):