ray0rf1re/GLaDOS-audio-v2
GLaDOS Audio v2 — Full Portal Wiki Collection A complete collection of GLaDOS voice lines scraped from the Portal Wiki, covering all four canonical voice-line pages. Intended for TTS fine-tuning and voice-cloning research. Dataset Summary Source Description portal1 Portal (2007) — all GLaDOS lines portal2 Portal 2 (2011) — main campaign portal2_coop Portal 2 — Cooperative Testing Initiative other Other appearances (Poker Night at the Inventory… See the full description on the dataset page: https://huggingface.co/datasets/ray0rf1re/GLaDOS-audio-v2.
GLaDOS Audio v2 — Full Portal Wiki Collection
A complete collection of GLaDOS voice lines scraped from the Portal Wiki, covering all four canonical voice-line pages. Intended for TTS fine-tuning and voice-cloning research.
Dataset Summary
Audio files are sourced directly from the Portal Wiki media server (i1.theportalwiki.net) and are original Valve game assets.
Dataset Structure
from datasets import load_dataset
ds = load_dataset("ray0rf1re/GLaDOS-audio-v2", split="train")
print(ds[0])
# {
# 'audio': {'array': [...], 'sampling_rate': 44100, 'path': '...'},
# 'text': 'Hello and, again, welcome to the Aperture Science computer-aided enrichment center.',
# 'source': 'portal1',
# 'filename': 'GLaDOS_00_part1_entry-1.wav'
# }Columns
Intended Uses
- TTS fine-tuning — e.g. XTTS v2, StyleTTS2, Matcha-TTS
- Voice cloning — reference audio for zero-shot / few-shot inference
- ASR evaluation — testing transcription on synthetic/game speech
- Research — studying non-human, robotic, or stylised speech patterns
Data Collection
Audio and transcripts were scraped from the Portal Wiki using scrape_glados_upload.py.
- Audio: direct
.wavdownloads fromi1.theportalwiki.net - Transcripts: parsed from inline
<em>tags on each wiki voice-line page - No audio processing applied — files are unmodified game assets
Licensing & Attribution
Audio files are property of Valve Corporation and are covered by the Valve Content Usage Rules. This dataset is shared for non-commercial research purposes only.
GLaDOS is a character from the Portal franchise © Valve Corporation. The voice of GLaDOS is performed by Ellen McLain.
