Release 2.7.3 - #173
Conversation
|
Warning Review limit reached
Next review available in: 4 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Ships the speaker-turn work from #168 and the opener fix from #172.
What users get
Speaker detection actually runs. It was raising
Could not load libtorchcodecon any machine with the ffmpeg binary but not its shared libraries, the studio looked forHF_TOKENin the working directory instead of the podcli home, and all three entry points defaulted it off. Without speaker labels a clip cannot tell a question from an answer, and the crop cannot follow whoever is talking.The camera follows the speaker. A face map with two clusters and no speaker mapping was read as "single speaker" and pinned the whole clip to
clusters[0], first in list order. On a mixed-layout source that meant the crop sat on one person while the other talked, and landed on blank wall whenever the layout switched.Clips ship with the captions they asked for, or say why not. An empty word list rendered a silent clip and reported success. Both empty cases now return a warning that the studio already displays per clip.
Titles are written, not copied. The JSON spec still said
"title": "First strong sentence from the moment", which is how clips ended up titled"Is it having a big?".Every clip states what the viewer gets.
suggest_clipsrequires a payoff and a standalone check, and a clip whose setup lives outside its own range is rejected rather than waved through on acontext_linethat nothing renders.Release note
Diarization is on by default now, so transcription is slower for anyone with
HF_TOKENset: roughly 100 seconds per hour of audio on Apple Silicon. Machines without torch or without a token are unaffected, they log a warning and continue.package.jsonandcli/VERSIONonly, matching the shape of #166.