How the DramaBox Cut-Scene Prompt Dataset
is Sampled & Generated

A plain-English, reproduce-it-yourself walkthrough of exactly how every prompt in the laion/dramabox-cutscene-prompts dataset is built — the pathways, the taxonomies it draws from, the exact instructions the model receives, and real generated examples.

Model: unsloth/gemma-3n-E4B-it (bf16) Output: text only, no audio 5 sampling pathways 2 languages (EN + DE) 40 emotions 180 vocal bursts ~50% get an injected burst

1Overview — what is this?

This dataset is a big, ever-growing pile of voice-acting scripts — but only the text. No audio is generated here. Each item is one short performance for a single speaker, written in the DramaBox format, that jumps between two dramatically different emotional moments separated by the words “CUT TO:”.

What a “two-scene CUT TO: prompt” looks like: it opens with a one-line description of the speaker (age, gender, voice), then Scene 1 establishes one emotion with alternating (stage directions in parentheses) and "spoken lines in quotes". Then CUT TO: flips to Scene 2, the same voice in a sharply contrasting emotional state. Spoken dialogue totals roughly 50 words (about 25 per scene).

The model

Every prompt is written by unsloth/gemma-3n-E4B-it served in bf16 with temperature 0.9, top-p 1.0, up to 1024 tokens. It runs locally on 7 GPUs (one vLLM worker each; an 8th GPU is left free).

Only text is generated

There is no text-to-speech in this pipeline. The model outputs the raw DramaBox script string; that string is what gets stored. TTS, if any, happens elsewhere. Each finished shard of 1,000 prompts is written to a parquet file and uploaded to the Hugging Face dataset repo under data/.

Every generation is seeded with a fresh 64-bit random number (from os.urandom), which re-seeds the pipeline's own samplers. That makes each item's input recipe — pathway, language, attributes, emotions, word-seeds, burst — effectively unique and collision-free, so the dataset stays varied even at massive scale.

2The 5 pathways

Every prompt is produced by one of five “pathways”. For each generation the pipeline picks one pathway uniformly at random, and a language (English or German) uniformly at random. Each pathway samples different ingredients to shape the scene.

CCA · VoiceNet attributes

Builds the speaker from sampled VoiceNet acoustic attributes: a mandatory tempo, perceived gender and voice-age, plus 5 more random voice dimensions (roughness, warmth, nasality, breathiness, style…). Also samples emotions, a speech-flow style, an emotion↔text alignment and a direction-writing style. The most “knobs-turned” pathway.

CC2-C · Genre archetype

Starts from a character archetype drawn from one of 92 screen/audio genres (e.g. Film Noir, Shonen anime, Gothic horror). Adds a sampled tempo and arousal level and emotions. The model is told to riff on the archetype, not copy it.

ACCC · Acting challenge

Draws one of 19,247 pre-written acting-challenge briefs — a title plus a vivid situational instruction — and asks for two contrasting emotional moments from it. The model picks a fitting speaker.

SIT · Physical situation

Draws one of 5,749 situation-grounded challenges: the speaker is physically inside a situation (a body posture, a climate, an illness, wearing gear…) that changes how they breathe and speak.

Extreme Physical

Draws one of 600 extreme-physical challenges. Scene 1 is calm, sensual, perceptive; Scene 2 (after CUT TO:) erupts as an extreme physical sensation hits and the voice distorts, cracks and breaks.

3How each thing is sampled (for dummies)

3.1 · Voice attributes (VoiceNet)

The CCA pathway describes the speaker with VoiceNet dimensions. Each dimension has 7 levels (0–6). Three are always included; five more are picked at random from 54 optional dimensions.

Always sampled (mandatory):
CodeNameLevels
TEMPTempo7 levels
GENDPerceived Gender7 levels
AGEVVoice Age7 levels

Tempo is drawn with a mild bias toward faster levels (levels ≥ 3 get 1.5× weight); gender and age are drawn uniformly. The model receives the full paragraph description of the chosen level (not the number).

Perceived Gender — the 7 exact level phrasings:
  • Lv 0 The acoustic profile features an extremely high fundamental frequency combined with the bright, small-cavity resonance characteristic of a hyper-feminized vocal tract. The voice carries a very light physical weight and delicate harmonic texture, entirely devoid of low-end chest frequencies. It sounds like a high soprano, projecting a bright, purely head-dominant acoustic signature.
  • Lv 1 The audio presents a clearly feminine vocal signature with standard female fundamental pitch ranges and proportionally scaled formant frequencies. The tonal balance is strongly centered in the head and oral cavities, lacking heavy lower-harmonic rumble. The acoustic weight and spectral footprint are unmistakably characteristic of a typical adult woman.
  • Lv 2 The voice is predominantly feminine but exhibits subtle neutral or slightly darkened resonant qualities in its acoustic profile. It operates at a slightly lower fundamental frequency, resembling a female alto or a speaker with a marginally larger perceived vocal tract. The tonal weight is slightly thicker than standard feminine speech, adding a gentle acoustic warmth.
  • Lv 3 The acoustic signature sits perfectly centered on the androgynous spectrum, making it completely ambiguous and difficult to categorize by traditional gender markers. The audio lacks both the sharp, high-frequency brightness of typical feminine speech and the heavy, thick chest rumble of masculine speech. It is a highly balanced, perfectly neutral vocal tract manifestation.
  • Lv 4 The vocal profile is predominantly masculine but features a slightly elevated fundamental pitch and a somewhat smaller resonant cavity than a typical male. The harmonic weight is relatively light, producing a bright, tenor-like acoustic quality that lacks heavy sub-harmonic rumble. It sounds like a youthful male or a man speaking with a noticeably lifted, head-forward resonance.
  • Lv 5 The audio delivers a standard masculine vocal signature characterized by a naturally low fundamental frequency and distinct, robust chest resonance. The spectral balance features strong low-mid frequency support, creating a thick, authoritative acoustic weight. It is the unmistakable, highly resonant sound profile of a typical adult man.
  • Lv 6 The vocal tract produces a hyper-masculinized acoustic profile, heavily dominated by an extremely low fundamental frequency and massive, booming chest resonance. The vocal folds sound incredibly thick, generating an overpowering, low-frequency rumble that fills the entire acoustic space. It mimics the larger-than-life, deeply resonant depth of a cinematic hero or a classic sub-bass radio announcer.
Voice Age — the 7 exact level phrasings:
  • Lv 0 The acoustic signal is dominated by the extremely small vocal tract and unstable, high-pitched fundamental frequency of an infant or toddler. The audio entirely lacks complex linguistic structure, consisting primarily of pure, high-frequency biological resonance and primitive vocalizations. The physical elasticity of the vocal folds produces bright, highly piercing neonatal sound waves.
  • Lv 1 The voice carries the clear, bright, and highly energetic acoustic signature of a pre-pubescent child. The resonant cavity is distinctly small, yet the articulation shows developing structure, producing a lightweight, highly elastic harmonic profile. The audio entirely lacks the grounded, heavy chest frequencies characteristic of adult physical maturity.
  • Lv 2 The vocal profile exhibits the transitional acoustics of an adolescent, blending remnants of childhood brightness with newly developing lower-frequency depth. The fundamental pitch may occasionally destabilize or 'crack,' revealing the rapid biological scaling of the vocal tract. The overall resonance is thickening, but has not yet settled into full adult acoustic weight.
  • Lv 3 The audio showcases a voice at peak biological vigor, producing perfectly elastic, incredibly clean harmonic definition across all frequencies. There is absolutely no acoustic evidence of vocal fatigue, muscular wear, or aging-related texture in the signal. The fundamental pitch is rock-solid, and the resonance is highly resilient, fresh, and perfectly supported.
  • Lv 4 The acoustic signature reflects a fully developed, mature adult, characterized by a highly settled, grounded, and authoritative resonant weight. The vocal folds exhibit a very slight, natural thickening, which adds a warm, robust low-mid frequency presence to the audio. The overall physical support is incredibly stable, projecting a commanding and complete spectral profile.
  • Lv 5 The voice begins to display the distinct acoustic markers of middle-to-late aging, including a slight loss of respiratory support and a narrowing of the functional pitch range. A noticeable 'grainy' or weathered texture permeates the audio, resulting from the natural, slow desiccation of the vocal folds over decades. The physical momentum of the speech is perceptibly heavier and slightly less elastic.
  • Lv 6 The acoustic profile is heavily defined by extreme biological senescence, characterized by a pronounced, uncontrollable physiological tremor or 'wobble' in the fundamental frequency. The resonance sounds highly ossified, thin, and reedy, with significant breathiness indicating a massive loss of muscular vocal support. The audio captures the labored, fragile phonation typical of very advanced age.

Timbre & the rest: five more dimensions are drawn uniformly at random (each at a random 0–6 level) from this optional pool, and their level descriptions are concatenated into the voicenet_attributes block that shapes the speaker:

Chunking (CHNK)Smoothness (SMTH)Articulation Clarity (CLRT)Pitch Range (RANG)Emphasis (EMPH)Disfluency (DFLU)Structure (STRU)Stance (STNC)Focus (FOCS)Vulnerability (VULN)Register (REGS)Valence (VALN)Arousal (AROU)Volatility (VOLT)Respiration (RESP)Tension (TENS)Cognitive Load (COGL)Attack (ATCK)Brightness (BRGT)Roughness (ROUG)Harmonicity (HARM)Fullness (FULL)Warmth (WARM)Metallic Character (METL)Esthetics (ESTH)Velocity Flux (VFLX)Dynamic Arc (DARC)Arousal Shift (ARSH)Valence Shift (VALS)Recording Quality (RCQL)Background Noise (BKGN)Content Appropriateness (3-point Scale) (EXPL)Chest Resonance (R_CHST)Throat Resonance (R_THRT)Oral Resonance (R_ORAL)Mask Resonance (R_MASK)Nasal Resonance (R_NASL)Head Resonance (R_HEAD)Mixed Resonance (R_MIXD)Casual Style (S_CASU)Conversational Style (S_CONV)Formal Style (S_FORM)Dramatic Style (S_DRAM)Narrator Style (S_NARR)Newsreader Style (S_NEWS)Teacher/Didactic Style (S_TECH)Authoritative Style (S_AUTH)Playful Style (S_PLAY)Cartoonish Style (S_CART)ASMR Style (S_ASMR)Whisper-Talk Style (S_WHIS)Ranting/Angry Style (S_RANT)Storytelling Style (S_STRY)Monologue Style (S_MONO)

On top of the attributes, CCA also samples three “how to write it” knobs: speech-flow (scattered 5%, flowing 55%, mixed 40%), emotion↔text alignment (congruent 30%, neutral 40%, counter-emotional 30%) and direction style (literary 50%, tag 50%). A safety pass rewrites any minor-suggesting age wording to “adult” and strips adult emotions in that case.

3.2 · Emotions (EmoNet)

Emotions come from the 40-category EmoNet taxonomy. For each prompt the pipeline draws 1–3 emotions at random (uniform, without replacement) for Scene 1, and tags each with a random intensity level. Scene 2 is instructed to swing to a contrasting emotional state (the model chooses which).

AmusementElationPleasure/EcstasyContentmentThankfulness/GratitudeAffectionInfatuationHope/OptimismTriumphPrideInterestAweAstonishment/SurpriseConcentrationContemplationReliefLongingTeasingImpatience and IrritabilitySexual LustDoubtFearDistressConfusionEmbarrassmentShameDisappointmentSadnessBitternessContemptDisgustAngerMalevolence/MaliceSournessPainHelplessnessFatigue/ExhaustionEmotional NumbnessIntoxication/Altered StatesJealousy & Envy

The intensity level attached to each emotion is one of:

slightly presentclearly presentextremely presentvery intensely present
In the CCA pathway the emotion↔text alignment knob decides whether the words match the emotion (congruent), are deliberately mundane while the delivery carries the emotion (neutral), or actively contradict it (counter-emotional). That is how “counter-emotional” scenes — cheerful words delivered through fury — get made.

3.3 · Genre archetypes (CC2-C)

92 genres · 920 archetypes total. One genre is picked at random, then one archetype string from within it (re-drawn if a safety filter trips). The model is explicitly told to use it as inspiration, not to copy it. A tempo (biased toward faster, mapped to a label below) and an arousal level (uniform) are also sampled.

All 92 genres it can draw from
Fantasy: High & EpicFantasy: Grimdark & Low MagicFantasy: Urban & ContemporaryFantasy: Fairy Tale & FableSci-Fi: Hard Science & Space ExplorationSci-Fi: Cyberpunk & DystopianSci-Fi: Space OperaSci-Fi: Post-ApocalypticSci-Fi: Steampunk & Victorian FuturismHorror: Eldritch & CosmicHorror: Supernatural & ParanormalHorror: Slasher & SurvivalHorror: Gothic & AtmosphericCrime: Classic Film NoirCrime: Organized Mob & GangsterCrime: Police Procedural & DetectiveCrime: Heist & CaperSpy & Espionage ThrillerPsychological Thriller & SuspenseSuperhero: Golden Age & CampySuperhero: Gritty & ModernWestern: Classic FrontierWestern: Neo & RevisionistWar & Military DramaMedical Drama & HospitalLegal Drama & CourtroomSitcom: Classic & Multi-CameraSitcom: Modern & Single-CameraComedy: Dark & SatiricalComedy: Sketch & ImprovRomance: ContemporaryRomance: Period & RegencyMusical Theater: Broadway & StageSoap Opera & MelodramaTelenovelaReality TV & CompetitionNews & Broadcast JournalismTalk Show & Late NightDocumentary & NarrationTrue Crime & PodcastPolitical Drama & ThrillerWorkplace Drama & OfficeTech & Silicon ValleySports DramaComing of Age & Teen DramaFamily & Domestic DramaChildren's Television & EducationalAnimation: Western SlapstickAnimation: Prestige & DramaticAnime: Shonen (Action/Adventure)Anime: Shojo & Slice of LifeAnime: Mecha & MilitaryK-Drama & Korean WaveBollywood & Indian CinemaHistorical Drama & Period PieceMythology: Greek & AncientMythology: Norse & VikingMartial Arts & WuxiaSamurai & Feudal JapanPirate & Nautical AdventurePrison DramaDisaster & SurvivalAdvertising & Commercial VoiceRadio Drama & Old-Time BroadcastVideo Game: RPG & AdventureVideo Game: FPS & TacticalAudiobook & Literary FictionMockumentaryStand-Up Comedy & Solo PerformanceReligious & Biblical EpicPodcast & Modern AudioNoir: Modern & Neo-NoirSurvival Horror & Found FootageAnthology & Twilight ZoneOpera & Classical PerformanceInfomercial & Home ShoppingGothic Romance & Dark FantasyDystopian & TotalitarianAbsurdist & Surreal TheaterSwashbuckler & Adventure SerialAnime: Isekai & FantasyAnime: Horror & PsychologicalAnime: Sports & CompetitionAnime: Harem & Romantic ComedyAnime: Seinen & Dark MatureAnime: Magical GirlErotic Romance & Bodice RipperNSFW: Audio Drama & Voice ActingNSFW: Fantasy & SupernaturalNSFW: Power Dynamics & KinkNSFW: Confession & Intimate MonologueASMR & Intimate Audio
Tempo labels (level → wording):
  • 0 glacially slow
  • 1 unusually deliberate and labored
  • 2 relaxed and unhurried
  • 3 standard, unremarkable tempo
  • 4 brisk, elevated momentum
  • 5 noticeably compressed and fast
  • 6 absolute maximum speed
Arousal labels (level → wording):
  • 0 absolute minimum physiological activation
  • 1 extremely low vocal energy, sedate
  • 2 awake but consciously restrained
  • 3 standard baseline energy
  • 4 clearly elevated physiological activation
  • 5 high autonomic activation, intense
  • 6 maximum physiological mobilization

3.4 · Acting challenges, situations & extreme-physical

These three pathways each draw one entry at random (uniform) from a big pre-written pool of challenges. Each entry carries a title and a detailed instruction; the SIT and Extreme entries also carry a taxonomy tag.

ACCC pool — 19,247 challenges. Example:

“The Last Sunset on Our Beach”

You're lying on the same beach where you fell in love thirty years ago, but this time your partner is dying beside you, their hand growing cold in yours. Begin with the sensory details—the warm sand, the waves—trying to hold onto peace, speaking softly about the beauty around you. But as you continue, let grief crack through your voice. T…

SIT pool — 5,749 challenges, each tagged with a situation dimension (the physical thing shaping the voice). Example:

“Rope Burn” dim: ACTV

You're a teenager tied to a bedframe by your partner, wrists and ankles bound. The ropes are tight but not painful at first, and you're deeply focused on the feel of them, the weight of your body, the trust. You breathe slowly, trying to stay present. But after a few minutes, the rope starts to chaf…

