Lucari053/French_game_voice
收藏Hugging Face2025-12-07 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/Lucari053/French_game_voice
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: audio
dtype: audio
- name: text
dtype: string
splits:
- name: train
num_bytes: 118389184229.218
num_examples: 176213
download_size: 88470247199
dataset_size: 118389184229.218
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
language:
- fr
size_categories:
- 100K<n<1M
task_categories:
- text-to-speech
---
# French Game Voice Dataset
Dataset of 100k+ cleaned audio samples of French video game voices with transcriptions.
## Features
- **Format**: Mono WAV 16-bit, 48 kHz
- **Size**: ~500 hours of audio
- **Transcriptions**: Faster Whisper Large V3 + in-game subtitles
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("Lucari053/French_game_voice")
# Access the data
sample = dataset['train'][0]
audio = sample['audio']
text = sample['text']
```
提供机构:
Lucari053



