Questions tagged [cmusphinx]

An open-source toolkit for speech recognition. Includes speech recognizers Sphinx 2-4, PocketSphinx and a set of tools to supplement the recognizers.

CMU Sphinx is a group of speech recognition systems developed at Carnegie Mellon University.

Links:

682 questions
0
votes
1 answer

How to create .dic file for turkish language in cmusphinx

I installed "sphinxbase" and "pocketsphinx" on windows and run the "PocketSphinxDemo" on eclipse and on my phone. Next i want to create Turkish language for this application.It is enough to understand a few words or sentences as beginning so that…
g1904
  • 1
  • 2
0
votes
1 answer

ClassNotFoundException when trying Speech Recogniton in Java

public static void main(String[] args) { try { URL url; if (args.length > 0) { url = new File(args[0]).toURI().toURL(); } else { url =…
ManojB
  • 45
  • 1
  • 5
0
votes
1 answer

Importing pocketsphinx not working python 3.2 (Windows). "ImportError: No module named pocketsphinx"

I'm trying to use pocketsphinx on python 3.2 but I'm very confused. I've placed the builded packages in the site-packages directory, made sure I'm using the right audio file format .According to the documentation python is supported because there…
0
votes
1 answer

Pocketsphinx import ValueError

I recently installed pocketsphinx modules on my mac running Lion and Python 2.7.3(Not Apple's built in python, but brewed). I tried to run the following code: import pocketsphinx as p decoder =…
yashc
  • 239
  • 1
  • 5
  • 14
0
votes
1 answer

Increase the language model size in cmu sphinx

Hi i am working on cmu sphinx in windows xp . i have created language model as suggested by sphinx and when i tried to give a voice sample corresponding to the language model its working fine. but when i have more text in the language model and…
charan
  • 309
  • 2
  • 4
  • 14
0
votes
1 answer

CMUSphinx for web application

I'm trying to create an speech reconigtion based web. Afer some searching, i found that cmusphinx is a library quite good for speech reconigtion application. And my problem is how can communicate between cmusphinx and web ? Sorry if this is a silly…
redwind
  • 161
  • 1
  • 13
0
votes
0 answers

sphinx-4 building. Apache ant

i am trying to build the sphinx-4 program on my pc, but i am stuck on this step. To build Sphinx-4, at the command prompt change to the directory where you installed Sphinx-4 (usually, a simple "cd sphinx4" will do). Set required environment…
Valus Sulav
  • 145
  • 1
  • 2
  • 9
0
votes
1 answer

Building Pocketsphinx On Android on Windows

I have been following this Building Pocketsphinx on android for days now and I am very confused what to do now. I will be telling what I have done step by step so you will know what I have done wrong. I am using Windows 7 64-bit. First of all I have…
Christian Eric Paran
  • 980
  • 6
  • 27
  • 49
0
votes
1 answer

Voice dependent speech recognition

I'm looking into solutions for a voice dependent speech recognition solution for an embedded device. I have looked upon pocketsphinx but because I'm still unfamiliar with it I thought that maybe someone more experienced might know. Is it possible…
Ray
  • 339
  • 3
  • 12
0
votes
1 answer

Capturing incoming audio from Ekiga softphone/Pulseaudio JACK sink

I want to do speech recognition using Sphinx. I'm looking to capture the output/incoming audio of the Ekiga VOIP softphone using Java or Python and pass it on to Sphinx. Right now, the output is directed toward the PulseAudio JACK Sink. Sorry if I…
Max Pie
  • 99
  • 2
  • 9
0
votes
0 answers

Connect two applications

I need to connect two application when they are are running: CMU Sphinx4 and a program written in python. I don't want to integrate, only communicate between both apps. I want to pass the line that was recognized by Sphinx to a .py file. How can I…
karensantana
  • 1,599
  • 4
  • 21
  • 34
0
votes
1 answer

Compile CMU PocketSphynx at Linux Mint 13

I've installed CMU Sphynx at Linux Mint 13 (based on Ubuntu 12.04 LTS) and I simply cant' find any examples for: How to just test how it work in most simple way? I want to launch it from command line and recognize any .wav file. I've read docs but…
Alve
  • 1,315
  • 2
  • 17
  • 16
0
votes
1 answer

including jar files to a classpath

im trying to run a Sphinx's HelloWOrd program, it needs a .jar file to work. im trying to add a jar file in the classpath, but im getting some errors contend.util does not exist import edu.cmu.sphinx.frontend.util.Microphone; …
karensantana
  • 1,599
  • 4
  • 21
  • 34
0
votes
1 answer

Sphinxtrain snapshot in windows 7

I have downloaded sphinxbase.tar.gz and sphinxtrain.tar.gz in windows 7 computer. Build with Visual studio 2010. I have installed Activeperl, python 3.3. In tutorial http://cmusphinx.sourceforge.net/wiki/tutorialam it says: For sphinxtrain…
iknowitwasyoufredo
  • 605
  • 1
  • 10
  • 19
0
votes
1 answer

Sphinx4 Beta API Problems With Eclipse

I'm trying to set up a simple helloworld demo with Sphinx 4.0 (which is apparently a beta?) I downloaded the source and added it as source to Eclipse, but the problem is, it doesn't recognize a lot of the classes. I've been looking, and as far as I…
Lincoln Bergeson
  • 3,301
  • 5
  • 36
  • 53