Skip to content

Instantly share code, notes, and snippets.

@mumblequatch
mumblequatch / gist:be5b8896d0b0ce5c4173e4f6dd82053b
Created March 11, 2026 17:55
Auphonic batch concatenation: avoid 3-minute minimum billing
# Auphonic Batch Concatenation
## Problem
91% of Auphonic productions were hitting the 3-minute minimum billing floor,
wasting ~80% of credits on short audio clips (typically 3-60 seconds each).
## Solution
Added batch concatenation to `auphonic_automation.py`:
- Accumulates short WAV files arriving in `~/Dropbox/Auphonic/IN/`
- Interactive macOS dialogs show batch status and offer Wait/Send/Cancel
@mumblequatch
mumblequatch / handoff-notes.md
Created March 3, 2026 21:16
CYOA Project — SugarCube Inky-style engine, publish script, template

CYOA Project — Handoff Notes

What This Is

An interactive fiction engine that replicates Inky's preview player using SugarCube Twee files. Stories render as a continuous scroll of accumulating text with fade-in paragraphs, dividers between passages, and styled choices — matching Inky's aesthetic and behavior.

The first story built with it is The Cliff Wraith, live at: https://mumblequatch.github.io/the-cliff-wraith/

Project Structure