The situation dimensions (SIT):
CodeDimension
ACTVPhysical Activity & Dynamic Load
CLMTClimate & Atmospheric Conditions
ENVIEnvironment & Acoustic Space
FATGFatigue, Sleep & Energy State
GEARFace & Head Obstructions
HLTHHealth & Physiological Condition
PAINPain & Physical Distress
POSEBody Posture & Gravitational Alignment
SOCTSocial Situation & Context
SUBSTSubstance & Chemical Influence
TRGTSpeaking Target & Projection
Extreme-physical categories & subcategories (600 challenges):
CategorySubcategories
Extreme BreathlessnessAltitude Sickness & Oxygen Starvation, Choking on Food or Foreign Object, Hyperventilation & Panic Spiral, Medical Respiratory Emergency, Near-Drowning & Water Inhalation, Panic-Induced Breathlessness from Threat, Post-Sprint Oxygen Debt, Severe Asthma Attack, Smoke Inhalation, Underwater Endurance & Free Diving Panic
Extreme Physical PainAnimal Attacks, Compound Fractures & Broken Bones, Crush Injuries, Electrocution, Gunshot Wounds, Impalement & Penetrating Wounds, Nerve and Chronic Pain Crisis, Severe Burns, Surgical and Medical Agony, Torture and Extreme Deliberate Pain
Extreme Surprise & StartleAnimal and Wildlife Encounters, Devastating News Received Suddenly, Digital and Information Shocks, Discovering a Body or Catastrophic Scene, Explosions and Sudden Loud Events, Intruder and Home Invasion Startle, Jump Scares and Sudden Appearance, Medical Emergency Onset, Near-Miss Car Accidents, Structural Failure and Environmental Collapse
Extreme Oral & Gustatory SensationAlcohol and Solvent Extremes, Brain Freeze and Ice Overload, Extreme Bitterness and Poisonous Taste, Extreme Oral Textures and Sensory Violations, Extreme Sourness, Medical and Chemical Oral Procedures, Scalding Food and Drink Burns, Superhot Chili and Capsaicin Overload, Tooth and Jaw Pain During Eating, Wasabi and Horseradish Nasal Assault
Extreme Temperature ShockCryogenic and Industrial Cold Exposure, Desert Heat Stroke, Fever Crisis and Internal Heat, Fire Exposure and Burning, Frostbite Onset and Extremity Loss, Hyperthermia in Enclosed Spaces, Ice Water Immersion, Polar Storm Exposure, Scalding Water Burns, Thermal Shock Contrast
Extreme Physical Tension & ExertionCombat Grappling & Submission, Endurance at the Edge of Collapse, Impossible Lifts, Isometric Death Holds, Pulling Against Immovable Forces, Pushing Beyond Capacity, Sprint & Explosive Effort, Straining Against Restraints, Trapped in Machinery or Wreckage, Tug-of-War with Death

Example: “The Last Thin Air” — Extreme Breathlessness / Altitude Sickness & Oxygen Starvation.

3.5 · Vocal bursts & dynamic range

A vocal burst is a non-speech sound — a gasp, a sob, a laugh, a roar. The pipeline uses a 180-entry SFW vocal-burst taxonomy (LAION vocal_bursts_taxonomy_sfw.json (SFW subset of LAION-AI/voice-taxonomies vocalburst), version sfw-v1). Two things happen with it on every generation:

1
The whole menu is injected into the system prompt as a compact Name (short gloss) list, alongside a dynamic-range instruction that tells the model to actually get loud/intense where it fits (anger → shout/roar/yell; fear or pain → scream/gasp/whimper/sob) and to push variety across the two scenes — while keeping bursts natural and sparing, and only inside stage directions, never inside the spoken quotes (that would hurt transcription).
2
~50% of the time a single random burst is force-injected. With probability 0.5 one burst is drawn at random from the 180 and added to the user prompt as a “REQUIRED VOCAL BURST” the model must weave in naturally. The chosen burst (or nothing) is recorded in the injected_burst metadata column, so you always know which rows were nudged.
The exact dynamic-range + menu addendum added to every system prompt:

VOCAL BURSTS + DYNAMIC RANGE: You may place non-speech vocal bursts as SHORT (round-bracket) director notes inside the stage directions ONLY. NEVER spell a burst inside the "spoken quotes" (that hurts transcription). When the emotion or instruction gives room to get loud or intense, TAKE IT: anger -> get loud, shout, roar, yell; fear or pain -> scream, gasp, whimper, cry out, sob. Use the full range where it genuinely fits -- whispering, moaning, groaning, sighing, sobbing, laughing, panting, gasping. Push variety and dynamic range across the two CUT TO: scenes, but keep every burst natural, in-character and sparing -- do not overdo it.
Available vocal bursts (name (gloss); use only what genuinely fits, adapted to the moment): {the 180-burst menu, e.g. Belly Laugh, Chuckle, Giggle, Snicker / Snigger, Chortle, Guffaw …}
The exact “required burst” line added to the ~50% of user prompts that get one:

REQUIRED VOCAL BURST: Weave the vocal burst '(Stifled Sob)' into the scene somewhere it fits naturally, written as a (round-bracket) director note in the stage direction -- adapt the moment so it makes sense, even if you have to bend the scene a little. Do NOT put it inside the spoken quotes.

A taste of the 180 bursts (name — description):

  • Belly Laugh — Deep, loud, uninhibited, and rhythmic laughter from the diaphragm.
  • Chuckle — A soft, partly suppressed laugh, often with the mouth closed.
  • Giggle — High-pitched, rapid, and often nervous or playful laughter.
  • Snicker / Snigger — A half-suppressed, often nasal laugh expressing disrespect or schadenfreude.
  • Chortle — A joyful, breathy gleeful laugh (a mix of a chuckle and a snort).
  • Guffaw — A sudden, loud, and boisterous burst of laughter.
  • Snort-Laugh — Laughter interrupted by an involuntary nasal snort.
  • Wheezing Laugh — Breathless, high-pitched squeaking when laughing too hard to breathe.
  • Cackle — A shrill, harsh, and often piercing laugh.
  • Titter — A short, quiet, polite, or nervous laugh.
  • Polite Fake Laugh — A controlled, brief, and socially obligatory laugh without genuine warmth.
  • Sarcastic 'Ha' — A flat, single-syllable laugh expressing irony or lack of amusement.
  • Breathless Laugh — A quiet, airy laugh at the end of a sentence or during physical exertion.
  • Nervous Laugh — Erratic, slightly forced laughter used to diffuse tension.
Show all 180 vocal-burst names
Belly LaughChuckleGiggleSnicker / SniggerChortleGuffawSnort-LaughWheezing LaughCackleTitterPolite Fake LaughSarcastic 'Ha'Breathless LaughNervous LaughEcstatic HowlGentle SobHysterical WailingSilent Tearful GaspWhimperingSniffling (Emotional)BawlingTrembling ExhaleChoked-up SwallowMournful KeeningStifled SobSharp YelpLow GroanAgonized ScreamGuttural MoanTeeth-Gritting HissPain GaspChronic Pain WhimperStraining GruntSickly Cough (Wet/Dry)Exhausted PantingBlood-Curdling ShriekStartle GaspFrozen Breath-HoldPanicked HyperventilationFright YelpTrembling InhaleTerrified WhimperStartle GruntBreathy 'Oh no'Squeak of FrightGuttural GrowlAggressive SnarlFrustrated GroanEnraged ScreamImpatient Tsk / Tongue ClickTeeth-Grinding SoundExasperated SighSharp 'Hey!' BurstHuff of AnnoyanceDismissive Scoff'Aha!' Realization BurstMild Surprise 'Oh'Shocked InhaleConfused 'Huh?'Awe-Struck 'Wow' ExhaleMind-Blown ExhaleDropped-Jaw BreathGlottal Stop (Oops)'Duh' ExhalationSkeptical 'Hmm'RetchingGagging'Blech' Vocalization'Ew' Shrinking SoundNose-Wrinkling SnortShuddering 'Brrr'Disgust Throat-ClearSputtering/SpittingNauseous SwallowCringing HissContented SighSavoring 'Mmm'Tension-Releasing WhooshSatisfying Stretch GruntRelaxing ExhaleTriumphant CheerAesthetic CooWarm Hum of AgreementPost-Thirst GulpGenuine YawnPolite Covered YawnLoud Somatic SneezeStifled SneezeHiccupBurp / BelchThroat Clear (Mucus)Shivering Teeth-ChatterSleep Talking/MumblingSnoringConversational 'Mhm' (Yes)Conversational 'Uh-uh' (No)Filler 'Um/Uh'Attention-Grabbing 'Psst'Social Throat ClearAir Kiss / SmackAnticipatory Lip SmackBlowing RaspberriesPursed-Lip 'Phew'Wolf-WhistleAttention-Grabbing WhistleMelodic/Bored Whistle'Shush' / HushingInvestigative SniffNose BlowSlurpChomp / SmackStress GulpBrain-Freeze GaspTongue Trill / RollAlveolar ClickStartle 'Boo'Mind-Blown 'Pshhh'Vocal Fry / CreakPrimal ScreamPrimal MoanWarrior Battle CryPower Lifting GruntHeavy Exertion RoarCathartic Primal HowlMartial Arts KiaiRage Release ScreamPrimal Chest Beat RoarBreathwork Power ExhaleSprint Finish GaspWeightlifter's Drop ExhaleTherapeutic Primal WailBoxing Exhale BurstTribal Chant CryRunner's Rhythmic BreathingJumping Effort GruntRock Climber's Strain GruntLullaby SingingMarching Song (Military)Drinking Song / Pub SingingSinging to Oneself for CourageWork Song / Field ChantShower Singing (Carefree)Campfire Sing-AlongMourning Dirge / Funeral HymnLullaby Humming into SingingVictory Anthem SingingProtest Song SingingShanty Singing (Sea/Sailing)Worship / Hymn SingingBusking / Street SingingSinging Through TearsScat Singing / Jazz ImprovisationOperatic Vocal ExerciseNational Anthem (Solemn)Nursery Rhyme SingingLove SerenadeAbsent-Minded HummingNervous Humming (Waiting)Humming While Working / CookingLullaby HummingContent Humming in NatureHumming to Stay Calm (Fear)Meditative Humming / OmConspiratorial Humming (Plotting)Nostalgic Humming of a Childhood TuneHumming to Drown Out NoiseHumming a Funeral MarchBored Humming in a QueueWhistling While Walking AloneNervous Whistling in the DarkCheerful Whistling at WorkWhistling to Call a Dog / AnimalAppreciative WhistleWhistling a Victory TuneAbsent-Minded WhistlingWhistling a LullabyStealthy Whistling (Pretending Innocence)Mournful WhistlingWhistling Through Teeth (Cold)Referee / Signal Whistle (sharp)

3.6 · Word-seeds & spoken length

Word-seeds keep the writing from converging on the same handful of ideas. On every generation the pipeline draws 4 random words from a per-language word list and drops them into the user prompt as loose thematic inspiration only — the model need not use them verbatim. English words come from the NLTK dictionary (3–12 letters); German/French/Spanish come from bundled word lists. Because these seeds are drawn fresh each time, they nudge each prompt toward a slightly different theme, which is a cheap, collision-free way to force variety.

The exact word-seed line appended to every user prompt:

WORD SEEDS (loose thematic inspiration only -- do NOT force them, they need not appear verbatim): ember, threshold, harbor, fracture.

Spoken length: the system prompt hard-codes the DramaBox default of ~50 words of spoken dialogue total, ~25 per scene (never below 40, never above 60). This keeps every clip a comparable length and avoids the model rambling — a deliberate, uniform target rather than a per-item random word count.

4The actual instructions the model receives

Below is the real, verbatim pair of prompts for each pathway — the system prompt (rules + emotional-emphasis + vocal-burst addendum) and the user prompt (the sampled recipe for one generation, including word-seeds and, when drawn, the required-burst line). The worker feeds system + "\n\n" + user to the model as a single turn. Click any pathway to expand.

CCA — VoiceNet attributes  lang: German no injected burst this draw
SYSTEM PROMPT (what sets the rules — verbatim, includes the emotional-emphasis + vocal-burst addendum)
You write character-consistent two-scene voice performance prompts in DramaBox format for a single speaker.

CRITICAL RULES:
- It is ALWAYS one single person speaking the entire prompt. The same voice, the same actor, from start to finish. Never introduce a second speaker. Explicitly anchor identity: "the same voice", "the same speaker".
- NO markdown. No bold, no stars, no headers, no labels. Just plain text.
- Directions go in (parentheses). Spoken words go in "double quotes". Alternate between them roughly equally. Keep directions SHORT, 5-12 words each.
- The delivery must sound natural, realistic, genuine, spontaneous — like a real human in a real moment, not a stage performance.
- The actor performs with all the little micro-distractions someone in real life in a real situation would have — a natural, authentic sensuality and variance in tone, organically reacting to all the micro-distractions around them. Shifting weight, noticing a sound, losing a thought and finding it again. The performance breathes.
- TOTAL spoken dialogue (inside "double quotes") must be approximately 50 words — roughly 25 words before CUT TO: and 25 words after.
- Do NOT exceed 60 words of dialogue total. Do NOT go below 40 words.
- ALL spoken dialogue MUST be in German. But NEVER use umlauts (ö, ä, ü). Always substitute: oe for ö, ae for ä, ue for ü. This is mandatory.
- Directions (parentheses) and speaker descriptions remain in English.

STRUCTURE (write exactly like this, no labels, no headers):

A [age] [gender] with a [timbre/vocal quality], delivering this high-quality studio voice recording with no background noise.

The same voice is [1 sentence: emotional state for the first moment].

(short direction in English) "German spoken words without umlauts." (short direction) "More German spoken words."

CUT TO:

The same voice now [1 sentence: how the emotion has shifted dramatically].

(short direction in English) "German spoken words without umlauts." (short direction) "More German spoken words."

The performance across both moments should feel [1 sentence].

EMOTION CONTRAST: Maximize emotional distance between scenes. Polarity flips (joy to grief), arousal shifts (screaming to whisper), control shifts (composure to breakdown).

Output ONLY the raw prompt. Nothing else.

EMOTIONAL INTENSITY (this overrides restraint): Make this a VERY emotional, intensely felt scene. The feelings must be raw, overwhelming and deeply human — the listener should feel their chest tighten. Push the emotional contrast across the CUT TO: to its absolute limit: the two moments should feel worlds apart, each one gripping and heart-wrenching in its own way. Every single line should ache with genuine, powerful emotion.

