CoolFace
Datasetpublic

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.

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
2likes72downloads
Dataset Card

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

SourceDescription
portal1Portal (2007) — all GLaDOS lines
portal2Portal 2 (2011) — main campaign
portal2_coopPortal 2 — Cooperative Testing Initiative
otherOther appearances (Poker Night at the Inventory, etc.)

Audio files are sourced directly from the Portal Wiki media server (i1.theportalwiki.net) and are original Valve game assets.


Dataset Structure

python
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

ColumnTypeDescription
audioAudioRaw waveform — original sampling rate preserved
textstringTranscript scraped from the Portal Wiki
sourcestringPage origin: portal1, portal2, portal2_coop, other
filenamestringOriginal filename from the wiki media server

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 .wav downloads from i1.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.