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
- Understand which whisper.cpp version to select? when working with installWhisperCpp().
- Understand note this when working with installWhisperCpp().
- Understand options when working with installWhisperCpp().
- Understand to when working with installWhisperCpp().
- 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.