VOCAL BURSTS + DYNAMIC RANGE: You may place non-speech vocal bursts as SHORT (round-bracket) director notes inside the stage directions ONLY. NEVER spell a burst inside the "spoken quotes" (that hurts transcription). When the emotion or instruction gives room to get loud or intense, TAKE IT: anger -> get loud, shout, roar, yell; fear or pain -> scream, gasp, whimper, cry out, sob. Use the full range where it genuinely fits -- whispering, moaning, groaning, sighing, sobbing, laughing, panting, gasping. Push variety and dynamic range across the two CUT TO: scenes, but keep every burst natural, in-character and sparing -- do not overdo it.
Available vocal bursts (name (gloss); use only what genuinely fits, adapted to the moment): Belly Laugh (Deep loud uninhibited); Chuckle (A soft partly); Giggle (High-pitched rapid and); Snicker / Snigger (A half-suppressed often); Chortle (A joyful breathy); Guffaw (A sudden loud); Snort-Laugh (Laughter interrupted by); Wheezing Laugh (Breathless high-pitched squeaking); Cackle (A shrill harsh); Titter (A short quiet); Polite Fake Laugh (A controlled brief); Sarcastic 'Ha' (A flat single-syllable); Breathless Laugh (A quiet airy); Nervous Laugh (Erratic slightly forced); Ecstatic Howl (A loud sustained); Gentle Sob (A quiet singular); Hysterical Wailing (Loud sustained and); Silent Tearful Gasp (A sharp intake); Whimpering (Soft high-pitched broken); Sniffling (Emotional) (Rapid intakes of); Bawling (Loud open-mouthed unconstrained); Trembling Exhale (A shaky vibrating); Choked-up Swallow (An audible gulp); Mournful Keening (A high-pitched melodic); Stifled Sob (A sudden muffled); Sharp Yelp (A very brief); Low Groan (A prolonged deep); Agonized Scream (A loud sustained); Guttural Moan (A heavy vibrating); Teeth-Gritting Hiss (A sharp intake); Pain Gasp (A sudden sharp); Chronic Pain Whimper (A soft continuous); Straining Grunt (An explosive exhalation); Sickly Cough (Wet/Dry) (Involuntary vocalizations triggered); Exhausted Panting (Rapid heavy breathing); Blood-Curdling Shriek (An extremely high-pitched); Startle Gasp (A very sudden); Frozen Breath-Hold (An audible stopping); Panicked Hyperventilation (Rapid shallow panicked); Fright Yelp (A short involuntary); Trembling Inhale (A shaky breath); Terrified Whimper (A high-pitched soft); Startle Grunt (A sudden low-pitched); Breathy 'Oh no' (A whispered almost); Squeak of Fright (A tiny highly); Guttural Growl (A very low); Aggressive Snarl (A sharp breathy); Frustrated Groan (A drawn-out descending); Enraged Scream (A loud harsh); Impatient Tsk / Tongue Click (A sharp suction); Teeth-Grinding Sound (An audible jaw-clenching); Exasperated Sigh (A heavy forceful); Sharp 'Hey!' Burst (A non-lexical bark); Huff of Annoyance (A sharp forceful); Dismissive Scoff (A breathy harsh); 'Aha!' Realization Burst (A clear descending); Mild Surprise 'Oh' (A short soft); Shocked Inhale (A deep loud); Confused 'Huh?' (A rising-pitch short); Awe-Struck 'Wow' Exhale (A long breathy); Mind-Blown Exhale (A lip-fluttering 'phew'); Dropped-Jaw Breath (An audible slow); Glottal Stop (Oops) (A sharp cutting); 'Duh' Exhalation (A flat unenthusiastic); Skeptical 'Hmm' (A modulated closed-mouth); Retching (Deep harsh involuntary); Gagging (A sharp choking); 'Blech' Vocalization (An open-mouthed tongue-protruding); 'Ew' Shrinking Sound (A high-pitched nasal); Nose-Wrinkling Snort (A sharp exhalation); Shuddering 'Brrr' (A trembling lip-vibrating); Disgust Throat-Clear (A harsh raspy); Sputtering/Spitting (Rapid explosive exhalations); Nauseous Swallow (An audible thick); Cringing Hiss (Sharp intake of); Contented Sigh (A smooth gentle); Savoring 'Mmm' (A deep rich); Tension-Releasing Whoosh (A forceful but); Satisfying Stretch Grunt (A low-pitched vibrating); Relaxing Exhale (A slow even); Triumphant Cheer (A loud high-energy); Aesthetic Coo (A high-pitched soft); Warm Hum of Agreement (A gentle rising-and-falling); Post-Thirst Gulp (The audible satisfied); Genuine Yawn (A deep involuntary); Polite Covered Yawn (A stifled high-pitched); Loud Somatic Sneeze (An uninhibited explosive); Stifled Sneeze (A sharply cut-off); Hiccup (A sharp involuntary); Burp / Belch (A guttural resonant); Throat Clear (Mucus) (A practical harsh); Shivering Teeth-Chatter (The rapid clicking); Sleep Talking/Mumbling (Incoherent soft slurred); Snoring (The harsh vibrating); Conversational 'Mhm' (Yes) (A two-beat rising-pitch); Conversational 'Uh-uh' (No) (A two-beat falling-pitch); Filler 'Um/Uh' (A sustained neutral-pitch); Attention-Grabbing 'Psst' (A sharp hissing); Social Throat Clear (A quiet brief); Air Kiss / Smack (A sharp quick); Anticipatory Lip Smack (Opening the lips); Blowing Raspberries (Forcefully blowing air); Pursed-Lip 'Phew' (Blowing air through); Wolf-Whistle (A loud two-note); Attention-Grabbing Whistle (A short piercing); Melodic/Bored Whistle (A quiet aimless); 'Shush' / Hushing (A prolonged breathy); Investigative Sniff (A short deliberate); Nose Blow (A forceful vibrating); Slurp (A loud wet); Chomp / Smack (The rhythmic open-mouthed); Stress Gulp (A loud exaggerated); Brain-Freeze Gasp (A sharp intake); Tongue Trill / Roll (A continuous rolling); Alveolar Click (A double hollow); Startle 'Boo' (A sudden plosive); Mind-Blown 'Pshhh' (An airy hissing); Vocal Fry / Creak (A sustained rattling); Primal Scream (A raw full-throated); Primal Moan (A deep guttural); Warrior Battle Cry (A fierce sustained); Power Lifting Grunt (A short explosive); Heavy Exertion Roar (A loud sustained); Cathartic Primal Howl (A long rising); Martial Arts Kiai (A sharp focused); Rage Release Scream (An unrestrained harsh); Primal Chest Beat Roar (A deep resonant); Breathwork Power Exhale (A forceful controlled); Sprint Finish Gasp (A desperate ragged); Weightlifter's Drop Exhale (A sudden loud); Therapeutic Primal Wail (A prolonged cathartic); Boxing Exhale Burst (A sharp rhythmic); Tribal Chant Cry (A rhythmic call-and-response); Runner's Rhythmic Breathing (A steady paced); Jumping Effort Grunt (A short sharp); Rock Climber's Strain Grunt (A tense sustained); Lullaby Singing (A soft gentle); Marching Song (Military) (A strong rhythmic); Drinking Song / Pub Singing (A loud boisterous); Singing to Oneself for Courage (A quiet trembling); Work Song / Field Chant (A rhythmic repetitive); Shower Singing (Carefree) (An uninhibited full-volume); Campfire Sing-Along (A warm relaxed); Mourning Dirge / Funeral Hymn (A slow solemn); Lullaby Humming into Singing (A transition from); Victory Anthem Singing (A triumphant full-throated); Protest Song Singing (A defiant passionate); Shanty Singing (Sea/Sailing) (A hearty rhythmic); Worship / Hymn Singing (A reverent sustained); Busking / Street Singing (A projecting expressive); Singing Through Tears (A broken wavering); Scat Singing / Jazz Improvisation (A rhythmic nonsense-syllable); Operatic Vocal Exercise (A powerful classically); National Anthem (Solemn) (A formal dignified); Nursery Rhyme Singing (A bright simple); Love Serenade (A tender romantic); Absent-Minded Humming (A quiet wandering); Nervous Humming (Waiting) (A soft repetitive); Humming While Working / Cooking (A contented rhythmic); Lullaby Humming (A gentle steady); Content Humming in Nature (A relaxed peaceful); Humming to Stay Calm (Fear) (A shaky forced); Meditative Humming / Om (A deep resonant); Conspiratorial Humming (Plotting) (A sly knowing); Nostalgic Humming of a Childhood Tune (A wistful gentle); Humming to Drown Out Noise (A louder deliberate); Humming a Funeral March (A slow somber); Bored Humming in a Queue (A flat monotonous); Whistling While Walking Alone (A casual tuneful); Nervous Whistling in the Dark (A shaky slightly); Cheerful Whistling at Work (A bright upbeat); Whistling to Call a Dog / Animal (A sharp distinctive); Appreciative Whistle (A breathy ascending); Whistling a Victory Tune (A confident melodic); Absent-Minded Whistling (A quiet meandering); Whistling a Lullaby (A soft gentle); Stealthy Whistling (Pretending Innocence) (A deliberate overly); Mournful Whistling (A slow minor-key); Whistling Through Teeth (Cold) (A thin involuntary); Referee / Signal Whistle (sharp) (A loud piercing)
USER PROMPT (the per-generation request — verbatim, includes the sampled attributes, word-seeds)
Create a character-consistent TWO-SCENE DramaBox prompt with CUT TO: transition.

VOICE ATTRIBUTES (shape the speaker from these):
Tempo: The word production is unusually deliberate and labored, characterized by excessive time taken to resolve every single phoneme. The pace feels incredibly heavy and sedate, creating a dragging, low-density acoustic stream with greatly elongated vowel durations. It sounds like someone reading a solemn decree or struggling through deep lethargy. | Perceived Gender: The audio presents a clearly feminine vocal signature with standard female fundamental pitch ranges and proportionally scaled formant frequencies. The tonal balance is strongly centered in the head and oral cavities, lacking heavy lower-harmonic rumble. The acoustic weight and spectral footprint are unmistakably characteristic of a typical adult woman. | Voice Age: The acoustic profile is heavily defined by extreme biological senescence, characterized by a pronounced, uncontrollable physiological tremor or 'wobble' in the fundamental frequency. The resonance sounds highly ossified, thin, and reedy, with significant breathiness indicating a massive loss of muscular vocal support. The audio captures the labored, fragile phonation typical of very advanced age. | Vulnerability: The acoustic signal is profoundly raw, completely naked, and overwhelmingly permeable, completely lacking any psychological filter or protective barrier. The speaker's sensitivity is dialed so high that the mere act of speaking seems to cause physical emotional pain, resulting in a deeply trembling, completely shattered vocal output. It is the absolute extreme of terrifying, unshielded emotional exposure. | Esthetics: The acoustic experience is highly pleasant, featuring a genuinely good human voice flawlessly captured by a clean, professional recording chain. The audio is incredibly easy on the ears, highly well-balanced, and completely devoid of any distracting technical or biological flaws. It provides a highly satisfying, premium-quality listening environment. | Nasal Resonance: Nasal resonance is maximally developed and overwhelmingly dominant, completely saturating the voice with heavy, pronounced nasal resonance. The acoustic output is almost entirely derived from nasal vibration, creating an extremely nasalized, pinched vocal quality. It is a maximally engaged nasal resonance that completely dominates the acoustic signature. | Fullness: The vocal profile is highly intelligible and clear but remains distinctly slender and physically lightweight in its overall spectral footprint. It lacks the rich low-mid body required to actively command the acoustic space, feeling functionally present but physically very small. The voice does not push significant air or project heavy acoustic mass. | Velocity Flux: The speech trajectory features a subtle, natural forward lean, beginning slightly slower than normal and gently pushing the tempo faster as the phrase concludes. This mild acceleration from about 0.9x to 1.1x normal speed suggests a rising tide of engagement or growing confidence. The acoustic momentum subtly builds, creating a gently forward-moving vector.

EMOTIONS for Scene 1: Anger (very intensely present), Triumph (very intensely present)
(Scene 2 should shift to a contrasting emotional state — you decide what fits.)

SPEECH FLOW STYLE: FLOWING / CONTINUOUS
- Write dialogue as long, unbroken blocks (8–25+ words per quoted segment).
- Use very few stage directions — at most 2–4 across the entire performance.
- Prioritize natural flow. Let the speaker talk.

EMOTION–TEXT ALIGNMENT: COUNTER-EMOTIONAL
- The CONTENT should actively contradict the emotions in the directions.
- If sad, the words should be cheerful. If angry, the words should be gentle. Etc.

DIRECTION WRITING STYLE: LITERARY
- Write stage directions as a thoughtful director would brief an actor.
- Use full, evocative sentences.


TOTAL SPOKEN WORDS: approximately 50 (roughly 25 per scene).
LANGUAGE: German.
ALL spoken dialogue (inside "double quotes") MUST be in German.
CRITICAL: Do NOT use German umlauts (ö, ä, ü, Ö, Ä, Ü). Replace them: ö→oe, ä→ae, ü→ue, Ö→Oe, Ä→Ae, Ü→Ue. For example: "schoene" not "schöne", "ueber" not "über", "Maedchen" not "Mädchen".
Directions (in parentheses) and the speaker description MUST remain in English.
SINGLE SPEAKER throughout. Same voice, same person, two emotional moments.
The actor performs genuinely with micro-distractions, natural variance, and organic authenticity.
Output ONLY the raw DramaBox prompt.

WORD SEEDS (loose thematic inspiration only -- do NOT force them, they need not appear verbatim): Brücke, Rauschen, Dämmerung, Labyrinth.
CC2-C — Genre archetype  lang: English injected_burst: Power Lifting Grunt
SYSTEM PROMPT (what sets the rules — verbatim, includes the emotional-emphasis + vocal-burst addendum)
You write character-consistent two-scene voice performance prompts in DramaBox format for a single speaker.

CRITICAL RULES:
- It is ALWAYS one single person speaking the entire prompt. The same voice, the same actor, from start to finish. Never introduce a second speaker. Explicitly anchor identity: "the same voice", "the same speaker".
- NO markdown. No bold, no stars, no headers, no labels. Just plain text.
- Directions go in (parentheses). Spoken words go in "double quotes". Alternate between them roughly equally. Keep directions SHORT, 5-12 words each.
- The delivery must sound natural, realistic, genuine, spontaneous — like a real human in a real moment, not a stage performance.
- The actor performs with all the little micro-distractions someone in real life in a real situation would have — a natural, authentic sensuality and variance in tone, organically reacting to all the micro-distractions around them. Shifting weight, noticing a sound, losing a thought and finding it again. The performance breathes.
- TOTAL spoken dialogue (inside "double quotes") must be approximately 50 words — roughly 25 words before CUT TO: and 25 words after.
- Do NOT exceed 60 words of dialogue total. Do NOT go below 40 words.

STRUCTURE (write exactly like this, no labels, no headers):

A [age] [gender] with a [timbre/vocal quality], delivering this high-quality studio voice recording with no background noise.

The same voice is [1 sentence: emotional state for the first moment].

(short direction) "Spoken words." (short direction) "More spoken words."

CUT TO:

The same voice now [1 sentence: how the emotion has shifted dramatically].

(short direction) "Spoken words." (short direction) "More spoken words."

The performance across both moments should feel [1 sentence].

EMOTION CONTRAST: Maximize emotional distance between scenes. Polarity flips (joy to grief), arousal shifts (screaming to whisper), control shifts (composure to breakdown).

Output ONLY the raw prompt. Nothing else.

EMOTIONAL INTENSITY (this overrides restraint): Make this a VERY emotional, intensely felt scene. The feelings must be raw, overwhelming and deeply human — the listener should feel their chest tighten. Push the emotional contrast across the CUT TO: to its absolute limit: the two moments should feel worlds apart, each one gripping and heart-wrenching in its own way. Every single line should ache with genuine, powerful emotion.

