Closed djfd closed 6 years ago
Hi djfd,
gst-deepspeech is currently only compatible with DeepSpeech 0.1 and 0.1.1 (latest release version), I suspect you're using a later version as it looks like the namespace has been removed in master. I will be updating gst-deepspeech to work with newer releases of DeepSpeech but only once they're fully released along with compatible model files.
Hope that helps, Mike
Hello Mike,
thank you for your instant support. I will try to compile against of v0.1.1 (0.1.0) to see if it could be resolved right now.
Thanks again!
PS. found the project in http://blog.mikeasoft.com/2017/12/30/speech-recognition-mozillas-deepspeech-gstreamer-and-ibus/, and, it seems, many questions/answers from there would be very welcome to included into README.md, just IMHO
Yep, I agree the documentation could definitely do with expanding. I'm a bit short on free time at the moment, so it might be a while before I have a chance to do anything, however if you're able to collate some questions and answers from the comments on my blog a PR would be very gratefully accepted :)
Hi,
I am getting error trying to compile the plugin:
looking to the code I cannot see any mentioned workspace definition, it is starting right from the
How it is expected to work at all, if we do not have workspace definition? Could you advise please?
Environment:
Arch linux, x64, up to date
DeepSpeech is installed with pip3, headers and libraries set via
CPP_FLAGS
andLD_LIBRARY_PATH
respectivelyThanks