Questions tagged [openears]

OpenEars is a shared-source framework for performing continuous speech recognition, text-to-speech, and language model generation in iOS. It uses the CMU Pocketsphinx, CMU Flite and CMUCLMTK libraries.

OpenEars is a shared-source framework for performing continuous speech recognition, text-to-speech, and language model generation in iOS. It uses the CMU Pocketsphinx, CMU Flite and CMUCLMTK libraries.

About OpenEars: http://www.politepix.com/openears
Support for OpenEars: http://www.politepix.com/openears/support

73 questions
2
votes
1 answer

How can I adjust OpenEars wrong recognition

I used the OpenEars for my app.just recognize "a" to "z" in the alphabet. But it had a bad recognition in recognize alphabet than word. So, how can i use my sound model to improve the recognition of OpenEars. And how can I use OpenEars to recognize…
ryuikuya
  • 75
  • 2
  • 7
2
votes
2 answers

Text to speech app size

Does using libraries like OpenEars will drastically enlarge my app size? Or I can just extract the text to speech stuff, and get away with it...Probably removing all those langs? I don't have any idea. I checked and OpenEars sample app is 33MB -…
Devfly
  • 2,495
  • 5
  • 38
  • 56
1
vote
1 answer

Why is OpenEars giving over 50 errors within my app in XCode?

Possible Duplicate: How can I implement voice recognition into my iOS app? I am trying to implement OpenEars and I have completed all the steps exactly as they state on the website. Why am I getting the following errors?: You can see the errors…
pixelbitlabs
  • 1,934
  • 6
  • 36
  • 65
1
vote
1 answer

unable to get speech recognition when using open ears with movie player

In my app i am using Open ears as my audio engine.I am using movie player to play the movie corresponding to the word i m speaking using open ears.But everytime when my first movie is loaded then my app Switches to the thread number 13059 ,after…
Vipin
  • 4,718
  • 12
  • 54
  • 81
1
vote
2 answers

Text to speech conversion

I am using OpenEars in my app for speech to text conversion, but now the situation demands that I convert my text to speech. Can I do this using OpenEars only? Has anyone tried this? If so, please guide me on how to do this. Any help will be…
Vipin
  • 4,718
  • 12
  • 54
  • 81
1
vote
1 answer

Can I change the voice of OpenEars (iOS)

Would I be able to change the speaking voice of OpenEars to another? I don't quite like the the default one. Is that possible or would I have to use another API. Sorry if this is a stupid question.
1
vote
2 answers

Open ears text to speech (voice) not working when getting string from another class/controller (IOS, Objective c)

I am very new to objective c and OpenEars so please forgive me if I have some messy code and if I am lost in very simple problem. Anyhow, I have two controllers in this application. The first being the default ViewController and the second one being…
1
vote
1 answer

Compile and runtime failures when importing interfaces with category extensions in XCode 7

I'm trying to get an example of running OpenEars with the RapidEars plugin running in Swift 2.2 (XCode 7.3.1). However, I suspect I'm having a larger issue with using Objective-C interfaces with extensions in a Swift project (or my understanding of…
SuperDuperTango
  • 1,398
  • 1
  • 14
  • 32
1
vote
0 answers

Recognize non-english words on Android

Is there any kind of API which is similar to OpenEars for Android. I have a project to recognize non-english words. All I want is when I say Machan in I need same text as the output. Is this possible? I tried musicg and it seams that lib recognize…
Thilina Anuradh
  • 211
  • 2
  • 11
1
vote
1 answer

what is the best way to use Openears in iOS app with multiple language support?

I am developing an app for "speech to text", I am using openears for this. I am aware of its language model and dic files. but is it a good idea to create language model of whole vocabulary? (Language model of english language is 125 MB in size) How…
Mayank Jain
  • 5,663
  • 7
  • 32
  • 65
1
vote
2 answers

How can I use OpenEars in a tweak?

I'm trying to include OpenEars in a theos project I'm making, a tweak for jailbroken iDevices, as I need speech recognition for my tweak. I was able to link the OpenEars framework by putting it in the same folder as my private frameworks, and I'm…
Phillip
  • 1,205
  • 3
  • 15
  • 22
1
vote
1 answer

voice recognition on iOS - convert OOV words to phonemes on iOS?

I’ve tried, as suggested on StackOverflow, Openears sucessfully, and generate custom vocabularies from arrays of NSSTRINGS. However, we also need to recognize names from the addressbook, and here the fallback method inevitably fails miserably very…
ranavision
  • 11
  • 1
1
vote
2 answers

How to detect phrase?

i am implementing speech to text by OpenEars feature in my app. i am also using Rejecto plugin to make the recognition better and RapidEars for faster results. the goal is to detect phrase and single words, for example : lmGenerator =…
orthehelper
  • 4,009
  • 10
  • 40
  • 67
1
vote
1 answer

iOS keyword spotting with OpenEars + Rejecto

Looking for a keyword spotting api, I found the most promising is OpenEars + Rejecto plugin. I need to recognize a pretty simple dictionary, such as Up, Down, Left, Right. Followed the steps to run the sample project…
ssantos
  • 16,001
  • 7
  • 50
  • 70
1
vote
1 answer

Recognise a phrase from voice input only if the intensity hits certain decibel [iOS]

I've had a good browse around the topics in this group trying to see if this question has been addressed before, but couldn't find exact thing. So, apologies if this is old hat. Please also excuse the newbie nature of my question. How can I have an…
Ajith Renjala
  • 4,934
  • 5
  • 34
  • 42