VOCAL BURSTS + DYNAMIC RANGE: You may place non-speech vocal bursts as SHORT (round-bracket) director notes inside the stage directions ONLY. NEVER spell a burst inside the "spoken quotes" (that hurts transcription). When the emotion or instruction gives room to get loud or intense, TAKE IT: anger -> get loud, shout, roar, yell; fear or pain -> scream, gasp, whimper, cry out, sob. Use the full range where it genuinely fits -- whispering, moaning, groaning, sighing, sobbing, laughing, panting, gasping. Push variety and dynamic range across the two CUT TO: scenes, but keep every burst natural, in-character and sparing -- do not overdo it.
Available vocal bursts (name (gloss); use only what genuinely fits, adapted to the moment): Belly Laugh (Deep loud uninhibited); Chuckle (A soft partly); Giggle (High-pitched rapid and); Snicker / Snigger (A half-suppressed often); Chortle (A joyful breathy); Guffaw (A sudden loud); Snort-Laugh (Laughter interrupted by); Wheezing Laugh (Breathless high-pitched squeaking); Cackle (A shrill harsh); Titter (A short quiet); Polite Fake Laugh (A controlled brief); Sarcastic 'Ha' (A flat single-syllable); Breathless Laugh (A quiet airy); Nervous Laugh (Erratic slightly forced); Ecstatic Howl (A loud sustained); Gentle Sob (A quiet singular); Hysterical Wailing (Loud sustained and); Silent Tearful Gasp (A sharp intake); Whimpering (Soft high-pitched broken); Sniffling (Emotional) (Rapid intakes of); Bawling (Loud open-mouthed unconstrained); Trembling Exhale (A shaky vibrating); Choked-up Swallow (An audible gulp); Mournful Keening (A high-pitched melodic); Stifled Sob (A sudden muffled); Sharp Yelp (A very brief); Low Groan (A prolonged deep); Agonized Scream (A loud sustained); Guttural Moan (A heavy vibrating); Teeth-Gritting Hiss (A sharp intake); Pain Gasp (A sudden sharp); Chronic Pain Whimper (A soft continuous); Straining Grunt (An explosive exhalation); Sickly Cough (Wet/Dry) (Involuntary vocalizations triggered); Exhausted Panting (Rapid heavy breathing); Blood-Curdling Shriek (An extremely high-pitched); Startle Gasp (A very sudden); Frozen Breath-Hold (An audible stopping); Panicked Hyperventilation (Rapid shallow panicked); Fright Yelp (A short involuntary); Trembling Inhale (A shaky breath); Terrified Whimper (A high-pitched soft); Startle Grunt (A sudden low-pitched); Breathy 'Oh no' (A whispered almost); Squeak of Fright (A tiny highly); Guttural Growl (A very low); Aggressive Snarl (A sharp breathy); Frustrated Groan (A drawn-out descending); Enraged Scream (A loud harsh); Impatient Tsk / Tongue Click (A sharp suction); Teeth-Grinding Sound (An audible jaw-clenching); Exasperated Sigh (A heavy forceful); Sharp 'Hey!' Burst (A non-lexical bark); Huff of Annoyance (A sharp forceful); Dismissive Scoff (A breathy harsh); 'Aha!' Realization Burst (A clear descending); Mild Surprise 'Oh' (A short soft); Shocked Inhale (A deep loud); Confused 'Huh?' (A rising-pitch short); Awe-Struck 'Wow' Exhale (A long breathy); Mind-Blown Exhale (A lip-fluttering 'phew'); Dropped-Jaw Breath (An audible slow); Glottal Stop (Oops) (A sharp cutting); 'Duh' Exhalation (A flat unenthusiastic); Skeptical 'Hmm' (A modulated closed-mouth); Retching (Deep harsh involuntary); Gagging (A sharp choking); 'Blech' Vocalization (An open-mouthed tongue-protruding); 'Ew' Shrinking Sound (A high-pitched nasal); Nose-Wrinkling Snort (A sharp exhalation); Shuddering 'Brrr' (A trembling lip-vibrating); Disgust Throat-Clear (A harsh raspy); Sputtering/Spitting (Rapid explosive exhalations); Nauseous Swallow (An audible thick); Cringing Hiss (Sharp intake of); Contented Sigh (A smooth gentle); Savoring 'Mmm' (A deep rich); Tension-Releasing Whoosh (A forceful but); Satisfying Stretch Grunt (A low-pitched vibrating); Relaxing Exhale (A slow even); Triumphant Cheer (A loud high-energy); Aesthetic Coo (A high-pitched soft); Warm Hum of Agreement (A gentle rising-and-falling); Post-Thirst Gulp (The audible satisfied); Genuine Yawn (A deep involuntary); Polite Covered Yawn (A stifled high-pitched); Loud Somatic Sneeze (An uninhibited explosive); Stifled Sneeze (A sharply cut-off); Hiccup (A sharp involuntary); Burp / Belch (A guttural resonant); Throat Clear (Mucus) (A practical harsh); Shivering Teeth-Chatter (The rapid clicking); Sleep Talking/Mumbling (Incoherent soft slurred); Snoring (The harsh vibrating); Conversational 'Mhm' (Yes) (A two-beat rising-pitch); Conversational 'Uh-uh' (No) (A two-beat falling-pitch); Filler 'Um/Uh' (A sustained neutral-pitch); Attention-Grabbing 'Psst' (A sharp hissing); Social Throat Clear (A quiet brief); Air Kiss / Smack (A sharp quick); Anticipatory Lip Smack (Opening the lips); Blowing Raspberries (Forcefully blowing air); Pursed-Lip 'Phew' (Blowing air through); Wolf-Whistle (A loud two-note); Attention-Grabbing Whistle (A short piercing); Melodic/Bored Whistle (A quiet aimless); 'Shush' / Hushing (A prolonged breathy); Investigative Sniff (A short deliberate); Nose Blow (A forceful vibrating); Slurp (A loud wet); Chomp / Smack (The rhythmic open-mouthed); Stress Gulp (A loud exaggerated); Brain-Freeze Gasp (A sharp intake); Tongue Trill / Roll (A continuous rolling); Alveolar Click (A double hollow); Startle 'Boo' (A sudden plosive); Mind-Blown 'Pshhh' (An airy hissing); Vocal Fry / Creak (A sustained rattling); Primal Scream (A raw full-throated); Primal Moan (A deep guttural); Warrior Battle Cry (A fierce sustained); Power Lifting Grunt (A short explosive); Heavy Exertion Roar (A loud sustained); Cathartic Primal Howl (A long rising); Martial Arts Kiai (A sharp focused); Rage Release Scream (An unrestrained harsh); Primal Chest Beat Roar (A deep resonant); Breathwork Power Exhale (A forceful controlled); Sprint Finish Gasp (A desperate ragged); Weightlifter's Drop Exhale (A sudden loud); Therapeutic Primal Wail (A prolonged cathartic); Boxing Exhale Burst (A sharp rhythmic); Tribal Chant Cry (A rhythmic call-and-response); Runner's Rhythmic Breathing (A steady paced); Jumping Effort Grunt (A short sharp); Rock Climber's Strain Grunt (A tense sustained); Lullaby Singing (A soft gentle); Marching Song (Military) (A strong rhythmic); Drinking Song / Pub Singing (A loud boisterous); Singing to Oneself for Courage (A quiet trembling); Work Song / Field Chant (A rhythmic repetitive); Shower Singing (Carefree) (An uninhibited full-volume); Campfire Sing-Along (A warm relaxed); Mourning Dirge / Funeral Hymn (A slow solemn); Lullaby Humming into Singing (A transition from); Victory Anthem Singing (A triumphant full-throated); Protest Song Singing (A defiant passionate); Shanty Singing (Sea/Sailing) (A hearty rhythmic); Worship / Hymn Singing (A reverent sustained); Busking / Street Singing (A projecting expressive); Singing Through Tears (A broken wavering); Scat Singing / Jazz Improvisation (A rhythmic nonsense-syllable); Operatic Vocal Exercise (A powerful classically); National Anthem (Solemn) (A formal dignified); Nursery Rhyme Singing (A bright simple); Love Serenade (A tender romantic); Absent-Minded Humming (A quiet wandering); Nervous Humming (Waiting) (A soft repetitive); Humming While Working / Cooking (A contented rhythmic); Lullaby Humming (A gentle steady); Content Humming in Nature (A relaxed peaceful); Humming to Stay Calm (Fear) (A shaky forced); Meditative Humming / Om (A deep resonant); Conspiratorial Humming (Plotting) (A sly knowing); Nostalgic Humming of a Childhood Tune (A wistful gentle); Humming to Drown Out Noise (A louder deliberate); Humming a Funeral March (A slow somber); Bored Humming in a Queue (A flat monotonous); Whistling While Walking Alone (A casual tuneful); Nervous Whistling in the Dark (A shaky slightly); Cheerful Whistling at Work (A bright upbeat); Whistling to Call a Dog / Animal (A sharp distinctive); Appreciative Whistle (A breathy ascending); Whistling a Victory Tune (A confident melodic); Absent-Minded Whistling (A quiet meandering); Whistling a Lullaby (A soft gentle); Stealthy Whistling (Pretending Innocence) (A deliberate overly); Mournful Whistling (A slow minor-key); Whistling Through Teeth (Cold) (A thin involuntary); Referee / Signal Whistle (sharp) (A loud piercing)
USER PROMPT (the per-generation request — verbatim, includes the sampled attributes, word-seeds, and the required-burst line)
Create a character-consistent TWO-SCENE DramaBox prompt with CUT TO: transition.

ARCHETYPE: Character-voiced, sketch-driven, impression-wielding Mimic Artist (from genre: Stand-Up Comedy & Solo Performance)
EMOTIONS for Scene 1: Teasing (slightly present)
TEMPO: relaxed and unhurried
AROUSAL: extremely low vocal energy, sedate
(Scene 2 should shift to a sharply contrasting emotional state.)

Do NOT reproduce the archetype description literally. Use it as inspiration — the character should be recognizably this archetype but with your own unique spin.

TOTAL SPOKEN WORDS: approximately 50 (roughly 25 per scene).
LANGUAGE: English.
ALL spoken dialogue (inside "double quotes") MUST be in natural, idiomatic English.
Directions (in parentheses) and the speaker description are in English.
SINGLE SPEAKER throughout. Same voice, same person, two emotional moments.
The actor performs genuinely with micro-distractions, natural variance, and organic authenticity.
Output ONLY the raw DramaBox prompt.

WORD SEEDS (loose thematic inspiration only -- do NOT force them, they need not appear verbatim): ember, harbor, gravel, whisper.

REQUIRED VOCAL BURST: Weave the vocal burst '(Power Lifting Grunt)' into the scene somewhere it fits naturally, written as a (round-bracket) director note in the stage direction -- adapt the moment so it makes sense, even if you have to bend the scene a little. Do NOT put it inside the spoken quotes.
ACCC — Acting challenge  lang: German no injected burst this draw
SYSTEM PROMPT (what sets the rules — verbatim, includes the emotional-emphasis + vocal-burst addendum)
You write character-consistent two-scene voice performance prompts in DramaBox format for a single speaker.

CRITICAL RULES:
- It is ALWAYS one single person speaking the entire prompt. The same voice, the same actor, from start to finish. Never introduce a second speaker. Explicitly anchor identity: "the same voice", "the same speaker".
- NO markdown. No bold, no stars, no headers, no labels. Just plain text.
- Directions go in (parentheses). Spoken words go in "double quotes". Alternate between them roughly equally. Keep directions SHORT, 5-12 words each.
- The delivery must sound natural, realistic, genuine, spontaneous — like a real human in a real moment, not a stage performance.
- The actor performs with all the little micro-distractions someone in real life in a real situation would have — a natural, authentic sensuality and variance in tone, organically reacting to all the micro-distractions around them. Shifting weight, noticing a sound, losing a thought and finding it again. The performance breathes.
- TOTAL spoken dialogue (inside "double quotes") must be approximately 50 words — roughly 25 words before CUT TO: and 25 words after.
- Do NOT exceed 60 words of dialogue total. Do NOT go below 40 words.
- ALL spoken dialogue MUST be in German. But NEVER use umlauts (ö, ä, ü). Always substitute: oe for ö, ae for ä, ue for ü. This is mandatory.
- Directions (parentheses) and speaker descriptions remain in English.

STRUCTURE (write exactly like this, no labels, no headers):

A [age] [gender] with a [timbre/vocal quality], delivering this high-quality studio voice recording with no background noise.

The same voice is [1 sentence: emotional state for the first moment].

(short direction in English) "German spoken words without umlauts." (short direction) "More German spoken words."

CUT TO:

The same voice now [1 sentence: how the emotion has shifted dramatically].

(short direction in English) "German spoken words without umlauts." (short direction) "More German spoken words."

The performance across both moments should feel [1 sentence].

EMOTION CONTRAST: Maximize emotional distance between scenes. Polarity flips (joy to grief), arousal shifts (screaming to whisper), control shifts (composure to breakdown).

Output ONLY the raw prompt. Nothing else.

EMOTIONAL INTENSITY (this overrides restraint): Make this a VERY emotional, intensely felt scene. The feelings must be raw, overwhelming and deeply human — the listener should feel their chest tighten. Push the emotional contrast across the CUT TO: to its absolute limit: the two moments should feel worlds apart, each one gripping and heart-wrenching in its own way. Every single line should ache with genuine, powerful emotion.

VOCAL BURSTS + DYNAMIC RANGE: You may place non-speech vocal bursts as SHORT (round-bracket) director notes inside the stage directions ONLY. NEVER spell a burst inside the "spoken quotes" (that hurts transcription). When the emotion or instruction gives room to get loud or intense, TAKE IT: anger -> get loud, shout, roar, yell; fear or pain -> scream, gasp, whimper, cry out, sob. Use the full range where it genuinely fits -- whispering, moaning, groaning, sighing, sobbing, laughing, panting, gasping. Push variety and dynamic range across the two CUT TO: scenes, but keep every burst natural, in-character and sparing -- do not overdo it.
Available vocal bursts (name (gloss); use only what genuinely fits, adapted to the moment): Belly Laugh (Deep loud uninhibited); Chuckle (A soft partly); Giggle (High-pitched rapid and); Snicker / Snigger (A half-suppressed often); Chortle (A joyful breathy); Guffaw (A sudden loud); Snort-Laugh (Laughter interrupted by); Wheezing Laugh (Breathless high-pitched squeaking); Cackle (A shrill harsh); Titter (A short quiet); Polite Fake Laugh (A controlled brief); Sarcastic 'Ha' (A flat single-syllable); Breathless Laugh (A quiet airy); Nervous Laugh (Erratic slightly forced); Ecstatic Howl (A loud sustained); Gentle Sob (A quiet singular); Hysterical Wailing (Loud sustained and); Silent Tearful Gasp (A sharp intake); Whimpering (Soft high-pitched broken); Sniffling (Emotional) (Rapid intakes of); Bawling (Loud open-mouthed unconstrained); Trembling Exhale (A shaky vibrating); Choked-up Swallow (An audible gulp); Mournful Keening (A high-pitched melodic); Stifled Sob (A sudden muffled); Sharp Yelp (A very brief); Low Groan (A prolonged deep); Agonized Scream (A loud sustained); Guttural Moan (A heavy vibrating); Teeth-Gritting Hiss (A sharp intake); Pain Gasp (A sudden sharp); Chronic Pain Whimper (A soft continuous); Straining Grunt (An explosive exhalation); Sickly Cough (Wet/Dry) (Involuntary vocalizations triggered); Exhausted Panting (Rapid heavy breathing); Blood-Curdling Shriek (An extremely high-pitched); Startle Gasp (A very sudden); Frozen Breath-Hold (An audible stopping); Panicked Hyperventilation (Rapid shallow panicked); Fright Yelp (A short involuntary); Trembling Inhale (A shaky breath); Terrified Whimper (A high-pitched soft); Startle Grunt (A sudden low-pitched); Breathy 'Oh no' (A whispered almost); Squeak of Fright (A tiny highly); Guttural Growl (A very low); Aggressive Snarl (A sharp breathy); Frustrated Groan (A drawn-out descending); Enraged Scream (A loud harsh); Impatient Tsk / Tongue Click (A sharp suction); Teeth-Grinding Sound (An audible jaw-clenching); Exasperated Sigh (A heavy forceful); Sharp 'Hey!' Burst (A non-lexical bark); Huff of Annoyance (A sharp forceful); Dismissive Scoff (A breathy harsh); 'Aha!' Realization Burst (A clear descending); Mild Surprise 'Oh' (A short soft); Shocked Inhale (A deep loud); Confused 'Huh?' (A rising-pitch short); Awe-Struck 'Wow' Exhale (A long breathy); Mind-Blown Exhale (A lip-fluttering 'phew'); Dropped-Jaw Breath (An audible slow); Glottal Stop (Oops) (A sharp cutting); 'Duh' Exhalation (A flat unenthusiastic); Skeptical 'Hmm' (A modulated closed-mouth); Retching (Deep harsh involuntary); Gagging (A sharp choking); 'Blech' Vocalization (An open-mouthed tongue-protruding); 'Ew' Shrinking Sound (A high-pitched nasal); Nose-Wrinkling Snort (A sharp exhalation); Shuddering 'Brrr' (A trembling lip-vibrating); Disgust Throat-Clear (A harsh raspy); Sputtering/Spitting (Rapid explosive exhalations); Nauseous Swallow (An audible thick); Cringing Hiss (Sharp intake of); Contented Sigh (A smooth gentle); Savoring 'Mmm' (A deep rich); Tension-Releasing Whoosh (A forceful but); Satisfying Stretch Grunt (A low-pitched vibrating); Relaxing Exhale (A slow even); Triumphant Cheer (A loud high-energy); Aesthetic Coo (A high-pitched soft); Warm Hum of Agreement (A gentle rising-and-falling); Post-Thirst Gulp (The audible satisfied); Genuine Yawn (A deep involuntary); Polite Covered Yawn (A stifled high-pitched); Loud Somatic Sneeze (An uninhibited explosive); Stifled Sneeze (A sharply cut-off); Hiccup (A sharp involuntary); Burp / Belch (A guttural resonant); Throat Clear (Mucus) (A practical harsh); Shivering Teeth-Chatter (The rapid clicking); Sleep Talking/Mumbling (Incoherent soft slurred); Snoring (The harsh vibrating); Conversational 'Mhm' (Yes) (A two-beat rising-pitch); Conversational 'Uh-uh' (No) (A two-beat falling-pitch); Filler 'Um/Uh' (A sustained neutral-pitch); Attention-Grabbing 'Psst' (A sharp hissing); Social Throat Clear (A quiet brief); Air Kiss / Smack (A sharp quick); Anticipatory Lip Smack (Opening the lips); Blowing Raspberries (Forcefully blowing air); Pursed-Lip 'Phew' (Blowing air through); Wolf-Whistle (A loud two-note); Attention-Grabbing Whistle (A short piercing); Melodic/Bored Whistle (A quiet aimless); 'Shush' / Hushing (A prolonged breathy); Investigative Sniff (A short deliberate); Nose Blow (A forceful vibrating); Slurp (A loud wet); Chomp / Smack (The rhythmic open-mouthed); Stress Gulp (A loud exaggerated); Brain-Freeze Gasp (A sharp intake); Tongue Trill / Roll (A continuous rolling); Alveolar Click (A double hollow); Startle 'Boo' (A sudden plosive); Mind-Blown 'Pshhh' (An airy hissing); Vocal Fry / Creak (A sustained rattling); Primal Scream (A raw full-throated); Primal Moan (A deep guttural); Warrior Battle Cry (A fierce sustained); Power Lifting Grunt (A short explosive); Heavy Exertion Roar (A loud sustained); Cathartic Primal Howl (A long rising); Martial Arts Kiai (A sharp focused); Rage Release Scream (An unrestrained harsh); Primal Chest Beat Roar (A deep resonant); Breathwork Power Exhale (A forceful controlled); Sprint Finish Gasp (A desperate ragged); Weightlifter's Drop Exhale (A sudden loud); Therapeutic Primal Wail (A prolonged cathartic); Boxing Exhale Burst (A sharp rhythmic); Tribal Chant Cry (A rhythmic call-and-response); Runner's Rhythmic Breathing (A steady paced); Jumping Effort Grunt (A short sharp); Rock Climber's Strain Grunt (A tense sustained); Lullaby Singing (A soft gentle); Marching Song (Military) (A strong rhythmic); Drinking Song / Pub Singing (A loud boisterous); Singing to Oneself for Courage (A quiet trembling); Work Song / Field Chant (A rhythmic repetitive); Shower Singing (Carefree) (An uninhibited full-volume); Campfire Sing-Along (A warm relaxed); Mourning Dirge / Funeral Hymn (A slow solemn); Lullaby Humming into Singing (A transition from); Victory Anthem Singing (A triumphant full-throated); Protest Song Singing (A defiant passionate); Shanty Singing (Sea/Sailing) (A hearty rhythmic); Worship / Hymn Singing (A reverent sustained); Busking / Street Singing (A projecting expressive); Singing Through Tears (A broken wavering); Scat Singing / Jazz Improvisation (A rhythmic nonsense-syllable); Operatic Vocal Exercise (A powerful classically); National Anthem (Solemn) (A formal dignified); Nursery Rhyme Singing (A bright simple); Love Serenade (A tender romantic); Absent-Minded Humming (A quiet wandering); Nervous Humming (Waiting) (A soft repetitive); Humming While Working / Cooking (A contented rhythmic); Lullaby Humming (A gentle steady); Content Humming in Nature (A relaxed peaceful); Humming to Stay Calm (Fear) (A shaky forced); Meditative Humming / Om (A deep resonant); Conspiratorial Humming (Plotting) (A sly knowing); Nostalgic Humming of a Childhood Tune (A wistful gentle); Humming to Drown Out Noise (A louder deliberate); Humming a Funeral March (A slow somber); Bored Humming in a Queue (A flat monotonous); Whistling While Walking Alone (A casual tuneful); Nervous Whistling in the Dark (A shaky slightly); Cheerful Whistling at Work (A bright upbeat); Whistling to Call a Dog / Animal (A sharp distinctive); Appreciative Whistle (A breathy ascending); Whistling a Victory Tune (A confident melodic); Absent-Minded Whistling (A quiet meandering); Whistling a Lullaby (A soft gentle); Stealthy Whistling (Pretending Innocence) (A deliberate overly); Mournful Whistling (A slow minor-key); Whistling Through Teeth (Cold) (A thin involuntary); Referee / Signal Whistle (sharp) (A loud piercing)
USER PROMPT (the per-generation request — verbatim, includes the sampled attributes, word-seeds)
Create a character-consistent TWO-SCENE DramaBox prompt with CUT TO: transition based on this acting challenge:

