GStreamer plugin for speech to text using the Vosk Toolkit.
Go to file
2022-03-31 11:21:15 +02:00
src Getting some words 2022-03-31 11:21:15 +02:00
.gitignore Initial commit 2022-03-27 11:31:47 +02:00
build.rs Initial commit 2022-03-27 11:31:47 +02:00
Cargo.lock Initial commit 2022-03-27 11:31:47 +02:00
Cargo.toml Update project description 2022-03-27 11:39:55 +02:00
README.md Usage to readme 2022-03-28 00:09:01 +02:00

Vosk Speech Recognition GStreamer Plugin

Transcription of speech using Vosk Toolkit. Can be used to generate subtitles for videos, transcription of audio notes, etc.

Usage

GST_DEBUG=1,vosk_transcriber:5 gst-launch-1.0 filesrc location=/Users/rafaelcaricio/astronaut.mkv ! matroskademux name=d d.audio_0 ! decodebin ! audiorate ! audioconvert ! audioresample ! audio/x-raw,format=S16LE,rate=48000,channels=1 ! vosk_transcriber server-address=ws://192.168.178.20:2700 ! fakesink dump=true --gst-plugin-path=/Users/rafaelcaricio/development/gst-plugin-vosk/target/release/