@koda-sl/baker-cli 0.305.0-dev.2c645fe6b → 0.305.0-dev.582739c3e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2184,6 +2184,7 @@ function spokenWordsIn(prompt) {
2184
2184
  const text = quoted.join(" ").trim();
2185
2185
  return text ? text.split(/\s+/).filter(Boolean).length : 0;
2186
2186
  }
2187
+ var SPOKEN_CLIP_DURATION_S = 8;
2187
2188
  function nearestClipDuration(model, preferred) {
2188
2189
  const schema = MODEL_REGISTRY.video_generate[model]?.params.duration;
2189
2190
  const allowed = schema?.kind === "number" ? schema.enum : void 0;
@@ -9583,6 +9584,7 @@ export {
9583
9584
  DEFAULT_CLIP_DURATION_S,
9584
9585
  SPOKEN_WORDS_PER_SECOND,
9585
9586
  spokenWordsIn,
9587
+ SPOKEN_CLIP_DURATION_S,
9586
9588
  nearestClipDuration,
9587
9589
  clipAudioMode,
9588
9590
  clipDurationsFor,
@@ -9631,4 +9633,4 @@ export {
9631
9633
  defaultRegistry,
9632
9634
  createEngineFromEnv
9633
9635
  };
9634
- //# sourceMappingURL=chunk-7TL4VPK5.js.map
9636
+ //# sourceMappingURL=chunk-JI6QIAD3.js.map