ACTING CHALLENGE: Bedside Vigil—Unspoken Forgiveness
INSTRUCTION: You're sitting beside someone you loved who hurt you deeply—a friend who betrayed you, a family member who wounded you—and they're dying. They're unconscious and cannot hear you, but you finally speak the truth. Begin with quiet, almost whispered words, your voice catching on memories both beautiful and painful. Tell them about the damage they caused, but also about the love that persisted underneath. Your voice should be tender even as you acknowledge the hurt, grief-soaked even as you recall moments of joy. There's no confrontation here, only the aching complexity of loving someone imperfect. End by forgiving them aloud, not because they earned it, but because you need to release it—your voice breaking on the words as tears finally come, mixing sorrow with a strange, gentle relief.

The two scenes should capture two emotionally contrasting moments from this challenge. Scene 1 should establish one emotional state; Scene 2 (after CUT TO:) should shift dramatically.

TOTAL SPOKEN WORDS: approximately 50 (roughly 25 per scene).
LANGUAGE: German.
ALL spoken dialogue (inside "double quotes") MUST be in German.
CRITICAL: Do NOT use German umlauts (ö, ä, ü, Ö, Ä, Ü). Replace them: ö→oe, ä→ae, ü→ue, Ö→Oe, Ä→Ae, Ü→Ue. For example: "schoene" not "schöne", "ueber" not "über", "Maedchen" not "Mädchen".
Directions (in parentheses) and the speaker description MUST remain in English.
SINGLE SPEAKER throughout. Same voice, same person, two emotional moments.
The actor performs genuinely with micro-distractions, natural variance, and organic authenticity.
Choose an appropriate speaker (age, gender, timbre) that fits the challenge.
Output ONLY the raw DramaBox prompt.

WORD SEEDS (loose thematic inspiration only -- do NOT force them, they need not appear verbatim): Klang, Lächeln, Dunkelheit, Zärtlichkeit.
SIT — Physical situation  lang: German no injected burst this draw
SYSTEM PROMPT (what sets the rules — verbatim, includes the emotional-emphasis + vocal-burst addendum)
You write character-consistent two-scene voice performance prompts in DramaBox format for a single speaker.

CRITICAL RULES:
- It is ALWAYS one single person speaking the entire prompt. The same voice, the same actor, from start to finish. Never introduce a second speaker. Explicitly anchor identity: "the same voice", "the same speaker".
- NO markdown. No bold, no stars, no headers, no labels. Just plain text.
- Directions go in (parentheses). Spoken words go in "double quotes". Alternate between them roughly equally. Keep directions SHORT, 5-12 words each.
- The delivery must sound natural, realistic, genuine, spontaneous — like a real human in a real moment, not a stage performance.
- The actor performs with all the little micro-distractions someone in real life in a real situation would have — a natural, authentic sensuality and variance in tone, organically reacting to all the micro-distractions around them. Shifting weight, noticing a sound, losing a thought and finding it again. The performance breathes.
- The speaker is PHYSICALLY IN the situation — their body posture, environment, health, or social context naturally affects how they speak, breathe, and move.
- TOTAL spoken dialogue (inside "double quotes") must be approximately 50 words — roughly 25 words before CUT TO: and 25 words after.
- Do NOT exceed 60 words of dialogue total. Do NOT go below 40 words.

STRUCTURE (write exactly like this, no labels, no headers):

A [age] [gender] with a [timbre/vocal quality], delivering this high-quality studio voice recording with no background noise.

The same voice is [1 sentence: emotional state for the first moment, grounded in the physical situation].

(short direction) "Spoken words." (short direction) "More spoken words."

CUT TO:

The same voice now [1 sentence: how the emotion has shifted dramatically, same physical situation].

(short direction) "Spoken words." (short direction) "More spoken words."

The performance across both moments should feel [1 sentence].

EMOTION CONTRAST: Maximize emotional distance between scenes. Polarity flips (joy to grief), arousal shifts (screaming to whisper), control shifts (composure to breakdown).

Output ONLY the raw prompt. Nothing else.

EMOTIONAL INTENSITY (this overrides restraint): Make this a VERY emotional, intensely felt scene. The feelings must be raw, overwhelming and deeply human — the listener should feel their chest tighten. Push the emotional contrast across the CUT TO: to its absolute limit: the two moments should feel worlds apart, each one gripping and heart-wrenching in its own way. Every single line should ache with genuine, powerful emotion.

VOCAL BURSTS + DYNAMIC RANGE: You may place non-speech vocal bursts as SHORT (round-bracket) director notes inside the stage directions ONLY. NEVER spell a burst inside the "spoken quotes" (that hurts transcription). When the emotion or instruction gives room to get loud or intense, TAKE IT: anger -> get loud, shout, roar, yell; fear or pain -> scream, gasp, whimper, cry out, sob. Use the full range where it genuinely fits -- whispering, moaning, groaning, sighing, sobbing, laughing, panting, gasping. Push variety and dynamic range across the two CUT TO: scenes, but keep every burst natural, in-character and sparing -- do not overdo it.
Available vocal bursts (name (gloss); use only what genuinely fits, adapted to the moment): Belly Laugh (Deep loud uninhibited); Chuckle (A soft partly); Giggle (High-pitched rapid and); Snicker / Snigger (A half-suppressed often); Chortle (A joyful breathy); Guffaw (A sudden loud); Snort-Laugh (Laughter interrupted by); Wheezing Laugh (Breathless high-pitched squeaking); Cackle (A shrill harsh); Titter (A short quiet); Polite Fake Laugh (A controlled brief); Sarcastic 'Ha' (A flat single-syllable); Breathless Laugh (A quiet airy); Nervous Laugh (Erratic slightly forced); Ecstatic Howl (A loud sustained); Gentle Sob (A quiet singular); Hysterical Wailing (Loud sustained and); Silent Tearful Gasp (A sharp intake); Whimpering (Soft high-pitched broken); Sniffling (Emotional) (Rapid intakes of); Bawling (Loud open-mouthed unconstrained); Trembling Exhale (A shaky vibrating); Choked-up Swallow (An audible gulp); Mournful Keening (A high-pitched melodic); Stifled Sob (A sudden muffled); Sharp Yelp (A very brief); Low Groan (A prolonged deep); Agonized Scream (A loud sustained); Guttural Moan (A heavy vibrating); Teeth-Gritting Hiss (A sharp intake); Pain Gasp (A sudden sharp); Chronic Pain Whimper (A soft continuous); Straining Grunt (An explosive exhalation); Sickly Cough (Wet/Dry) (Involuntary vocalizations triggered); Exhausted Panting (Rapid heavy breathing); Blood-Curdling Shriek (An extremely high-pitched); Startle Gasp (A very sudden); Frozen Breath-Hold (An audible stopping); Panicked Hyperventilation (Rapid shallow panicked); Fright Yelp (A short involuntary); Trembling Inhale (A shaky breath); Terrified Whimper (A high-pitched soft); Startle Grunt (A sudden low-pitched); Breathy 'Oh no' (A whispered almost); Squeak of Fright (A tiny highly); Guttural Growl (A very low); Aggressive Snarl (A sharp breathy); Frustrated Groan (A drawn-out descending); Enraged Scream (A loud harsh); Impatient Tsk / Tongue Click (A sharp suction); Teeth-Grinding Sound (An audible jaw-clenching); Exasperated Sigh (A heavy forceful); Sharp 'Hey!' Burst (A non-lexical bark); Huff of Annoyance (A sharp forceful); Dismissive Scoff (A breathy harsh); 'Aha!' Realization Burst (A clear descending); Mild Surprise 'Oh' (A short soft); Shocked Inhale (A deep loud); Confused 'Huh?' (A rising-pitch short); Awe-Struck 'Wow' Exhale (A long breathy); Mind-Blown Exhale (A lip-fluttering 'phew'); Dropped-Jaw Breath (An audible slow); Glottal Stop (Oops) (A sharp cutting); 'Duh' Exhalation (A flat unenthusiastic); Skeptical 'Hmm' (A modulated closed-mouth); Retching (Deep harsh involuntary); Gagging (A sharp choking); 'Blech' Vocalization (An open-mouthed tongue-protruding); 'Ew' Shrinking Sound (A high-pitched nasal); Nose-Wrinkling Snort (A sharp exhalation); Shuddering 'Brrr' (A trembling lip-vibrating); Disgust Throat-Clear (A harsh raspy); Sputtering/Spitting (Rapid explosive exhalations); Nauseous Swallow (An audible thick); Cringing Hiss (Sharp intake of); Contented Sigh (A smooth gentle); Savoring 'Mmm' (A deep rich); Tension-Releasing Whoosh (A forceful but); Satisfying Stretch Grunt (A low-pitched vibrating); Relaxing Exhale (A slow even); Triumphant Cheer (A loud high-energy); Aesthetic Coo (A high-pitched soft); Warm Hum of Agreement (A gentle rising-and-falling); Post-Thirst Gulp (The audible satisfied); Genuine Yawn (A deep involuntary); Polite Covered Yawn (A stifled high-pitched); Loud Somatic Sneeze (An uninhibited explosive); Stifled Sneeze (A sharply cut-off); Hiccup (A sharp involuntary); Burp / Belch (A guttural resonant); Throat Clear (Mucus) (A practical harsh); Shivering Teeth-Chatter (The rapid clicking); Sleep Talking/Mumbling (Incoherent soft slurred); Snoring (The harsh vibrating); Conversational 'Mhm' (Yes) (A two-beat rising-pitch); Conversational 'Uh-uh' (No) (A two-beat falling-pitch); Filler 'Um/Uh' (A sustained neutral-pitch); Attention-Grabbing 'Psst' (A sharp hissing); Social Throat Clear (A quiet brief); Air Kiss / Smack (A sharp quick); Anticipatory Lip Smack (Opening the lips); Blowing Raspberries (Forcefully blowing air); Pursed-Lip 'Phew' (Blowing air through); Wolf-Whistle (A loud two-note); Attention-Grabbing Whistle (A short piercing); Melodic/Bored Whistle (A quiet aimless); 'Shush' / Hushing (A prolonged breathy); Investigative Sniff (A short deliberate); Nose Blow (A forceful vibrating); Slurp (A loud wet); Chomp / Smack (The rhythmic open-mouthed); Stress Gulp (A loud exaggerated); Brain-Freeze Gasp (A sharp intake); Tongue Trill / Roll (A continuous rolling); Alveolar Click (A double hollow); Startle 'Boo' (A sudden plosive); Mind-Blown 'Pshhh' (An airy hissing); Vocal Fry / Creak (A sustained rattling); Primal Scream (A raw full-throated); Primal Moan (A deep guttural); Warrior Battle Cry (A fierce sustained); Power Lifting Grunt (A short explosive); Heavy Exertion Roar (A loud sustained); Cathartic Primal Howl (A long rising); Martial Arts Kiai (A sharp focused); Rage Release Scream (An unrestrained harsh); Primal Chest Beat Roar (A deep resonant); Breathwork Power Exhale (A forceful controlled); Sprint Finish Gasp (A desperate ragged); Weightlifter's Drop Exhale (A sudden loud); Therapeutic Primal Wail (A prolonged cathartic); Boxing Exhale Burst (A sharp rhythmic); Tribal Chant Cry (A rhythmic call-and-response); Runner's Rhythmic Breathing (A steady paced); Jumping Effort Grunt (A short sharp); Rock Climber's Strain Grunt (A tense sustained); Lullaby Singing (A soft gentle); Marching Song (Military) (A strong rhythmic); Drinking Song / Pub Singing (A loud boisterous); Singing to Oneself for Courage (A quiet trembling); Work Song / Field Chant (A rhythmic repetitive); Shower Singing (Carefree) (An uninhibited full-volume); Campfire Sing-Along (A warm relaxed); Mourning Dirge / Funeral Hymn (A slow solemn); Lullaby Humming into Singing (A transition from); Victory Anthem Singing (A triumphant full-throated); Protest Song Singing (A defiant passionate); Shanty Singing (Sea/Sailing) (A hearty rhythmic); Worship / Hymn Singing (A reverent sustained); Busking / Street Singing (A projecting expressive); Singing Through Tears (A broken wavering); Scat Singing / Jazz Improvisation (A rhythmic nonsense-syllable); Operatic Vocal Exercise (A powerful classically); National Anthem (Solemn) (A formal dignified); Nursery Rhyme Singing (A bright simple); Love Serenade (A tender romantic); Absent-Minded Humming (A quiet wandering); Nervous Humming (Waiting) (A soft repetitive); Humming While Working / Cooking (A contented rhythmic); Lullaby Humming (A gentle steady); Content Humming in Nature (A relaxed peaceful); Humming to Stay Calm (Fear) (A shaky forced); Meditative Humming / Om (A deep resonant); Conspiratorial Humming (Plotting) (A sly knowing); Nostalgic Humming of a Childhood Tune (A wistful gentle); Humming to Drown Out Noise (A louder deliberate); Humming a Funeral March (A slow somber); Bored Humming in a Queue (A flat monotonous); Whistling While Walking Alone (A casual tuneful); Nervous Whistling in the Dark (A shaky slightly); Cheerful Whistling at Work (A bright upbeat); Whistling to Call a Dog / Animal (A sharp distinctive); Appreciative Whistle (A breathy ascending); Whistling a Victory Tune (A confident melodic); Absent-Minded Whistling (A quiet meandering); Whistling a Lullaby (A soft gentle); Stealthy Whistling (Pretending Innocence) (A deliberate overly); Mournful Whistling (A slow minor-key); Whistling Through Teeth (Cold) (A thin involuntary); Referee / Signal Whistle (sharp) (A loud piercing)
USER PROMPT (the per-generation request — verbatim, includes the sampled attributes, word-seeds)
Create a character-consistent TWO-SCENE DramaBox prompt with CUT TO: transition based on this acting challenge:

ACTING CHALLENGE: Off the Goldfish List
INSTRUCTION: You're a 10-year-old girl, swimming laps in a public pool, and your mother is on the pool deck watching. You're trying to prove you can swim 20 laps, but what you really want to prove is that you're not a 'baby' who still cries over losing her pet goldfish. But every time you flip your head to breathe, you see your mother's pitying face, and a wave of disgust floods your throat—disgust at yourself for caring about a stupid fish, and disgust at your mother's sympathy. You start with angry, determined bursts of breath, but by the end, your voice cracks with doubt, sputtering out wet, clipped words as you realize you might actually still be sad. Speak in 1-3 word gasps between strokes, letting the chlorine and water noise fill your pauses.

SITUATION: Swimming Laps (Endurance) (Dimension: ACTV)
The speaker is physically IN this situation — it naturally affects their voice, breathing, posture, and delivery.

EMOTIONS sampled for this challenge: Disgust (very intensely present), Doubt (very intensely present)
(Scene 1 should lean into these emotions. Scene 2 should shift to a contrasting emotional state — you decide what fits.)

TOTAL SPOKEN WORDS: approximately 50 (roughly 25 per scene).
LANGUAGE: German. ALL spoken dialogue (inside double quotes) MUST be in German. Directions (in parentheses) and the speaker description can remain in English. Do NOT use German umlauts (ö, ä, ü); substitute oe/ae/ue.
SINGLE SPEAKER throughout. Same voice, same person, two emotional moments.
The actor performs genuinely with micro-distractions, natural variance, and organic authenticity.
Choose an appropriate speaker (age, gender, timbre) that fits the challenge.
Output ONLY the raw DramaBox prompt.

WORD SEEDS (loose thematic inspiration only -- do NOT force them, they need not appear verbatim): Stille, Nadel, Himmel, Wahrheit.
Extreme Physical  lang: German injected_burst: Frozen Breath-Hold
SYSTEM PROMPT (what sets the rules — verbatim, includes the emotional-emphasis + vocal-burst addendum)
You write character-consistent two-scene voice performance prompts in DramaBox format for a single speaker.

