Vosk

From Alpine Linux
Revision as of 07:55, 24 June 2025 by Jchdel (talk | contribs) (installing vosk and dependencies)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This document describes how to configure an vosk in Alpine Linux.

Installing vosk

apk add py3-vosk-api \
    py3-cffi \
    vosk-model-small-en-us \
    ffmpeg

Using vosk

vosk-transcriber -i hello-world.mp3 \
		-o hello-world.txt --log-level WARN \
		-m /usr/share/vosk-models/small-en-us