Skip to content

PhilippeRo/gst-vosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gst-vosk

Gstreamer plugin for VOSK voice recognition engine. It was created for the IBus Speech To Text Engine (https://github.com/PhilippeRo/IBus-Speech-To-Text) but was released separately in the hope it can be useful for other projects.

Dependencies

  • Gio
  • meson (0.56.0)
  • Gstreamer (> 1.20)

Building this plugin

To install the plugin in /usr (where most distributions put Gstreamer plugins):

meson setup builddir --prefix=/usr
cd builddir
meson compile
meson install