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
1
vote
3 answers

French speech recognition on iOS

I'm trying to develop an iOS app using speech-recognition for french language, but have been unsuccessful until now. I tried using the openEars framework, which worked great for english language, but doesn't support french. I used some info from…
Leguman
  • 2,104
  • 1
  • 18
  • 22
1
vote
1 answer

To start app in IPhone using voice control

I'm starting with the IPhone app where I want to start app using voice control. The app should start when we speak word in IPhone. I'm using OpenEars framework. Thanks
user1926201
  • 113
  • 3
  • 10
1
vote
1 answer

Duplicate symbol error while building OpenEars for emulator

I am working in an iPhone application, I have used to OpenEars Framework to develop speech to text conversion in iPhone. Finally I run the application, I got error like this: Duplicate symbol _cmu_syl_boundary in…
SampathKumar
  • 2,525
  • 8
  • 47
  • 82
1
vote
1 answer

Speech recognition using Openears framework?

Operears: The speech recognition(Speech to text) framework for iPhone(iOS Devices), I have installed openears demo app on my iPhone device, It works well but only for a list of words like GO, CHANGE, MODEL. Can we make speech recognition more…
Nitin
  • 269
  • 3
  • 11
1
vote
2 answers

FliteController within a loop

So I have this loop: for (int i =0; i< ([rounds_words count]-1); i++){ [self.fliteController say:[rounds_words objectAtIndex:(i)] withVoice:self.slt]; } Where array_o_words is an array of strings that I would like to use OpenEars' TtS engine…
1
vote
2 answers

OpenEars Text-to-Speech very low quality

I am designing an English dictionary-like app and using OpenEars TTS for pronunciation but the voice quality is not so good. Any suggestion to improve its sound quality?
DavidNg
  • 2,826
  • 6
  • 32
  • 45
1
vote
1 answer

Turn off mic in iphone

I am using openEars to detect speech. It takes one second of silence to detect the end of command. What I want is to disable the microphone for 1 second. Can anyone tell me that how to disable mic for 1 second?
Idrees Ashraf
  • 1,363
  • 21
  • 38
1
vote
1 answer

iOS OpenEars not recognizing accurate sound

I want to implement an speech recognition feature in my iPhone app by research i came to know about OpenEars library and i downloaded that and got a sample project along with it i got a sample project,when i run it and if i say "hello" it is…
Graham Bell
  • 1,139
  • 1
  • 14
  • 30
1
vote
1 answer

Marking Glottal Closure with OpenEars / PocketSphinx

I just found out about CMUSphinx in a search for a library that can help identify glottal closures. What is the method for approaching this problem in PocketSphinx or its related OpenEars? while marking that information is it possible to grab other…
eigen_enthused
  • 525
  • 6
  • 17
0
votes
2 answers

Configuring Your App For OpenEars in xcode 3.2.6

i configured the Openers successfully with the help of this link. http://www.politepix.com/openears/configuring. however they are documented "Configuring Your App For OpenEars" only in Xcode 4. i am using xcode 3.2.6 cant able to use Openears…
Vipin
  • 4,718
  • 12
  • 54
  • 81
0
votes
1 answer

How can I embed the OpenEars framework in my application?

How can I embed the OpenEars framework in my application? When I download the sample project form this website http://www.politepix.com/openears/ it gives me 20 errors and (gcc- exit code 1 error) If you have any tutorials for this project then…
0
votes
1 answer

OpenEars speech recognition detecting other words as correct ones

I am using OpenEars framework in my app to detect speech recognition. The idea is to listen for few words and then execute some actions depending on the word that has been said. Well, recognition works and words are detected, but the problem is that…
ZassX
  • 1,369
  • 2
  • 14
  • 35
0
votes
0 answers

Open ears Speech to text predefined text?

I am using open ears library but in various code samples it states that there should be a predefined set of words. But i dont want this, it should just convert to text what I speak. For example : NSArray *words = [NSArray arrayWithObjects:@"WORD",…
Saurabh Bisht
  • 389
  • 1
  • 13
0
votes
0 answers

Open Ears with Xamarin

I'm trying to make a Xamarin.Forms Project with speech recognition. For Android done and easy but i'm in the hell with iOS. I found and i readed about Open Ears. When tried to use this, i found some problems: First i try to use this git:…
0
votes
2 answers

Poor recognition due to background noise using OpenEars on iOS

I'm using OpenEars in my app for performing the recognition of some words and sentences. I have followed the basic tutorial for the offline speech recognition and executed a porting in Swift. This is the setup procedure self.openEarsEventsObserver =…
Claus
  • 5,662
  • 10
  • 77
  • 118