File size: 1,345 Bytes
76bae8c b1ae8a7 76bae8c e6f31ca c955b7c d48f34c 1e38c26 70d395e 1e38c26 d48f34c 969b13c c955b7c d48f34c e8cca1b 1e38c26 e8cca1b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
datasets:
- OOPPEENN/Galgame_Dataset
configs:
- config_name: default
data_files:
- split: train
path: "data.tsv"
---
- [**Viewer in 🤗 spaces here!**](https://huggingface.co/spaces/litagin/Galgame_dataset_stats)
- Statistics of the audio (voice) files in the [OOPPEENN/Galgame_Dataset](https://huggingface.co/datasets/OOPPEENN/Galgame_Dataset) (in TSV format):
```
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
Game1 47 15055 1 8 20.08 48.0 16.0 88.49 Vorbis 0.73
Game2 40 15370 0 7 30.10 47.8 16.0 87.113 Vorbis 1.07
...
```
- For each game, the [specs](https://huggingface.co/datasets/litagin/Galgame_Dataset_stats/tree/main/specs) folder includes spectrogram images from 5 randomly selected audio files.
![image](https://huggingface.co/datasets/litagin/Galgame_Dataset_stats/resolve/main/specs/AKABEiSOFT3_CharaBration!_~Otome_wa_Koi_shite_Charabureru~/spec1.png)
[Spreadsheet link](https://docs.google.com/spreadsheets/d/12gI6sKJ3k_0r1c-n-LUZJy5y8T5Je1DQ5OEn0t1Upeg/edit?usp=sharing)
- Spaces in game names are replaced with underscores ("_").
- `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). |