Questions tagged [pocketsphinx]

PocketSphinx is a lightweight version of the CMU Sphinx open source cross-platform speech recognition system, optimized for mobile and handheld devices.

459 questions
-1
votes
1 answer

I am trying to implement sphinx model for regional language. but I am getting this error in decoding

MODULE: DECODE Decoding using models previously trained Decoding 226 segments starting at 0 (part 1 of 1) 0% ERROR: FATAL: "batch.c", line 821: PocketSphinx decoder init failed ERROR: This step had 1 ERROR messages and 0 WARNING…
Pratik Sanap
  • 107
  • 8
-1
votes
1 answer

Unresolved symbols building pocketsphinx application

im trying to get started using pocketsphinx but I get this error: gcc -I /home/noahchalifour/libraries/pocketsphinx/include -I /home/noahchalifour/libraries/sphinxbase/include pocketsphinx.c -o pocketsphinx /tmp/ccagvqgz.o: In function…
N. Chalifour
  • 103
  • 10
-1
votes
1 answer

pocketsphinx: return long utterance as single result

When analyzing a sound file approximately 1 minute long, pocketsphinx breaks the file into multiple results. Is there a way to change the code to return a single utterance? I'm using code based on continuous_test.py. #!/usr/bin/python from os…
Adam_G
  • 7,337
  • 20
  • 86
  • 148
-1
votes
1 answer

doing actions after sound recognization in android

please give me suggestion about this condition. is it possible in android that the device waits for special sound, and after it recognizes it, some actions happens. please tell me about your ideas.Thanks for your help! UPDATE i try pocket sphinx and…
user4568864
-1
votes
2 answers

Run 2 loops simultaniously that call functions from one another?

I have 2 loops I need to run, one to listen for voice commands and the other to stay connected to an MQTT broker and listen for/post to an MQTT topic, posting when a voice command is issued. Problem is, I'm not sure of the best way to set this up.…
jshcrm
  • 97
  • 9
-1
votes
1 answer

Getting keyword times from pocketsphinx without logs

I'm trying to use pocketsphinx for some keyword recognition. I'm able to use pocketsphinx_continuous -infile -keyphrase and pocketsphinx_continuous -infile -kws successfully. The output seems quite verbose and I'm unable to find a guide or a parser…
TheComeOnMan
  • 12,535
  • 8
  • 39
  • 54
-2
votes
1 answer

PocketSphinx audio device list

Given I have searched for days, and couldn't find anything, I came here for help. Is there any way to find the audio device list PocketSphinx is using to input the correct one, instead of having to guess by performance in python?
Manu1800
  • 145
  • 7
-2
votes
1 answer

FATAL_ERROR: "continuous.c", line 246: Failed to open audio device

I am looking for a solution for pocketsphinx for a long time. I tried everything apt-get remove pulseaudio -y aptitude purge pulseaudio -y apt-get install bison -y cd /usr/install tar -xvf sphinxbase-0.8.tar.gz cd…
-3
votes
1 answer

FileNotFoundError while installing pocketsphinx via anaconda

C:\Windows\System32>"C:\Users\Dinesh Kumar\AppData\Local\Programs\Python\Python3 6-32\python.exe" -m pip install pocketsphinx-0.1.3-cp36-cp36m-win32.whl Requirement 'pocketsphinx-0.1.3-cp36-cp36m-win32.whl' looks like a filename, but the file does…
1 2 3
30
31