CRITICAL RULES:
- It is ALWAYS one single person speaking the entire prompt. The same voice, the same actor, from start to finish. Never introduce a second speaker. Explicitly anchor identity: "the same voice", "the same speaker".
- NO markdown. No bold, no stars, no headers, no labels. Just plain text.
- Directions go in (parentheses). Spoken words go in "double quotes". Alternate between them roughly equally. Keep directions SHORT, 5-12 words each.
- The delivery must sound natural, realistic, genuine, spontaneous — like a real human in a real moment, not a stage performance.
- Scene 1 starts from a place of calm sensuality, heightened perceptiveness — the actor is present, soft, aware of their body and surroundings.
- Scene 2 (after CUT TO:) ERUPTS with the extreme physical sensation — the voice transforms, distorts, breaks under the physical assault. Words dissolve, crack, become raw vocalizations.
- The actor performs with all the little micro-distractions someone in real life in a real situation would have — natural variance, organic reactions.
- TOTAL spoken dialogue (inside "double quotes") must be approximately 50 words — roughly 25 words before CUT TO: and 25 words after.
- Do NOT exceed 60 words of dialogue total. Do NOT go below 40 words.
- NO sound effects. Only the actor's voice, breath, and vocalizations.
- ALL spoken dialogue MUST be in German. But NEVER use umlauts (ö, ä, ü). Always substitute: oe for ö, ae for ä, ue for ü. This is mandatory.
- Directions (parentheses) and speaker descriptions remain in English.

STRUCTURE (write exactly like this, no labels, no headers):

A [age] [gender] with a [timbre/vocal quality], delivering this high-quality studio voice recording with no background noise.

The same voice is [1 sentence: calm, sensual, perceptive state — the actor is present and aware].

(short direction in English) "German spoken words without umlauts." (short direction) "More German spoken words."

CUT TO:

The same voice now [1 sentence: the extreme physical sensation has struck — voice transforms].

(short direction in English) "German words breaking under physical intensity." (short direction) "More distorted German vocalizations."

The performance across both moments should feel [1 sentence about the brutal contrast].

Output ONLY the raw prompt. Nothing else.

EMOTIONAL INTENSITY (this overrides restraint): Make this a VERY emotional, intensely felt scene. The feelings must be raw, overwhelming and deeply human — the listener should feel their chest tighten. Push the emotional contrast across the CUT TO: to its absolute limit: the two moments should feel worlds apart, each one gripping and heart-wrenching in its own way. Every single line should ache with genuine, powerful emotion.

VOCAL BURSTS + DYNAMIC RANGE: You may place non-speech vocal bursts as SHORT (round-bracket) director notes inside the stage directions ONLY. NEVER spell a burst inside the "spoken quotes" (that hurts transcription). When the emotion or instruction gives room to get loud or intense, TAKE IT: anger -> get loud, shout, roar, yell; fear or pain -> scream, gasp, whimper, cry out, sob. Use the full range where it genuinely fits -- whispering, moaning, groaning, sighing, sobbing, laughing, panting, gasping. Push variety and dynamic range across the two CUT TO: scenes, but keep every burst natural, in-character and sparing -- do not overdo it.
Available vocal bursts (name (gloss); use only what genuinely fits, adapted to the moment): Belly Laugh (Deep loud uninhibited); Chuckle (A soft partly); Giggle (High-pitched rapid and); Snicker / Snigger (A half-suppressed often); Chortle (A joyful breathy); Guffaw (A sudden loud); Snort-Laugh (Laughter interrupted by); Wheezing Laugh (Breathless high-pitched squeaking); Cackle (A shrill harsh); Titter (A short quiet); Polite Fake Laugh (A controlled brief); Sarcastic 'Ha' (A flat single-syllable); Breathless Laugh (A quiet airy); Nervous Laugh (Erratic slightly forced); Ecstatic Howl (A loud sustained); Gentle Sob (A quiet singular); Hysterical Wailing (Loud sustained and); Silent Tearful Gasp (A sharp intake); Whimpering (Soft high-pitched broken); Sniffling (Emotional) (Rapid intakes of); Bawling (Loud open-mouthed unconstrained); Trembling Exhale (A shaky vibrating); Choked-up Swallow (An audible gulp); Mournful Keening (A high-pitched melodic); Stifled Sob (A sudden muffled); Sharp Yelp (A very brief); Low Groan (A prolonged deep); Agonized Scream (A loud sustained); Guttural Moan (A heavy vibrating); Teeth-Gritting Hiss (A sharp intake); Pain Gasp (A sudden sharp); Chronic Pain Whimper (A soft continuous); Straining Grunt (An explosive exhalation); Sickly Cough (Wet/Dry) (Involuntary vocalizations triggered); Exhausted Panting (Rapid heavy breathing); Blood-Curdling Shriek (An extremely high-pitched); Startle Gasp (A very sudden); Frozen Breath-Hold (An audible stopping); Panicked Hyperventilation (Rapid shallow panicked); Fright Yelp (A short involuntary); Trembling Inhale (A shaky breath); Terrified Whimper (A high-pitched soft); Startle Grunt (A sudden low-pitched); Breathy 'Oh no' (A whispered almost); Squeak of Fright (A tiny highly); Guttural Growl (A very low); Aggressive Snarl (A sharp breathy); Frustrated Groan (A drawn-out descending); Enraged Scream (A loud harsh); Impatient Tsk / Tongue Click (A sharp suction); Teeth-Grinding Sound (An audible jaw-clenching); Exasperated Sigh (A heavy forceful); Sharp 'Hey!' Burst (A non-lexical bark); Huff of Annoyance (A sharp forceful); Dismissive Scoff (A breathy harsh); 'Aha!' Realization Burst (A clear descending); Mild Surprise 'Oh' (A short soft); Shocked Inhale (A deep loud); Confused 'Huh?' (A rising-pitch short); Awe-Struck 'Wow' Exhale (A long breathy); Mind-Blown Exhale (A lip-fluttering 'phew'); Dropped-Jaw Breath (An audible slow); Glottal Stop (Oops) (A sharp cutting); 'Duh' Exhalation (A flat unenthusiastic); Skeptical 'Hmm' (A modulated closed-mouth); Retching (Deep harsh involuntary); Gagging (A sharp choking); 'Blech' Vocalization (An open-mouthed tongue-protruding); 'Ew' Shrinking Sound (A high-pitched nasal); Nose-Wrinkling Snort (A sharp exhalation); Shuddering 'Brrr' (A trembling lip-vibrating); Disgust Throat-Clear (A harsh raspy); Sputtering/Spitting (Rapid explosive exhalations); Nauseous Swallow (An audible thick); Cringing Hiss (Sharp intake of); Contented Sigh (A smooth gentle); Savoring 'Mmm' (A deep rich); Tension-Releasing Whoosh (A forceful but); Satisfying Stretch Grunt (A low-pitched vibrating); Relaxing Exhale (A slow even); Triumphant Cheer (A loud high-energy); Aesthetic Coo (A high-pitched soft); Warm Hum of Agreement (A gentle rising-and-falling); Post-Thirst Gulp (The audible satisfied); Genuine Yawn (A deep involuntary); Polite Covered Yawn (A stifled high-pitched); Loud Somatic Sneeze (An uninhibited explosive); Stifled Sneeze (A sharply cut-off); Hiccup (A sharp involuntary); Burp / Belch (A guttural resonant); Throat Clear (Mucus) (A practical harsh); Shivering Teeth-Chatter (The rapid clicking); Sleep Talking/Mumbling (Incoherent soft slurred); Snoring (The harsh vibrating); Conversational 'Mhm' (Yes) (A two-beat rising-pitch); Conversational 'Uh-uh' (No) (A two-beat falling-pitch); Filler 'Um/Uh' (A sustained neutral-pitch); Attention-Grabbing 'Psst' (A sharp hissing); Social Throat Clear (A quiet brief); Air Kiss / Smack (A sharp quick); Anticipatory Lip Smack (Opening the lips); Blowing Raspberries (Forcefully blowing air); Pursed-Lip 'Phew' (Blowing air through); Wolf-Whistle (A loud two-note); Attention-Grabbing Whistle (A short piercing); Melodic/Bored Whistle (A quiet aimless); 'Shush' / Hushing (A prolonged breathy); Investigative Sniff (A short deliberate); Nose Blow (A forceful vibrating); Slurp (A loud wet); Chomp / Smack (The rhythmic open-mouthed); Stress Gulp (A loud exaggerated); Brain-Freeze Gasp (A sharp intake); Tongue Trill / Roll (A continuous rolling); Alveolar Click (A double hollow); Startle 'Boo' (A sudden plosive); Mind-Blown 'Pshhh' (An airy hissing); Vocal Fry / Creak (A sustained rattling); Primal Scream (A raw full-throated); Primal Moan (A deep guttural); Warrior Battle Cry (A fierce sustained); Power Lifting Grunt (A short explosive); Heavy Exertion Roar (A loud sustained); Cathartic Primal Howl (A long rising); Martial Arts Kiai (A sharp focused); Rage Release Scream (An unrestrained harsh); Primal Chest Beat Roar (A deep resonant); Breathwork Power Exhale (A forceful controlled); Sprint Finish Gasp (A desperate ragged); Weightlifter's Drop Exhale (A sudden loud); Therapeutic Primal Wail (A prolonged cathartic); Boxing Exhale Burst (A sharp rhythmic); Tribal Chant Cry (A rhythmic call-and-response); Runner's Rhythmic Breathing (A steady paced); Jumping Effort Grunt (A short sharp); Rock Climber's Strain Grunt (A tense sustained); Lullaby Singing (A soft gentle); Marching Song (Military) (A strong rhythmic); Drinking Song / Pub Singing (A loud boisterous); Singing to Oneself for Courage (A quiet trembling); Work Song / Field Chant (A rhythmic repetitive); Shower Singing (Carefree) (An uninhibited full-volume); Campfire Sing-Along (A warm relaxed); Mourning Dirge / Funeral Hymn (A slow solemn); Lullaby Humming into Singing (A transition from); Victory Anthem Singing (A triumphant full-throated); Protest Song Singing (A defiant passionate); Shanty Singing (Sea/Sailing) (A hearty rhythmic); Worship / Hymn Singing (A reverent sustained); Busking / Street Singing (A projecting expressive); Singing Through Tears (A broken wavering); Scat Singing / Jazz Improvisation (A rhythmic nonsense-syllable); Operatic Vocal Exercise (A powerful classically); National Anthem (Solemn) (A formal dignified); Nursery Rhyme Singing (A bright simple); Love Serenade (A tender romantic); Absent-Minded Humming (A quiet wandering); Nervous Humming (Waiting) (A soft repetitive); Humming While Working / Cooking (A contented rhythmic); Lullaby Humming (A gentle steady); Content Humming in Nature (A relaxed peaceful); Humming to Stay Calm (Fear) (A shaky forced); Meditative Humming / Om (A deep resonant); Conspiratorial Humming (Plotting) (A sly knowing); Nostalgic Humming of a Childhood Tune (A wistful gentle); Humming to Drown Out Noise (A louder deliberate); Humming a Funeral March (A slow somber); Bored Humming in a Queue (A flat monotonous); Whistling While Walking Alone (A casual tuneful); Nervous Whistling in the Dark (A shaky slightly); Cheerful Whistling at Work (A bright upbeat); Whistling to Call a Dog / Animal (A sharp distinctive); Appreciative Whistle (A breathy ascending); Whistling a Victory Tune (A confident melodic); Absent-Minded Whistling (A quiet meandering); Whistling a Lullaby (A soft gentle); Stealthy Whistling (Pretending Innocence) (A deliberate overly); Mournful Whistling (A slow minor-key); Whistling Through Teeth (Cold) (A thin involuntary); Referee / Signal Whistle (sharp) (A loud piercing)
USER PROMPT (the per-generation request — verbatim, includes the sampled attributes, word-seeds, and the required-burst line)
Create a character-consistent TWO-SCENE DramaBox prompt with CUT TO: transition based on this extreme physical acting challenge:

ACTING CHALLENGE: Shark's shadow through the board
INSTRUCTION: Scene 1: You are floating on a surfboard in warm, crystal-clear water. The sun is on your skin, your fingers trail through the surface. You feel proud—you just caught a beautiful wave, your body still humming with the triumph. Your voice is soft, satisfied, alive: 'That was perfect. I own this ocean.' Breathe deeply, let your chest rise and fall with the gentle swell. Scene 2: CUT TO: A dark shape glides directly beneath your board—massive, eight feet long, a bull shark. Your entire nervous system detonates. The air is ripped from your lungs. Your voice becomes a ragged, high-pitched gasp, then a choked scream as you scramble backward. Shout through the terror: 'OH GOD—UNDER ME—IT'S RIGHT THERE—' The words break into a strangled sob, your teeth chatter, your breath comes in panicked hiccups. Let the pride curdle into sour shock. The final words dissolve into a raw, keening wail as your legs kick wildly.

Category: Extreme Surprise & Startle — Animal and Wildlife Encounters

Scene 1 MUST begin from a place of calm sensuality and heightened perceptiveness — the actor is soft, present, aware.
Scene 2 (after CUT TO:) MUST erupt with the extreme physical sensation — the voice transforms, distorts, breaks.

TOTAL SPOKEN WORDS: approximately 50 (roughly 25 per scene).
LANGUAGE: German.
ALL spoken dialogue (inside "double quotes") MUST be in German.
CRITICAL: Do NOT use German umlauts (ö, ä, ü, Ö, Ä, Ü). Replace them: ö→oe, ä→ae, ü→ue, Ö→Oe, Ä→Ae, Ü→Ue. For example: "schoene" not "schöne", "ueber" not "über", "Maedchen" not "Mädchen".
Directions (in parentheses) and the speaker description MUST remain in English.
NO sound effects — only the actor's voice, breath, and vocalizations.
SINGLE SPEAKER throughout. Same voice, same person, two moments of brutal contrast.
Choose an appropriate speaker (age, gender, timbre) that fits the challenge.
Output ONLY the raw DramaBox prompt.

WORD SEEDS (loose thematic inspiration only -- do NOT force them, they need not appear verbatim): Insel, Stamm, Gezeiten, Tür.

REQUIRED VOCAL BURST: Weave the vocal burst '(Frozen Breath-Hold)' into the scene somewhere it fits naturally, written as a (round-bracket) director note in the stage direction -- adapt the moment so it makes sense, even if you have to bend the scene a little. Do NOT put it inside the spoken quotes.

5Real output examples

These are actual generated prompts straight from the dataset, formatted as Scene 1 → CUT TO: → Scene 2, with a chip row showing the metadata that was sampled to produce each one.

Pulled from the local pipeline output buffer (identical rows to what is sharded & uploaded)3,584 real generated rows were available when this page was built (1,818 of them carried a randomly injected vocal burst). Examples are chosen to prefer English, always include a German one, and include injected-burst rows where present.

CCA — VoiceNet attributes 4 shown · 2 with injected burst

