Context
fluidstreamd pins FluidAudio exact: 0.15.4 (needed for the multilingual Nemotron 3.5 model + prompt_id API). The lectorium batch transcriber-service/fluidbatchd still pins the older revision a53aff4. On mridanga the two services now resolve different FluidAudio revisions and no longer share one cached SwiftPM build.
Goal
Consider bumping fluidbatchd to FluidAudio >= 0.15.4 so both services share a single FluidAudio build/cache on mridanga (less disk, one warm build).
Caveat
Verify the batch transcription path (Parakeet-TDT sliding-window) is unchanged/compatible at 0.15.4 before bumping. Cross-repo (lectorium).
Context
fluidstreamd pins FluidAudio
exact: 0.15.4(needed for the multilingual Nemotron 3.5 model + prompt_id API). The lectorium batchtranscriber-service/fluidbatchdstill pins the older revisiona53aff4. On mridanga the two services now resolve different FluidAudio revisions and no longer share one cached SwiftPM build.Goal
Consider bumping fluidbatchd to FluidAudio >= 0.15.4 so both services share a single FluidAudio build/cache on mridanga (less disk, one warm build).
Caveat
Verify the batch transcription path (Parakeet-TDT sliding-window) is unchanged/compatible at 0.15.4 before bumping. Cross-repo (lectorium).