Ninety Calls, Ninety Voices
The previous two lessons built the audio pipeline around a small atom: a language-uniform run, often a sentence or two, synthesized as its own call, with authored gaps between runs. That shape guarded against one failure — mixed-language text read in the wrong accent — and it worked. What it cost only became audible once the conversation series switched its narration to Korean. The second episode's script went out as about ninety sentence-sized calls, and it came back as ninety slightly different tones. A voice model sets its tone per generation call, so a finely sliced script reads as stitched cadence, however clean each slice is.
The premise behind fine slicing had quietly expired. With the narration in one language and every foreign term transliterated in the voice's copy, there was no mixed-language gamble left to guard against. So the rule inverted: synthesize in the fewest calls the provider allows. Tested directly, the whole script of that episode in a single call came back the most natural reading of every variant tried.
The Accepted Limit Is Not the Reliable One
The provider's per-call limit was five thousand characters, so the next episode used long calls — and a 4,625-character call came back with roughly 1,900 characters silently unspoken. The voice jumped from the middle of the script to its final paragraph. A 3,202-character call stopped mid-word near its end. Both returned clean exit codes and plausible durations, and the second was caught only at the final watch. A request limit is what a provider will accept, not what it will reliably perform.
The practice that came out of it is measured rather than read off the limit. Takes stay under about 2,600 characters, split at the largest beat boundaries the script has, and the most uniform episodes sat near two thousand, where six takes across thirty-four minutes measured inside a half-decibel spread. Every take then passes a coverage gate that checks what the take actually voiced: the final cue must be present, three consecutive missing cues fail the take, and a floor applies to the rest. The seams between takes are audible as small tone shifts, so the rule is the fewest takes the ceiling allows, each seam on a pivot where a shift can read as intent — and no take so short that it becomes a tone island beside the others.
A Page, With Its Language Declared
Two more failures shaped what a take is. The voice engine's chunker split untagged text at any sentence containing no Hangul, so a lone English name inside Korean narration became its own cold call and the Korean after it restarted without warm-up. And line breaks never reached the provider at all: the chunker joined every sentence with a single space, so the blank line a script used to request a pause was never sent. Both were fixed inside the voice engine, and both are now part of a take's shape. Every take declares its language and travels as one chunk, and it goes out as a page — a newline between the cues of one scene, a blank line between scenes — which the provider reads as different breaths. The instruction behind it is plain: treat the text as a document written by a person and read aloud by a person, not as a string pushed into a machine.
A take also starts warm. The first take gets a plain, neutral cue in front of it, and each later take borrows the last two cues of the take before it, in its own language. The warm-up rides in the synthesis text and in the cache key, and never in the finished audio.
The Clock Is a Prior; the Audio Is the Truth
With one long call per take there are no per-sentence durations to time subtitles against, so alignment comes from the provider's character timestamps. Inside a sentence those are exact to about ten milliseconds. Across a paragraph break, one measured take had its first word spoken more than a second later than the clock claimed. So the cut that removes the warm-up is located by transcribing the untrimmed audio and finding the first real word, and the trimmed opening is transcribed again to confirm no warm-up is left. Even that is a heuristic rather than proof: in the reference episode a short transcription window reported a clean opening while a leftover word was still audible, and only a person listening caught it.
The last repair is about breath. Some takes come back in a rushed mode that the text itself triggers — sentence gaps halve, from about a second to under half of one — and re-rolling cannot move it, because every sample of that text lands in the same mode. So a deterministic pass lengthens each short sentence gap to a measured target at the quietest point in the gap, skips any point that is not actually quiet, and shifts the clock with every insert. The voice itself is never touched.