Elleo / gst-deepspeech

NOTE: This plugin is now deprecated in favour of the coqui-stt branch in gst-plugins-bad: https://gitlab.freedesktop.org/philn/gstreamer/-/tree/coqui-stt/subprojects/gst-plugins-bad/ext/coqui
Other
169 stars 20 forks source link

deepspeech.h is missing when building it #23

Closed KamelNice06 closed 1 year ago

KamelNice06 commented 1 year ago

I try to build the package in my buildroot environment and I m getting this issue : gstdeepspeech.cc:63:10: fatal error: deepspeech.h: No such file or directory 63 | #include | ^~~~~~

Indeed the file does not seem to be part of the repo

Elleo commented 1 year ago

That's correct, that's referring to the deepspeech header file from deepspeech itself, which you'll need to have installed: https://github.com/mozilla/DeepSpeech

However please note that both this repository and deepspeech are deprecated, and that you'd be better off looking at coqui stt and the corresponding branch linked in the repo description.

KamelNice06 commented 1 year ago

Thx