Capítulo 746 de 988

Chapter 746: installWhisperCpp()

Core Idea

Installs a Whisper. cpp version into a folder.

Key Concepts

  • Which Whisper.cpp version to select?
  • Note this
  • Options
  • to
  • version
  • printOutput?
  • signal?<AvailableFrom v="4.0.156" />
  • Return value

Code Examples

const {alreadyExisted} = await installWhisperCpp({
  to: path.join(process.cwd(), 'whisper.cpp'),
  version: '1.5.5', // A Whisper.cpp semver or git tag
});
  • What it demonstrates: Usage pattern for installWhisperCpp() from the official docs.

Key Takeaways

  1. Understand which whisper.cpp version to select? when working with installWhisperCpp().
  2. Understand note this when working with installWhisperCpp().
  3. Understand options when working with installWhisperCpp().
  4. Understand to when working with installWhisperCpp().
  5. Understand version when working with installWhisperCpp().

Connects To

  • Convert to Captions: related page in the Whisper Web (@remotion/whisper-web) section.
  • Download Whisper Model: related page in the Whisper Web (@remotion/whisper-web) section.
  • to Captions: related page in the Whisper Web (@remotion/whisper-web) section.