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
configure script should check if deepspeech lib is statically linked with tensorflow #5
In the default instructions, installing deepspeech makes a 50M .so file statically linked with tensorflow, so the -ltensorflow_cc library is not needed. The configure script should check for this.
In the default instructions, installing deepspeech makes a 50M .so file statically linked with tensorflow, so the
-ltensorflow_cc
library is not needed. The configure script should check for this.