SCENE 1
A 28 female with a feminine, slightly darkened resonant voice, delivering this high-quality studio voice recording with no background noise. The same voice is filled with a quiet sorrow. "The rain always smells like dust and old photographs, doesn't it? It’s a peculiar scent, a melancholic mix of things lost and memories clinging to the air." (Voice breaking.) "I find myself thinking about him a lot these days, more than I probably should, even though it’s been years." "We used to walk in the rain like that, just letting it soak through our clothes, laughing about getting completely drenched." (Turns away.) "He had this terrible habit of humming off-key when he was concentrating, a little tuneless melody that somehow always made everything feel… right." "Sometimes, when the light’s just right, I can almost see him standing there, a faint shimmer in the air, and I can almost hear that silly little tune." (Nostalgic Humming of a Childhood Tune) "It’s absurd, I know. But these little fragments, these echoes of a life lived, they’re all I have left, aren't they?"
CUT TO:
SCENE 2
The same voice now brimming with an intense, sharp joy. "Oh, you simply will not believe what happened today! Absolutely unbelievable, the most wonderful thing." (Brightening tone.) "I finally finished that painting I’ve been working on for ages, the one of the old lighthouse." "It’s exactly how I envisioned it, the way the light catches the waves, the sturdy strength of the stone against the relentless sea." "And Mrs. Gable from next door actually stopped and complimented it, said it reminded her of her childhood holidays by the coast." "It’s these small moments, these unexpected bursts of beauty, that really make life worth living, wouldn’t you say?" (Slightly breathless.) "I feel… lighter, somehow, like a weight has been lifted, a cloud has passed." "There’s a lightness in the air today, a vibrant energy that just makes everything feel possible, and I want to shout it from the rooftops!" (Triumphant Cheer) "Honestly, it's rather delightful."
pathway: CCA (VoiceNet)lang: Englishgender: femaleage: unspecifiedemotions: Sadness (clearly present)word-seeds: diaereses, societarian, desiderata, astralinjected_burst: Nostalgic Humming of a Childhood Tune
SCENE 1
A 28 female with a slightly darkened, resonant voice, delivering this high-quality studio voice recording with no background noise. The same voice is brimming with intense pride. "It was… necessary. Every single detail, meticulously planned and executed; there was no room for error, no space for deviation from the established parameters." (Slight pause) "The efficiency was… remarkable. The outcome, unequivocally, beyond expectation." "I anticipated… resistance, of course. A certain level of skepticism from those who couldn't grasp the inherent logic of the framework." (Voice breaking slightly) "But the results speak for themselves, don't they? A complete and utter optimization of the process." "They underestimated the depth of my understanding, the precision of my calculations. It's… gratifying, in a purely objective sense." (Turns away.)
CUT TO:
SCENE 2
The same voice now laced with a quiet, fragile embarrassment. "Oh, dear. That wasn't quite… as it was intended." (Gentle Sob) "I seem to have… miscalculated a variable. A rather significant one, it appears." "The… the presentation. It didn't land the way I’d envisioned. A bit… awkward, perhaps." (Stifled Sob) "I hadn’t anticipated such… a visceral reaction. It was all so… logical in my head." "The… the applause. It felt… excessive. Unnecessary, even." (Nervous Laugh) "I suppose… I allowed myself to become a little… carried away." (Humming to Drown Out Noise) "It’s just… sometimes the intricacies overshadow the… the human element, isn't it?" "I should have… perhaps considered the audience’s… emotional landscape more thoroughly." (Softly.) "Oh, bother."
pathway: CCA (VoiceNet)lang: Englishgender: femaleage: unspecifiedemotions: Pride (very intensely present), Concentration (extremely present), Embarrassment (clearly present)word-seeds: syncretistic, overdear, relade, subsistinjected_burst: Humming to Drown Out Noise
SCENE 1
A 78 year old man with a reedy, trembling baritone, delivering this high-quality studio voice recording with no background noise. The same voice is filled with quiet contentment. (Slight pause) "Ich sitze hier und sehe aus dem Fenster, wie die Sonne langsam untergeht." (Softly.) "Es ist ein schöner Tag gewesen, wirklich." "Ich habe den ganzen Nachmittag gelesen, ein altes Buch von meinen Jüngeren Tagen."
CUT TO:
SCENE 2
The same voice now filled with a sudden, sharp fury. (Voice breaking.) "Aber das ist nicht fair! Nachdem all den Jahren, all der Arbeit..." "Diese Entscheidung ist lächerlich, absolut lächerlich!" "Ich habe mich so sehr darauf gefreut, endlich..."
pathway: CCA (VoiceNet)lang: Germangender: maleage: elderlyemotions: Contentment (clearly present)word-seeds: Tür, Schiff, Abenteuer, Gedankeno injected burst
SCENE 1
A 68 male with a gravely, booming voice, delivering this high-quality studio voice recording with no background noise. The same voice is consumed by a primal, bone-deep fear. (A shallow, rapid gasp escapes.) "The… the lights. They’re flickering again." (A micro-shift in weight, a barely perceptible tremor in the vocal cords.) "I don’t… I don’t like this." (A slight, panicked intake of breath.) "It started… yesterday. Just a little." (A tremor runs through the voice, a subtle wobble.) "Now it’s… worse." (A series of quick, shallow gasps, almost a choked rhythm.) "They say it’s just… faulty wiring." (A voice cracking slightly on the last word.) "But it feels… different." (A rapid, nervous exhale.) "Like something’s watching." (A long, drawn-out inhale, punctuated by a small, involuntary whimper.) "Always watching." (A heavy, labored breath.) "I keep hearing things." (A barely audible, frightened murmur.) "Scratching… in the walls." (A sudden, sharp intake of breath.) "And… and a low humming." (A tremor in the voice intensifies.) "It vibrates… in my chest." (A small, choked sob.) "I need to leave." (A panicked, rapid breathing pattern.) "I have to get out." (A desperate, ragged breath.) "Before it… before it gets any worse." (A final, shuddering gasp.)
CUT TO:
SCENE 2
The same voice is overflowing with a joyous, unrestrained elation. (A deep, hearty laugh erupts.) "Oh, my God. Oh, my God, it’s finally happening." (A sudden, powerful surge of energy in the vocal delivery.) "They said it wouldn’t work." (A brief, triumphant chuckle.) "They all said it was impossible." (A voice rising in pitch with excitement.) "But look at it!" (A long, sustained, ecstatic exhale.) "It’s… it’s beautiful." (A series of delighted, breathy sounds.) "Every single one of them." (A voice full of wonder and awe.) "Growing, blooming… thriving." (A soft, contented sigh.) "After all this time." (A hint of emotional vulnerability underlies the joy.) "It’s finally… alive." (A warm, resonant hum.) "Just look at the colors." (A gentle, appreciative murmur.) "So vibrant… so full of life." (A series of soft, delighted giggles.) "It’s more than I ever dreamed." (A long, satisfied breath.) "Absolutely more." (A quiet, happy hum.) "Worth every single second." (A final, contented sigh.) "Every single one." (A soft, warm smile is almost audible.)
pathway: CCA (VoiceNet)lang: Englishgender: maleage: unspecifiedemotions: Fear (very intensely present)word-seeds: regovern, debarkation, hormigo, endorsementno injected burst

CC2-C — Genre archetype 4 shown · 2 with injected burst

