You need to agree to share your contact information to access this dataset
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
This dataset contains audio extracted from Slay the Princess, a game by Black Tabby Games. The audio is the intellectual property of Black Tabby Games and Abby Howard. By accessing this dataset you agree to: (1) use it for non-commercial research or personal projects only, (2) not redistribute the audio files, (3) credit Black Tabby Games in any publication or project that uses this data. If you are a rights holder and want this dataset removed, please open a community discussion and it will be taken down promptly.
Log in or Sign Up to review the conditions and access this dataset content.
Slay the Princess – Voice Dataset
Access is gated. Fill in the short form above to agree to the non-commercial research terms before downloading.
High-quality voice-acted audio lines extracted from Slay the Princess paired with their transcript text.
Audio format: FLAC, 44.1 kHz Total clips: 9 394 Total duration: ~13 h
Speakers
| Speaker | Clips | Description |
|---|---|---|
| narrator | 2 723 | The Narrator |
| princess | 2 170 | The Princess (all forms) |
| hero | 1 399 | Voice of the Hero |
| mound | 469 | The Mound |
| stubborn | 345 | Voice of the Stubborn |
| skeptic | 332 | Voice of the Skeptic |
| opportunist | 331 | Voice of the Opportunist |
| cold | 265 | Voice of the Cold |
| paranoid | 243 | Voice of the Paranoid |
| broken | 246 | Voice of the Broken |
| cheated | 240 | Voice of the Cheated |
| contrarian | 235 | Voice of the Contrarian |
| hunted | 200 | Voice of the Hunted |
| smitten | 193 | Voice of the Smitten |
| flinching | 2 | Voice of the Flinching |
Dataset structure
DatasetDict({
train: Dataset({
features: {
'audio': Audio(sampling_rate=44100),
'text': Value('string'),
'duration': Value('float32'),
'speaker': Value('string'),
},
num_rows: 9394
})
})
Usage
from datasets import load_dataset
ds = load_dataset("TeraSpace/SlayPrincess", split="train")
# Listen to a sample
sample = ds[0]
print(sample["speaker"], "–", sample["text"])
# sample["audio"]["array"] → numpy array
# sample["audio"]["sampling_rate"] → 44100
Copyright
All audio content is © Abby Howard / Black Tabby Games. This dataset is an unofficial fan resource shared strictly for non-commercial research. The maintainer claims no ownership of the source material. To request removal, open a community discussion.
- Downloads last month
- 3