Hey guys, before I start I want to say (I'm quite new to this and fairly confused for now),
I intend to use pocketsphinx with Python, I NEED to make sure it's accurate to me so I am doing acoustic adaptation, I have downloaded PocketSphinx/Sphinxbase/Sphinxtrain from github and built/compiled them.
How do I use this pocketsphinx with python for continuous (live?) recognition, I have found example script for it for python but it gives me an error where pocketsphinx & sphinxbase is imported at the top, so it'd already be awesome if you tell me how I can import pocketsphinx into python.
note: I am NOT using "pip install" for this because I have downloaded it all from github (.zip) and I need to do acoustic adaptation.
How do I import the pocketsphinx into python script?
I currently have it in a folder.
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey guys, before I start I want to say (I'm quite new to this and fairly confused for now),
I intend to use pocketsphinx with Python, I NEED to make sure it's accurate to me so I am doing acoustic adaptation, I have downloaded PocketSphinx/Sphinxbase/Sphinxtrain from github and built/compiled them.
How do I use this pocketsphinx with python for continuous (live?) recognition, I have found example script for it for python but it gives me an error where pocketsphinx & sphinxbase is imported at the top, so it'd already be awesome if you tell me how I can import pocketsphinx into python.
note: I am NOT using "pip install" for this because I have downloaded it all from github (.zip) and I need to do acoustic adaptation.
How do I import the pocketsphinx into python script?
I currently have it in a folder.
Thanks in advance!
here is an example
https://github.com/cmusphinx/pocketsphinx/blob/master/swig/python/test/decoder_test.py