SCENE 1
A 45-year-old male with a gravelly, world-weary voice, delivering this high-quality studio voice recording with no background noise. The same voice is simmering with barely contained frustration. (Adjusts a piece of equipment, a barely audible sigh) "Verzeihung, wo ist das Protokoll? Ich habe es vor einer Stunde hier hingelegt." (A short pause, rustling sounds) "Diese Unordnung! Es ist ja unmöglich hier etwas zu finden." (Slightly louder) "Das ist doch lächerlich. Wir haben einen Auftrag, keine Zeit für Spielereien."
CUT TO:
SCENE 2
The same voice now filled with a quiet, almost childlike wonder. (Looks at something unseen, a soft intake of breath) "Sieh dir das an... unglaublich." (A soft chuckle) "Wie die Sterne funkeln... fast so, als ob sie uns etwas erzählen wollen." (Barely a whisper) "Ein Traum aus Licht und Dunkelheit." (A long, contented sigh) The performance across both moments feels profoundly contrasting. EMOTIONAL INTENSITY: Make this a VERY emotional, intensely felt scene. The feelings must be raw, overwhelming and deeply human — the listener should feel their chest tighten. Push the emotional contrast across the CUT TO: to its absolute limit: the two moments should feel worlds apart, each one gripping and heart-wrenching in its own way. Every single line should ache with genuine, powerful emotion. VOCAL BURSTS + DYNAMIC RANGE: You may place non-speech vocal bursts as SHORT (round-bracket) director notes inside the stage directions ONLY. NEVER spell a burst inside the "spoken quotes" (that hurts transcription). Only incorporate the REQUIRED VOCAL BURST.
pathway: CC2-C (Archetype)lang: Germangender: maleage: elderlyemotions: Impatience and Irritability (slightly present)archetype: Aggressive, intense, enemy-eliminating Soldiergenre: Video Game: FPS & Tacticaltempo: brisk, elevated momentumword-seeds: Flüstern, Dunkelheit, Traum, Pfadinjected_burst: Snicker / Snigger
SCENE 1
A 35 year old female with a warm, slightly husky voice, delivering this high-quality studio voice recording with no background noise. The same voice is utterly drained, a weariness settling deep in her bones. (She rubs her eyes, a small, weary sigh escapes.) "Ich habe die ganze Nacht gearbeitet. Die Felder liegen leer. Die Asche vom vergangenen Jahr liegt schwer auf allem." (She pauses, looking out an unseen window.) "Es ist so still. Zu still." (She shivers slightly.) "Ich habe so gehofft, dass diese Ernte anders wird."
CUT TO:
SCENE 2
The same voice now vibrates with a sudden, fierce energy, almost brittle, a spark of defiant hope igniting within. (Her voice sharpens, gaining intensity.) "Aber morgenrot! Morgenrot kommt immer! Es wird ein neuer Morgen sein. Wir werden wieder anbauen, wir werden wieder leben. Das Land wird wieder fruchtbar sein." (She lifts her chin, a flicker of determination in her tone.) "Wir geben nicht auf. Niemals nicht." (She takes a breath, voice firm.) (Conversational 'Mhm' (Yes)) "Ich spüre es. Ich weiß es." The performance across both moments feels profoundly human. EMOTIONAL INTENSITY: The emotional contrast between the two scenes is stark, a journey from utter exhaustion to unshakeable resolve. VOCAL BURSTS: '(Conversational 'Mhm' (Yes))'
pathway: CC2-C (Archetype)lang: Germangender: femaleage: elderlyemotions: Fatigue/Exhaustion (very intensely present)archetype: Passionate, soaring, crescendo-toward-truth Idealistic Dreamergenre: Animation: Prestige & Dramatictempo: brisk, elevated momentumword-seeds: Asche, Ernte, Morgenrot, Landschaftinjected_burst: Conversational 'Mhm' (Yes)
SCENE 1
A 30s female with a bright, slightly breathless vocal quality, delivering this high-quality studio voice recording with no background noise. The same voice is brimming with a fragile, insistent hope. (She's looking at something.) "Okay, okay, almost there. Just a little further. I can feel it. The signal… it’s getting stronger, isn’t it?" (A slight, quick intake of breath.) "Just gotta… adjust the frequency. Almost… almost got it." (A tiny nervous giggle.) "This is it. This is really it. They’re going to hear us." (A barely audible, rapid series of clicks.) "They have to. They promised." (A quick, hopeful hum.) "Remember what they said… safe zone. They’re waiting." (A little louder now, a touch of urgency.) "Just… stay focused. Don’t lose it. Don't let it fade." (A brief, sharp exhale.) "Almost… almost…."
CUT TO:
SCENE 2
The same voice now choked with a raw, animalistic terror. (Everything is collapsing around her.) "No… no, no, no. Stop it. Please… just stop." (A strangled, breathy sound.) "It’s… it’s in here. I can feel it… crawling." (A sharp, panicked intake of breath.) "Get out… get out of my head. Please, just… be quiet." (A low, guttural moan.) "They’re not… they’re not the ones who promised. They lied." (A sudden, ragged gasp.) "It’s… it’s changing me. I can feel it… breaking." (A series of short, sharp whimpers.) "Don't look… don't look at me." (A wet, choked sob.) "Help me… please… someone… anyone…" (A rising, desperate plea.) "It’s so cold… so dark…" (A long, shuddering exhale.) "I don't want to…" (A barely audible, defeated whisper.) "Please… just… make it stop." (A final, pain-filled whimper.)
pathway: CC2-C (Archetype)lang: Englishgender: femaleage: young adultemotions: Hope/Optimism (very intensely present)archetype: Static-warped, possessed, corrupted-voice Infected Hostgenre: Survival Horror & Found Footagetempo: noticeably compressed and fastword-seeds: veratrole, unstick, comburent, bartenderno injected burst
SCENE 1
A 45-year-old male with a gravelly, controlled voice, delivering this high-quality studio voice recording with no background noise. The same voice is riddled with a profound, suffocating shame. (Short pause) "It was supposed to be clean. A textbook operation. They all said so." (Slightly faster pace) "Years of planning... every detail accounted for." (A tight, controlled breath) "And I… I let one slip through." (Voice cracks slightly) "A single variable. Unforeseen." (A sharp intake of breath) "Now look at the cost." (Whispers) "All of it." (A quick, almost imperceptible shake of the head) "They won't understand." (A low, guttural sound escapes) "They’ll never understand the pressure." (A brief, brittle chuckle) "The weight of expectation." (Voice hardens) "It’s a burden you carry alone." (A short, sharp exhale) "And now… this." (A heavy sigh) "It’s… inadequate." (A barely audible, frustrated murmur) "Absolutely inadequate."
CUT TO:
SCENE 2
The same voice is now filled with cold, detached amusement. (A subtle shift in vocal tone) "So, the little bird finally broke its silence." (A slow, deliberate cadence) "Took you long enough." (A dry, humorless chuckle) "I was beginning to think you’d simply… withered away." (A pause, filled with a faint, almost imperceptible hum) "Such fragility. Such… predictable desperation." (A slight upward inflection at the end of the sentence) "You thought you could outmaneuver me?" (A soft, almost conversational tone) "How… quaint." (A low, rumbling sound) "You see, that’s the beauty of the game." (A pause, letting the words hang in the air) "The inevitability." (A quiet, almost satisfied exhale) "It always ends the same way." (A faint, chilling laugh) "With the inevitable conclusion." (A brief, sharp intake of breath) "And frankly… it’s rather entertaining." (A long, drawn-out, almost purring sound) "Don’t you think?" EMOTION CONTRAST: The scene shifts from crippling self-reproach to chilling, almost gleeful observation. VOCAL BURSTS + DYNAMIC RANGE: The first scene features choked sounds and cracks, the second is controlled and measured, occasionally punctuated by detached chuckles and sighs.
pathway: CC2-C (Archetype)lang: Englishgender: maleage: elderlyemotions: Shame (very intensely present)archetype: Cold, menacing, domination-seeking Antagonistgenre: Video Game: FPS & Tacticaltempo: brisk, elevated momentumword-seeds: cardionosus, fogramite, redesman, burkeno injected burst

ACCC — Acting challenge 4 shown · 2 with injected burst

SCENE 1
A 32-year-old woman with a slightly husky, emotionally resonant voice, delivering this high-quality studio voice recording with no background noise. The same voice is initially controlled and seeking understanding. (Slightly fidgeting with hands) "Ich muss verstehen. Wie ist das möglich? Ich bin verwirrt." (Short direction in English) "More German spoken words." "Das ist nicht… ich kann das nicht glauben. All die Jahre…"
CUT TO:
SCENE 2
The same voice now raw with grief and a barely contained fury. (Voice cracks, a tremor enters) "Du hast mir so lange ein Lächeln gezeigt. Ein warmes Lächeln. Und jetzt? Jetzt sehe ich nur noch… eine Leere. Ein Blitz hat alles zerstört." (Short direction in English) "More German spoken words." "Ich habe dich so sehr geliebt. Und du… du hast mir eine andere Familie weggenommen. Eine Familie, die ich nie kennen sollte." The performance across both moments feels deeply fractured.
pathway: ACCC (Acting Challenge)lang: Germangender: femaleage: elderlychallenge: The Kitchen Floor Truthword-seeds: Winter, Blitz, Lächeln, Schwelleinjected_burst: Worship / Hymn Singing
SCENE 1
A 7-year-old girl with a fragile, slightly breathy voice, delivering this high-quality studio voice recording with no background noise. The same voice is filled with fragile, hopeful anticipation. (Gently cups hands) "Oh, little one. It’s okay. I just… I just wanted to help." (Tilts head) "I put the Band-Aid on really gently, I promise. It’ll be better.” (Small cough) “Just rest. You’ll fly again.” (Voice trembles) “I… I thought I fixed it.” (A small tear escapes) “You’re so pretty.” (Whispers) “Just… hold on.” (A faint, unsteady breath) "Don’t worry."
CUT TO:
SCENE 2
The same voice now choked with a sharp, sudden grief. (Slowly lowers hands) "Oh." (A choked sob) "I… I squeezed too hard." (Voice cracks) "I didn’t mean to." (A sharp intake of breath) "It’s… it’s my fault." (A small, strangled cry) "I made it worse." (A hiccup) "I just wanted you to get better." (A longer, shuddering breath) "(Martial Arts Kiai)" (A sharp, frustrated sound, quickly swallowed) “I’m so sorry.” (A quiet, heartbroken whimper) “I… I ruined your wing.”
pathway: ACCC (Acting Challenge)lang: Englishgender: femaleage: elderlychallenge: The Butterfly That Couldn't Flyword-seeds: rearranger, sanskritize, commendable, hotiinjected_burst: Martial Arts Kiai
SCENE 1
A 78-year-old man with a slightly gravelly, warm timbre, delivering this high-quality studio voice recording with no background noise. The same voice is initially tight with a practiced, slightly strained politeness. (He avoids direct eye contact, stirring his coffee.) "That's... that's wonderful, David. Truly." (He forces a small, thin smile.) "Such a remarkable achievement. All those late nights, it’s paid off, hasn’t it?" (He pauses, briefly looking at his hands.) "Your grandmother would have been so proud." (He chuckles, a little too loudly.) "A real testament to hard work and... dedication."
CUT TO:
SCENE 2
The same voice now carries a fragile, almost wistful optimism. (He looks up, a hint of a smile softening his features.) "You know," (He trails off, looking at his coffee.) "I used to dream of things like that, you know? When I was younger." (A slight, almost imperceptible tremor in his voice.) "Always wanted to... build something, create something lasting." (He stares into his coffee for a moment.) "It’s… inspiring to see you follow your own path." (His voice softens, a quiet sadness creeping in.) "A different kind of success, perhaps." (He lets out a small, shaky breath.) "A very good success."
pathway: ACCC (Acting Challenge)lang: Englishgender: maleage: elderlychallenge: The Unwon Prizeword-seeds: riskproof, syncretical, threatful, esophagotomeno injected burst
SCENE 1
28-year-old woman with a bright, slightly brittle timbre, delivering this high-quality studio voice recording with no background noise. The same voice is filled with a forced, almost manic energy. (Slight head tilt) "Well, isn't this… a gathering? Seems like a lot of black. Very… festive." (Small, nervous chuckle) "You know, Dad always did have a flair for the dramatic. Remember that time he tried to make a soufflé? It looked like a volcanic eruption." (Short pause, a little too long) "Honestly, it’s kind of funny, isn’t it? All this… solemnity." (A bright, strained tone) "He’d hate this. He’d probably be telling a joke right now." (A quick, forced laugh) "He always did love to lighten the mood." (A beat of silence, a slight tremor in her voice) "It’s like he’s… trying to say something." (A little too loud, a touch aggressive) "Trying to tell us it’s all just a big joke!" (A sharp intake of breath) "He *taught* me that, you know? How to never be serious." (Voice cracking) "How to just… laugh it all away." (A choked-up swallow) "Because real feelings were… messy. And Dad hated messy." (A low, guttural moan) "So here we are." (A sudden, quiet, almost defeated tone) "I don’t even know how to… to feel this." (A long, shaky exhale) "He never taught me."
CUT TO:
SCENE 2
The same voice now hollow, stripped of any pretense of cheer. (A long, shuddering inhale) "It's… quiet." (A small, involuntary sniffle) "So quiet without him." (A voice barely above a whisper) "Everyone keeps… looking at me." (A slight, almost imperceptible tremble) "Like I’m supposed to… understand." (A frustrated sigh) "But I don't. I really don’t." (A sudden, sharp intake of breath) "He built walls around everything." (A quiet, choked sob) "Around his anger… around his sadness… around everything real." (A shaky pause) "And he built those same walls around me." (A low, mournful keening) "I learned to… to deflect." (A whispered, almost inaudible sound) "To make jokes… to pretend." (A long, drawn-out sigh) "Because being vulnerable… that was… terrifying." (A small, broken admission) "I don't know how to… to grieve." (A quiet, trembling voice) "He never… he never showed me how." (A final, soft, heartbroken whisper) "How to feel."
pathway: ACCC (Acting Challenge)lang: Englishgender: femaleage: elderlychallenge: Cheering at Your Father's Funeralword-seeds: bescorch, gadolinium, tricliniarch, costulano injected burst

SIT — Physical situation 4 shown · 3 with injected burst

SCENE 1
A 28-year-old woman with a smooth, slightly husky voice, delivering this high-quality studio voice recording with no background noise. The same voice is subtly anxious, rooted in the crowded, slightly stuffy atmosphere of the work party. (Slight shift in weight, glancing around) "Oh, that was… interesting." (Small, almost imperceptible head tilt) "Really… brave of you to do that." (A slow, deliberate drawl, a hint of a smirk) "Most people wouldn't… you know." (Glances at a delicate gold watch on her wrist) (Sighs, a short, theatrical exhale) "Honestly, it’s just…" (Trails off, eyes flicking away, a brief, self-conscious smile) "But what do I know? I'm just watching."
CUT TO:
SCENE 2
The same voice now exudes a cool, detached amusement, a sharp contrast to the previous moment of almost vulnerable admiration. (Straightens posture, a touch of a dismissive lift of the chin) "Well, that certainly takes one to know one." (A dry, almost sarcastic tone) "It’s… fascinating how some people just dive right in." (A brief, brittle chuckle) "No hesitation at all." (Shrugs almost imperceptibly) "I tend to observe a little longer, you see." (A slight, almost imperceptible shake of the head) "Just a different approach, I suppose." (A small, knowing smile plays on her lips) EMOTION CONTRAST: The shift from hesitant admiration and slight insecurity to detached amusement and cool confidence. VOCAL BURSTS: (Aggressive Snarl) – said almost silently under her breath as she looks back at the speaker across the room.
pathway: SIT (Situations)lang: Englishgender: femaleage: elderlyemotions: Infatuation (clearly present), Pride (extremely present)situation: Passive-Aggressivechallenge: The Compliment You Can't Refuseword-seeds: adipate, wahehe, pigman, reelinglyinjected_burst: Aggressive Snarl
SCENE 1
A 78-year-old woman with a warm, slightly gravelly timbre, delivering this high-quality studio voice recording with no background noise. The same voice is filled with a quiet, persistent ache of memory as she carefully adjusts a wooden piece. (Scene 1 - Longing) (Short direction) "Tap tap." "Just need to get this dowel settled in tight." (Short direction) "He always did make things strong, didn't he?" (Short direction) "This little horse… it’s seen a lot of adventures." (Short direction) "Little hands, clutching the mane." (Short direction) "Years ago now." (Short direction) "The wood’s worn smooth in places." (Short direction) "Like everything else." (Short direction) "Tap." (Short direction) "There." (Short direction) "Almost… almost ready for a new rider." (Short direction) "He would have liked this." (Short direction) "He always did." (Short direction) "Tap, tap." (Short direction) "Just a little more pressure." (Short direction) "Oh, Arthur…" (Short direction) "It’s been so long."
CUT TO:
SCENE 2
The same voice now heavy with a quiet acceptance, a gentle sadness settling over her. (Scene 2 - Acceptance) (Short direction) "Well." (Short direction) "I think that’s about all I can do for today." (Short direction) "My hands aren’t what they used to be." (Short direction) "But it’s good to… to remember." (Short direction) "Each little mark… a little story." (Short direction) "He’d tell the silliest stories." (Short direction) "About this very horse." (Short direction) "Said it was a brave steed." (Short direction) "He believed everything." (Short direction) "He believed in me." (Short direction) "And in this little horse." (Short direction) "It’s alright." (Short direction) "It’s just… quiet now." (Short direction) "Too quiet." (Short direction) "I miss his laugh." (Short direction) "I miss everything." (Short direction) "Oh, Arthur." (Short direction) "Just… Arthur." (Short direction) "Sigh."
pathway: SIT (Situations)lang: Englishgender: femaleage: elderlyemotions: Longing (very intensely present)situation: Using Tools (Hammer/Wrench)challenge: Fixing the Rocking Horseword-seeds: laspring, revenger, steelhead, unadaptiveinjected_burst: Startle Gasp
SCENE 1
A 16-year-old female with a breathy, slightly raspy timbre, delivering this high-quality studio voice recording with no background noise. The same voice is breathless with disbelief, clutching a small keychain. Her shoulders are slumped, and her eyes are wide. (Slight shiver) "Ich... ich habe gehört... wirklich?" (She repeats the words, a barely audible whisper, her voice catching.) "Du... du hast alles aufgenommen?" (A small, choked sound escapes her.) "Alle Gespräche? Die letzten Monate?" (She looks around the cluttered room, as if searching for an escape.) "Das... das ist nicht wahr." (Her voice wavers, a tremor running through it.) "Wie konntest du das tun?" (A beat of silence, then a sharp intake of breath.) "Dieser Schlüssel... du hast ihn mir gegeben." (Her voice cracks.) "Erinnerst du dich? Letzten Sommer? 'Für immer Freunde'." (A bitter laugh escapes, short and sharp.) "Wie süß... wie unglaublich dumm von mir." (A shadow of a smile flickers across her face, quickly replaced by a hard stare.) "Du hast mein Vertrauen benutzt." (Her voice tightens, laced with contempt.) "Das ist widerlich." (She clenches her fists.) "Ich kann dir nicht glauben." (Her breath hitches.) "Geh einfach." (Her voice is flat, devoid of emotion.)
CUT TO:
SCENE 2
The same voice now quiet and resolute, a strange calmness settling over her. Her posture is straighter, though her eyes still hold a flicker of sadness. (She takes a slow, steadying breath.) "Es ist vorbei." (Her voice is soft, almost a whisper, but firm.) "Deine kleinen Spiele... sie haben keinen Einfluss mehr." (She looks down at the cluttered floor.) "Ich habe deine Geheimnisse gesehen." (A brief pause.) "Und jetzt... lasse ich sie los." (She picks up the keychain, her fingers tracing its outline.) "Dieser Schlüssel öffnet keine Türen mehr." (Her voice is calm, almost detached.) "Er öffnet nur eine Tür zum Vergessen." (She places the keychain on the floor with a soft thud.) "Ich werde dich nicht mehr brauchen." (Her voice is steady, unwavering.) "Vergiss mich." (She turns away, her shoulders squared.) "Vielleicht... vielleicht können wir irgendwann beide weitermachen." (A single, quiet sigh.) The performance across both moments feels like a devastating shift from fragile disbelief to a newfound, chilling self-possession.
pathway: SIT (Situations)lang: Germangender: femaleage: elderlyemotions: Contempt (clearly present), Elation (slightly present)situation: Discovering Betrayal / Trust Shatteredchallenge: The Key You Gave Meword-seeds: Hoffnung, Augenblick, Traum, Gewebeno injected burst
SCENE 1
A 28-year-old woman with a slightly raspy, vulnerable timbre, delivering this high-quality studio voice recording with no background noise. The same voice is tight with lingering panic, her body still echoing the struggle for breath. (Short, shallow gasp) "Can't... can't catch it." (Inhaler click) "It's not... doing anything." (Wheezing) "Just... just a little."
CUT TO:
SCENE 2
The same voice now softer, a fragile sense of hope threading through the lingering weakness. (Gentle, shaky inhale) "There... that's better." (Another, longer breath) "It's... opening up." (A small, contented sigh) "(Humming While Working / Cooking)" "Almost... almost clear." The performance across both moments feels intensely personal and profoundly hopeful.
pathway: SIT (Situations)lang: Englishgender: femaleage: elderlyemotions: Hope/Optimism (slightly present), Relief (extremely present), Distress (clearly present)situation: Asthma / Restricted Airwaychallenge: The First Real Breathword-seeds: twanky, leucoplastid, worble, ladanuminjected_burst: Humming While Working / Cooking

Extreme Physical 4 shown · 2 with injected burst

SCENE 1
A 35-year-old woman with a smooth, slightly husky vocal quality, delivering this high-quality studio voice recording with no background noise. The same voice is calm, sensual, perceptive – the actor is present and aware of the humid air. (Lightly tracing sweat) "Stupid latch. Always sticks. Smells like bleach and old salt." (Gentle sigh) "So sticky. This humidity… it’s almost a blanket." (A soft, almost amused chuckle) "Almost a pleasant one, anyway."
CUT TO:
SCENE 2
The same voice now fractured, strained, and raw. (Heavy, ragged breathing begins) "Kann… kann nicht atmen—bitte, jemand—ich verbrenne—mach es aufhören—" (A choked-up swallow) "Mein Herz… es pocht so laut… wie ein wildes Tier." (A short, sharp pain gasp) "Die Hitze… sie ist überall… in meinem Kopf… in meiner Haut…" (A guttural moan) "Ich… ich kann nicht mehr… es ist zu viel…" (A desperate, breathless whisper) "Verzeihung…" (A prolonged, agonizing scream that abruptly cuts off into a weak, trembling breath)
pathway: Extreme Physicallang: Germangender: otherage: elderlychallenge: Boiler Room Tombcategory: Extreme Temperature Shocksubcategory: Hyperthermia in Enclosed Spacesword-seeds: Wanderung, Herz, Kraft, Umarmunginjected_burst: Mourning Dirge / Funeral Hymn
SCENE 1
A 8-year-old female with a clear, bell-like timbre, delivering this high-quality studio voice recording with no background noise. The same voice is soft and breathy, tracing the grass with delicate fingers, finding peace in the fading sunlight. (Gentle, present, receptive) "I am still here. I am still here. Nothing can hurt me. I am whole." (Quiet, unwavering) "The sun feels warm on my skin. The grass is tickling my toes. It’s a good evening."
CUT TO:
SCENE 2
The same voice now fractured, choked, and raw, shattering under immense physical pressure. (Voice disintegrates, becomes guttural and broken) "You... you wanted this... you—" (Guttural moan) "You wanted this..." (Wet, shuddering sob) "You... you wanted this..." (Long, rising groan of agony) "You... you wanted this..." (Sharp intake of breath) "You..." (A choked-up swallow) "You..." (A piercing, strained cry) "You..." (A desperate, fading whisper) "You..." (A final, broken whimper)
pathway: Extreme Physicallang: Englishgender: femaleage: elderlychallenge: Crush of Sour Triumphcategory: Extreme Physical Painsubcategory: Compound Fractures & Broken Bonesword-seeds: helicometry, unwarmed, resun, cynipidaeinjected_burst: Whistling to Call a Dog / Animal
SCENE 1
A 25-year-old woman with a soft, melodic voice, delivering this high-quality studio voice recording with no background noise. The same voice is warm and gentle, filled with a quiet awareness of the sun and the water. (Softly) "Funny how the sky still looks pretty, even when it’s the last thing I’ll see." (A small, contented hum begins.)
CUT TO:
SCENE 2
The same voice now fractured, raw with physical pain and the struggle for breath. (Gasps, a choked sound escapes.) "Rescue? Ha. The sea wants a dancer, not a fighter. I’ve got no—" (A guttural groan builds, then a cough, followed by sputtering and a final, broken trail of breath.) "Didn’t mean to die with a smile." (Only the ragged sound of labored breathing remains.)
pathway: Extreme Physicallang: Englishgender: femaleage: elderlychallenge: Six Hours at the Mercycategory: Extreme Physical Tension & Exertionsubcategory: Endurance at the Edge of Collapseword-seeds: upwall, worksome, harrowment, postmedianno injected burst
SCENE 1
A 28-year-old woman with a warm, breathy, slightly husky timbre, delivering this high-quality studio voice recording with no background noise. The same voice is soft and content, fully present in the moment, savoring the simple pleasure of a first date. (Slight head tilt) "This is perfect. I think I'm falling for you already." (Gentle pause) "The butter's just right, you know?" (Soft chuckle) "And the salt… it's not too much." (A quiet, happy sigh) "I haven't felt this relaxed in ages." (Tiny, contented breath) "It's so nice, just… this." (Another small pause) "Thank you for bringing me here." (Warm, genuine tone) "I really mean that." (A soft, almost inaudible hum) "It's... lovely."
CUT TO:
SCENE 2
The same voice now fractured, a sudden, violent disruption. (Sharp intake of breath) "Oh God—what was—my tooth—it's—AH—fuck—I can't swallow—is it blood? It feels like glass." (A wet, broken cry) (Gasp) (A rapid, choked-up swallow) (Hissing, a wet, broken sound) "It feels like glass." (A low groan) (A whimper) "I… I can’t…" (A tremor in the voice) (A jagged, rising pain sound - a short, sharp intake) "It's… it’s sharp." (A muffled sob) "Oh, please…" (A series of short, ragged breaths) (A soft, shuddering exhale) "It… it’s… in there." (A strangled sound) "I… I…” (A faint, breathless gasp) "Just breathe…" (A strained, uneven inhale) "Oh… God." (A long, drawn-out, pain-filled sigh) "It hurts." (A barely audible, desperate plea) "Please… no…" (A final, weak, choked sound)
pathway: Extreme Physicallang: Englishgender: femaleage: elderlychallenge: Shattered Kernel Screamcategory: Extreme Oral & Gustatory Sensationsubcategory: Tooth and Jaw Pain During Eatingword-seeds: spondiac, mohammad, blennorrhea, durindanano injected burst

6Metadata schema (what is stored per prompt)

Every row in a parquet shard has these 40 columns:

ColumnMeaning
uidUnique UUID for the row.
global_indexRunning 0-based index across all shards.
gen_seedThe 64-bit random seed that drove this row's sampling.
worker_gpuWhich GPU worker produced it (1–7).
pathwaySampling pathway key: cca / cc2c / accc / sit / extreme.
pathway_labelHuman-readable pathway name.
langDialogue language: English or German.
dramabox_promptTHE GENERATED TEXT — the two-scene CUT TO: prompt itself.
genderPerceived gender parsed from the generated text (female/male/other).
age_groupAge band parsed from the generated text.
sampled_genderThe VoiceNet Perceived-Gender level fed into the model (CCA only).
sampled_ageThe VoiceNet Voice-Age level fed into the model (CCA only).
arousalThe sampled arousal descriptor (CCA/CC2-C).
emotionsThe EmoNet emotions (with intensity) sampled for Scene 1.
voicenet_attributesFull pipe-joined VoiceNet attribute block (CCA only).
flow_styleSpeech-flow style: scattered / flowing / mixed (CCA).
emotion_alignmentcongruent / neutral / counter-emotional (CCA).
direction_styleStage-direction writing style: literary / tag (CCA).
archetypeThe sampled genre archetype (CC2-C only).
genreThe genre the archetype came from (CC2-C only).
tempoTempo descriptor (CC2-C only).
situationThe physical situation name (SIT only).
situation_dimThe situation dimension code (SIT only).
challenge_titleTitle of the acting challenge (ACCC / SIT / Extreme).
challenge_idID of the acting challenge (ACCC).
categoryExtreme-physical category (Extreme only).
subcategoryExtreme-physical subcategory (Extreme only).
word_seedsThe random thematic word-seeds handed to the model.
n_word_seedsHow many word-seeds were drawn (default 4).
injected_burstThe vocal burst randomly forced into the scene (~50% of rows), else null.
burst_taxonomy_sourceWhere the vocal-burst menu came from.
burst_taxonomy_versionVersion tag of the burst taxonomy.
modelThe generation model id.
precisionModel precision (bf16).
temperatureSampling temperature.
top_pNucleus-sampling top-p.
max_tokensMax new tokens per generation.
input_tokensPrompt token count for this row.
output_tokensGenerated token count for this row.
gen_timestampUnix time the row was generated.

7Reproduce it yourself

1
Pick a pathway and a language uniformly at random; seed the RNG with a fresh 64-bit number.
2
Sample that pathway's ingredients from the taxonomies in Section 3 (VoiceNet attributes, or an archetype+tempo+arousal, or a challenge/situation/extreme entry), plus 1–3 EmoNet emotions with intensities.
3
Draw 4 word-seeds; with probability 0.5 draw one required vocal burst.
4
Assemble the system prompt (rules + emotional-emphasis + 180-burst menu addendum) and the user prompt (Section 4), then generate with unsloth/gemma-3n-E4B-it at temperature 0.9.
5
Record the text plus all sampled metadata (Section 6); every 1,000 rows become one parquet shard uploaded to laion/dramabox-cutscene-prompts.