Wuthering Waves Game Character Voice Dataset
This repository is the integration code for the aihobbyist/WutheringWaves_Dataset provided by AI Hobbyist, with the final right of interpretation belonging to KUROGAME. The integration code aims to provide a more convenient usage solution for the community: for Python
developers, only a few lines of code are needed to automatically search, download, split by language, and normalize on demand, instead of manually searching for and downloading the cumbersome complete package to accommodate users with different backgrounds and thresholds. The integration code is provided by Genius-Society. If you need to use the compressed package version of the data source and write your own data processing scripts, you can go to aihobbyist/WutheringWaves_Dataset to support the original author.
Environment
pip install datasets py7zr librosa
Supported characters
Splits
Language | Chinese | Japanese | English | Korean |
---|---|---|---|---|
Split | zh |
jp |
en |
kr |
Usage
from datasets import load_dataset
ds = load_dataset(
"Genius-Society/wwTTS",
name="椿", # The Chinese name of the character
split="zh", # Choose a language
cache_dir="./__pycache__", # The cache location of the dataset
)
for item in ds:
print(item)
Maintenance
git clone git@hf.co:datasets/Genius-Society/wwTTS
cd wwTTS
References
[1] https://pan.ai-hobbyist.com
[2] https://mc.kurogames.com
- Downloads last month
- 68