torch_render_sequences
Render N64 sequence-driver audio assets into 16-bit PCM stereo 32kHz WAV files directly from a ROM, without launching a display window.
Instructions
Headless audio extraction: renders sequence-driver audio assets and writes 16-bit PCM stereo 32kHz WAV files via Torch UI test harness without opening a display window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional asset-name substring filter (TORCH_SEQ_FILTER e.g. "music" or "seq") | |
| srcdir | No | Source directory containing config.yml | |
| rom_path | Yes | Path to N64 ROM | |
| timeout_ms | No | Timeout in milliseconds | |
| torch_path | No | Optional custom path to torch binary | |
| wav_outdir | Yes | Directory where rendered .wav files will be saved |