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
0
votes
2 answers

Openears throws exc_bad_access when trying to analyze speech (I think)

I've been trying to get openears to work and I've followed the tutorial. I tried both with arc on and off and looked all over the place. It seems to work but once it says listening and I speak it just quits. Here's all my log spat out. 2013-06-10…
evan.stoddard
  • 698
  • 1
  • 5
  • 22
0
votes
1 answer

Change OpenEars pitch dynamically (on the fly)

I have an iOS app that reads text using the OpenEars API. I am using the latest version (1.2.5). I can not figure out how to change the pitch while the words are being read ("on the fly"). I created a slider to control the pitch. A delegate is…
iPhone Guy
  • 1,031
  • 10
  • 30
0
votes
2 answers

OpenEarsEventObserverDelegate Methods are not call

I am making an voice recognition application which recognize my voice in the absence of network for this I am using OpenEars sdk. I have taken a sample code of it and I have made a similar app of sample code but in my code my openearsEventDelegate…
0
votes
0 answers

Trouble in openEars to recognize letter

Possible Duplicate: How can I adjust OpenEars wrong recognition I used the OpenEars for my app to input word with alphabet. I just initial dictionary from "a" to "z" . But it had a bad recognition in recognize alphabet. for example. I said "e"…
ryuikuya
  • 75
  • 2
  • 7
0
votes
1 answer

OpenEars dynamic dictionary

I am designing a new iPhone/iPad app and I would include some voice recognition features, using OpenEars and I am new to OpenEars. The app should recognize some words (commands) from a custom dynamic dictionary, I mean that depending from the user…
Fab
  • 1,468
  • 1
  • 16
  • 37
0
votes
3 answers

How to exclude undefined symbols from RapidEars framework linking?

I added a framework to my Xcode 4.4 project by drag-and-drop of the framework onto the project in the Project Navigator. I am getting linker errors for undefined symbols on Xcode. Undefined symbols for architecture armv7: "_returner", referenced…
eggplant
  • 155
  • 2
  • 8
0
votes
0 answers

IOS Open Ears does not start

I am trying to make simple helper class for my app that will load open ears defaults.The problem is everything seems to be normal but when i create new helper object and run method startListening it does not make anything. I think the problem is…
Ercan
  • 2,699
  • 10
  • 53
  • 60
0
votes
1 answer

openEars project errors and warnings

Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1 Warnings: "iOS deployment target '5.0' for architecture 'armv6' and variant 'normal' is greater than the maximum value '4.2.99' for the iOS 4.2…
Idrees Ashraf
  • 1,363
  • 21
  • 38
0
votes
1 answer

OpenEars - fliteDidFinishSpeaking not called the first time Flite is fired

A list, since it's easier to write: • Music starts playing • Skip to next track • Flite speaks song title • fliteDidFinishSpeaking doesn't fire -- Why? • Hit Play to start the music -- [musicPlayer play]; is at the end of the failing method • Skip…
Thromordyn
  • 1,581
  • 4
  • 17
  • 45
-1
votes
1 answer

Unsolvable Linkage error with openears when trying to run tests

I have been using openears for a while now with no problems. I imported the library into my project and the application compiles and runs. The problem arose when I tried to create and run tests. The projects refuses to compile and issues the…
Itay k
  • 4,163
  • 4
  • 31
  • 39
-1
votes
1 answer

How to add words in openears dictionary and it's language model and .gram file

I am using open ears sdk for speech recognition and synthesis in iphone programming but it's dictionary and .gram file and it's language model file contain only 8 standard words and I need more words in my app. if I m adding new words in it's .gram…
-3
votes
1 answer

Iphone Openears .dic file

I want to create my own .dic file instead of cmu07a.dic provided by openears. Therefore I replaced all ARPA bets with my own in cmu07a.dic file. After changing cmu07a.dic, my app is crashing at lauching time. here is error log: Terminating app due…
Idrees Ashraf
  • 1,363
  • 21
  • 38
-4
votes
1 answer

thread 1: “GDB:Program received signal: ”SIGABRT“.” with openears

I was installed pocketsphinx on mac 10.6.8 using OpenEars with English dictionary and it working on iphone and simulator perfectly but I want to replace the dictionary from Arabic to English and when I replace the dictionary to Arabic then there is…
1 2 3 4
5