14 lines
1.0 KiB
TypeScript
14 lines
1.0 KiB
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_77 = VersionInfo.of({
|
|
version: '0.2.77:0',
|
|
releaseNotes: {
|
|
en_US:
|
|
"Phase 1A of the diarization migration: add a TX chunk overlap setting for the hardware transcribe path. Default 30 seconds, configurable per the new slider in Settings → Operator Hardware. The overlap region is dropped from chunk N+1's transcribed output via global-timestamp dedup so the stitched transcript stays clean. Applies whether or not diarization is enabled (off by default in this release — diarization itself lands in a later phase). Two motivations: (1) word boundaries are cleaner — words straddling a chunk boundary now land in one chunk or the other rather than getting clipped; (2) lays the groundwork for diarization, which needs the overlap so speakers who only talk briefly at chunk boundaries get a reliable voice fingerprint in at least one of the two chunks covering them.",
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|