Files
Sylpheed/docs
Sylpheed port agent 2df6e854d7 port: their stream assignment does not fit my region -- weights not applied
The assignment is settled by byte_size: ctx0 -> FL/FR, ctx1 -> FC, ctx2 -> BL/BR.
Applying it needs their contexts to be my chunks and they are not. Their three
sum to 3584000 B; my whole resolved ADV voice region is 3114352 B, 469648 B
smaller than the contexts that must fit inside it. My region yields three chunks,
one an 84.553 s / 806972 B tail matching none of their sizes, leaving two real
streams at 2307380 B -- and no pair of their contexts matches it (closest 2289664,
out by 17716).

So the weights are NOT applied: assigning positions on a byte-size match that does
not hold is worse than divide-by-count, and their own figures put a swapped
assignment at 11.76 dB wrong.

Not claiming their assignment is wrong -- theirs is a probe of the running
decoder, mine is resolve_movie_voice_region's byte range off the disc, and one of
the two spans is not what the other thinks it is. That is a decode question.

Takes the parts that stand alone: one mixer gain of 0.600 for bed and voice (not
baked in), and their two failed instruments -- envelope correlation saturating at
0.86-0.95 for every pair because the channels share dialogue timing, which is the
instrument I have leaned on all fortnight.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01N7FiFFFwbvG2uxdcEh8HyF
2026-08-30 08:34:16 +00:00
..