Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ datasets:
|
|
3 |
- OOPPEENN/Galgame_Dataset
|
4 |
---
|
5 |
|
6 |
-
Statistics of audio (voice) files in [OOPPEENN/Galgame_Dataset](https://huggingface.co/datasets/OOPPEENN/Galgame_Dataset) (in
|
7 |
|
8 |
```
|
9 |
game_name num_speakers num_mono_files num_stereo_files num_error_files total_duration_hours avg_sample_rate_kHz avg_precision avg_bitrate_kbps codec total_size_GB
|
@@ -11,8 +11,8 @@ Game1 47 15055 1 8 20.08 48.0 16.0 88.49 Vorbis 0.73
|
|
11 |
Game2 40 15370 0 7 30.10 47.8 16.0 87.113 Vorbis 1.07
|
12 |
...
|
13 |
```
|
|
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
-
|
18 |
-
- `num_error_files` is the number of files which sox and pydub cannot get information about (and such files seems to be just broken)
|
|
|
3 |
- OOPPEENN/Galgame_Dataset
|
4 |
---
|
5 |
|
6 |
+
Statistics of the audio (voice) files in the [OOPPEENN/Galgame_Dataset](https://huggingface.co/datasets/OOPPEENN/Galgame_Dataset) (in TSV format):
|
7 |
|
8 |
```
|
9 |
game_name num_speakers num_mono_files num_stereo_files num_error_files total_duration_hours avg_sample_rate_kHz avg_precision avg_bitrate_kbps codec total_size_GB
|
|
|
11 |
Game2 40 15370 0 7 30.10 47.8 16.0 87.113 Vorbis 1.07
|
12 |
...
|
13 |
```
|
14 |
+
[Spreadsheet link](https://docs.google.com/spreadsheets/d/12gI6sKJ3k_0r1c-n-LUZJy5y8T5Je1DQ5OEn0t1Upeg/edit?usp=sharing)
|
15 |
|
16 |
+
- Spaces in game names are replaced with underscores ("_").
|
17 |
+
- Duration values may have minor rounding errors, and I will be updated later for more accurate durations.
|
18 |
+
- `num_error_files` refers to the number of files that both Sox and pydub cannot extract information from (likely indicating that these files are corrupted).
|
|