Fix typo in README, thanks to @eiriksm
Fix some bugs found by @DrDub with FindBugs
Fix fenced code blocks.
Even more markup fixes.
More markup fixes.
Fix README markup.
Fix URL.
Add link to pocketsphinx-android-demo.
Remove unnecessary text, highight important one.
Revert link to plain text.
Even more markup fixes.
More markup fixes.
Fix README markup.
Add README.md to render it right on GitHub.
Add README.md to render it right on GitHub.
Added ps_process_cep to swig python interface #15
ERROR! The markdown supplied could not be parsed correctly. Did you forget to surround...
Search on this forum, there used to be a thread with the same subject. There you...
Sorry, but it does not make sense to me why you needed to modify anything in the...
There is no such function which value you could use as a threshold to decide whether...
ERROR! The markdown supplied could not be parsed correctly. Did you forget to surround...
cont_ad module has been deprecated and removed from sources, see ad.h. On Mon, Mar...
No On Tue, Mar 3, 2015 at 2:28 AM, Orest ori553@users.sf.net wrote: I'd like to analyze...
http://cmusphinx.sourceforge.net/wiki/sphinx4:standardgrammarformats http://www.speech.sri.com/projects/srilm/manpages/ngram-format.5.html...
ERROR! The markdown supplied could not be parsed correctly. Did you forget to surround...
ERROR! The markdown supplied could not be parsed correctly. Did you forget to surround...
ERROR! The markdown supplied could not be parsed correctly. Did you forget to surround...
If you don't know from where to start - there's wiki http://cmusphinx.sourceforge.net/wiki/....
Perhaps, you didn't even search. See the attached file for details.
You don't need to re-build the library to use another language. You rather need different...
Because ndk-build is sh script, not a native Windows binary. You need to figure out...
Your main loop is wrong, here is how it should be https://github.com/cmusphinx/sphinx4/blob/58898035b02f0409d03cb2482030ad8d5e7ba0d3/sphinx4-samples/src/main/java/edu/cmu/sphinx/demo/transcriber/TranscriberDemo.java#L55...
Hi Diego, the link was badly parsed, you need to remove dot from the end.
You have to replace manually. On Thu, Dec 18, 2014 at 8:24 PM, Vickie vikram12345@users.sf.net...
The values provided by -dict, -hmm and -lm arguments should point to existing files...
Got it, you probably need to disable assertion checking. In Java they are disabled...
Did you change the default XML configuration? On Thu, Dec 11, 2014 at 5:29 AM, Tobias...
You can modify sphinx_fe' or make your own binary and callerr_set_debug_level(ERR_ERROR)'...
Obviously, if 1500m is not enough you should try 2G. On Tue, Dec 9, 2014 at 6:08...
The specifier is in bytes, so if you mean 1.5G, you should write -Xmx1500M. On Tue,...
Hi Toine, The option is "-jsgf". On Sat, Dec 6, 2014 at 2:04 AM, Toine db tony_mortana@users.sf.net...
Sphinx4 uses java logging, and thus the solution is http://stackoverflow.com/questions/6307648/change-global-setting-for-logger-instances...
Check graph compatibility with the audio model.
Make MMI-model an optional argument.
Sorry, but I don't quite get what you mean. The file is a PERL script, so you obviously...
It's in "test" or "regression" directory. You also need to provide a reference transcription...
The result is saved in adaptation-test.hyp - the file that you provided along with...
http://cmusphinx.sourceforge.net/wiki/tutorialam On Sun, Nov 9, 2014 at 10:40 PM,...
It's resource:/edu/cmu/sphinx/models/language/en-us.lm.dmp, I've updated the wiki....
Telephone speech is transmitted over a cellular network or a PSTN line. If you record...
This is because telephone audio is cut at frequencies above 4KHz. On Fri, Oct 31,...
LogLevel has nothing to do with default.config.xml. You can change it through the...
That branch has been already merged, use trunk. On Tue, Oct 21, 2014 at 3:00 PM,...
Replace magic constant with a calculated value.
Grammar search and keyword searches are different. Keyword search is being listened...
It is the search name. You use this name in SpeechRecognizer#startListening(String)...
Set the appropriate log level. On Thu, Sep 4, 2014 at 11:45 AM, Eugene zhekagl@users.sf.net...
Sphinx4 is for desktop and server Java, pocketsphinx-android is for mobile and embedded...
Apparently you need to install the Ant plugin for your version of Eclipse.
I pointed out to a concrete section - "Including resource files". Read it thorou...
http://cmusphinx.sourceforge.net/wiki/tutorialandroid#including_resource_files.
The error explains itself very well - you need external storage to unpack the model...
Demos are in sphinx4-samples. On Sat, Aug 23, 2014 at 7:05 AM, kamisrini2 kamisrini2@users.sf.net...
No, you can use the existing library. You'll just have to create your own version...
You're right.
Take a look at the pocketsphinx-android sources https://github.com/cmusphinx/pocketsphinx-android....
Use Needleman-Wunsch algorithm to get results.
Extract interface of sequence aligner.
SpeechRecognizer#addKeywordSearch(String name, File file). The file should contain...
Please, provide the full source code.
Remove interfaces with a single implementation.
It should.
http://cmusphinx.sourceforge.net/wiki/tutorialandroid
Speed-up dynamic trigram model computation.
Remove dead code.
You was right, we used to host both regular and -nolib versions in a single archieve,...
Import word expander from FreeTTS.
Fix minor issues.
There is no such thing currently. All you can do is to download pocketsphinx-android...
It's worth to look at the code and read the whole article, especially the "builing...
http://cmusphinx.sourceforge.net/wiki/tutorialandroid
Your intention is not clear. Could you provide a little example of what you want...
Diff-like output of the Aligner demo.
Get rid of duplicated code.
Implement new speech aligner.
Unit test for WordSequence.
Use logical operator instead of binary one.
This is the valid way to change properties: ConfigurationManagerUtils.setProperty(configurationManager,...
It is possible, see DialogDemo in sphinx4-samples.
You must call SimpleNGramModel#deallocate() before changing properties.
Rename LogMath#getInstance -> LogMath#getLogMath.
Use Google Guava.
Speaking of other IDEs - Android Studio is planned to be supported sometime (as a...
Speaking of other IDE - Android Studio is planned to be supported sometime (as a...
Yes, you can build and run the project just with Ant: ant debug install (provided...
Yes, you can build and run the project just with Ant: ant debug install as well as...
toine, feel free to send your requests, we'll merge them. You can treat our github...
toine, feel free to send your requests, we'll merge them. You can treat our github...
There is no such API currently, but we're planning to implement one some day. Stay...
It means that either your microphone is unavailable, or that the required sample...