General :: Galaxy S4 V4.3 - Turn Off Speech Recognition Bleep On Activation?

Feb 12, 2014

For some reason in the past day or so, my speech recognition function makes a bleep noise when I activate it. I am pretty sure it never did before (I don't like beeps and bleeps). All my other settings are on vibrate or mute. I have gone through the various sound settings in the system menu and the language and input and can't find a way to turn it off. How to get that sound off? Or even tell me how it might have turned on?

General :: Galaxy S4 v4.3 - Turn off speech recognition bleep on activation?


Android :: Parameterize Speech Recognition - Speech.action.recognition Speech - Does Not Do Anything

Aug 2, 2009

How to I properly parameterize the speech recognizer so that it can more easily recognize the words that the user will probably say?

As far as I can tell there is no way.

I believe this site is wrong: http://www.4feets.com/2009/04/speech-recognition-in-android-sdk-15/

CODE:............

Will give a hint to the recognizer that you might say those words. However, it appears to do absolutely nothing. It also conflicts with the google documentation which says:

"An ArrayList of the potential results when performing ACTION_RECOGNIZE_SPEECH. Only present when RESULT_OK is returned." This hints that the array is a return value NOT an input.

To test this out try adding: ArrayList< String > potentialResults = new ArrayList< String >(); potentialResults.add("cumin"); and try to get the speech recognizer to recognize it. You will find it very difficult.

How to properly control the speech recognizer?

View 3 Replies View Related

General :: Speech Recognition In HTC Wildfire?

Mar 24, 2012

I have installed the vlingo app which works with no problem (so far). However, when I download and run the app Talk to Me, and click the microphone, it says that "Speech Recognition Tool is not currently installed". I have searched all over Google to try and find what exactly it is that I need to install on my Wildfire to enable this app, and a couple of others, to recognise my speech. What I need to do to enable speech recognition.

View 1 Replies View Related

General :: How To Get Google Personalized Speech Recognition To Enable

Oct 3, 2012

I AM able to turn on "personalize speech recognition" via the settings in voice search, but on my google dashboard the speech section is missing and I see no evidence that google speech recognition accuracy is improving in any way. Ive tried clearing the app data and enabling search history without success.

I have only 1 gmail account linked to this phone and everything pertaining to that account (calendars, app store, etc.,) is updating correctly.

Im running ICS stock rom on a rooted HTC vivid with ATT service. I have voice search 3.0.1. The app store only has version 2.1.4. Id gladly uninstall 3.0.1 and install 2.1.4 from the app store if it would fix this problem but im worried uninstalling voice search could cause additional problems.

View 2 Replies View Related

General :: Where Offline Speech Recognition Language Files Stored

Mar 2, 2013

But before we engage in arguments on the politics of actively hiding the file system to computer users and restricting access to their devices... WHERE Google stores its Offline Speech Recognition Language Files?

I accidentally discovered that Offline Speech Recognition seems to have been bundled with Google Search somehow because if Google Search is disabled, so is Speech Recognition and looking at Google Search in Application Manager, one can notice that the data storage is proportional to the size of the downloaded language files, but so far have been unable to locate where on the device these files are stored, so that they don't need to be downloaded again.

View 9 Replies View Related

Android :: Application For Speech Recognition In 1.5

Jul 7, 2009

Reading through this group about speech recognition in android. Is it possible for me as a developer to create an application that uses speech recognition in the 1.5 SDK. I want to be able to base my code on the examples/api/voicerecognition.java code.

View 15 Replies View Related

Android :: Is Speech Recognition Only Available For English?

Dec 10, 2009

Is Android Speech recognition only available for english? I tryed to set EXTRA_LANGUAGE in the RecognizerIntent but it doesn't work. EXTRA_LANGUAGE - Optional language override to inform the recognizer that it should expect speech in a language different than the one set in the getDefault(). Do you know anything about this?

View 2 Replies View Related

Android :: Available Languages For Speech Recognition

May 6, 2010

From what I've read, speech recognition is available for 3 languages: English (UK, US, Au ..), Japanese and Chinese (Mandarin). Does anyone know more details about how to switch between these languages? Is there a way to know (programatically) which language is active for speech recognition on a certain device? (maybe in Japan the only have Japanese ... but can I get this information somehow ... like a property or anything?).

View 2 Replies View Related

Android :: Is It Possible To Use Speech Recognition Without Showing Dialog?

Nov 9, 2009

I want to use the speech to text api in android, but I don't want to be slowed down by those dialogs. Is it possible to use the functionality without them?

View 1 Replies View Related

Android :: Can I Get Speech Recognition In Language Other Than English?

Feb 9, 2010

I am trying to build an application (which would use the Hindi language and other regional languages) to get speech voice commands.I also need text to speech functionality in my application.I was wondering if there was any way I could get a speech recognition library on Android? I did a quick Google search and found a couple of libraries for Hindi on the Internet but I am not sure if I can include them in my Android project. Can I?

View 1 Replies View Related

Android :: Microphone For Demoing Speech Recognition?

Sep 17, 2010

Does anyone have a recommendation for a microphone to use to demo speech recognition.

Wants: It has to work in a noisy environment. It should have a way to output the sound into an external speaker

View 2 Replies View Related

Android : Sending Email With Speech Recognition

May 5, 2010

In my android Application,I need to send the email, for the body content i need to use Speech Recognition. how to do this.Please give me the solution for this.

View 2 Replies View Related

Android :: Speech Recognition - Install On Virtual Device

May 24, 2010

In my emulator isRecognitionAvailable method from SpeechRecognizer class returns false and also when i run VoiceRecognition.java sample code on API level 8 platform 2.2 i got "Recognizer not present" message. Any idea hints whats going on? If problem is Speech recognition is not available in my emulator then how to install it in my virtual device?

View 3 Replies View Related

Android :: Use An Audio File As Input To Speech Recognition?

Nov 13, 2009

Is there a way to use an audio file as input to speech recognition? If not, is this feature expected in the foreseeable future?

A separate question (and this is going to sound ridiculous, but it might actually be okay for a joke app I'm thinking about): Would it be possible to play audio out of an Android handset, while at the same time having a recognizer listen to it via the microphone? (Guess I could just try it.)

View 3 Replies View Related

Android :: Speech Recognition - Limit To Match Numeric Input

Nov 1, 2009

I want to use the SR api to handle commands in my application. I know at any given point in my application what the valid commands would be at that point so would like to limit the results that the SR is matched against. For example, if the only valid commands were "Yes" or "No" I would like to be able to restrict the SR to only try and match against those two words. Otherwise on full vocabulary I get "Snow" and other false words. Limiting the vocabulary should make matching 90%+ accurate on limited words. Is this possible? Also, can I limit the SR to only match numeric for number input only? The internal dialer seems to be able to do this sort of this, so can I?

View 7 Replies View Related

Android : Way To Send Audio File To Speech-to-text Recognition?

Nov 15, 2010

I want the Android speech recognition system analyzing audio file and not the default incoming voice from microphone..

View 1 Replies View Related

Android :: Speech Recognition - Prevent Or Automatically Handle - No Matches Found - Dialog

Apr 20, 2010

My speech recognition app needs to work without human intervention, so the situations where the "No speech heard" or the "No matches found" dialogs come up and require a button press are a problem.

Is there a way to prevent this dialog from displaying?

Is there a way to programming perform the button click?

Is there a way to programmatically close the dialog?

This is how I'm firing the RecognizerIntent:

CODE:....................

View 6 Replies View Related

General :: Using Samsung Galaxy For Just MP3 Player Without Activation

Jan 12, 2014

I'm looking for a mp3 player for my car. I usually use my Verizon Note 2 to play my music but due to ill parents need to keep phone ready for call. So I'm looking for a mp3 player. Don't want an Ipod. Really like my Samsung media player. If I buy a used phone (possibly from ebay) can it be used as a mp3 player if I don't activate it? And what about phones that are advertised with bad ESN. Since I'm not activating it would it still be usable for a mp3 player?

I would assume it can be used as a mp3 player just not as a phone and I could never update it. Is this correct? I've always just used the phone that I have activated with Verizon so I don't know what I can and can't do with one that isn't activated.

View 7 Replies View Related

General :: Text To Speech On Samsung Galaxy S4?

Jul 28, 2013

So, I have this annoyance on the S4 that occurs whenever I use the in-built Gallery and Internet app. Whenever I select a photo to delete, the phone goes "Tick box, ticked." Or when I unelected a photo, "Tick box, unticked." Another example of this is when I go onto the Internet on the phone, and I go to a webpage, the phone goes "Page, refreshed." I've tried to turn everything associated with this problem, off but it just keeps re-occurring. How to turn this off.

View 1 Replies View Related

Android :: Continuous Speech Recognition Android

Jun 30, 2010

I am looking at doing speech recognition in android. The program needs to have continuous speech recognition. The library only needs to be about 10 words. I have considered using Googles api, but I don't think it will work. (I cannot have anything covering the screen). I have been looking into other ways but nothing seems like it will work. Is it possible to use java's speech recognition library, or is there any other way of going about this?
In summary
1. Need continuous speech input
2. 10 words at max
3. can train if necessary
4. overview of program - display screen, wait for voice input or touch input, update screen repeat
5. cannot cover what is being displayed on the screen

View 2 Replies View Related

Android :: Turn On Voice Recognition On Emulator?

May 1, 2009

Does any one know How to turn on Voice Recognition on Emulator. or is it required to have phone or dev phone to test voice recognition application?

View 10 Replies View Related

General :: Galaxy 4 - Speech To Text Program That Works With Bluetooth?

Nov 8, 2013

I have a Sprint Galaxy 4. I understand that there is a google speak to text program already installed in the phone but I cannot find it. how to make it work?

Also, it is important to be that a [B]program not only reads the incoming texts but that I can respond to them handsfree via the Blue tooth speaker in my car. Can I do that with the google. program? If not, what is another good program to use?

View 1 Replies View Related

General :: Limit Time Speech Recognizer Listens For Speech For X Number Of Seconds

Apr 4, 2012

I am developing an app that uses the speech recognizer but I only want the speech recognizer to listen for speech for x number of seconds regardless of when the last speech input was or was not recognized. I looked through the speech recognizer documentation and I didn't see parameter to set the exact time the speech recognizer runs for. How I could accomplish this?

View 2 Replies View Related

Android :: Android Speech Recognition

Jun 15, 2010

i am new to android.i am working on speech recognition.i need some sample programs.anyone can guide me.

View 2 Replies View Related

HTC Droid Eris : Way To Turn Off Face Recognition When Adding A Contact Photo?

Jul 9, 2010

Is there a way to stop the eris from locking on to faces when adding a contact?

I have a picture I want to use as a contact that was taken with an Andy Warhol effect ala Marilyn Monroe, but the Eris keeps putting 4 boxes around the pictures and wanting me to choose one. Any way around this?

View 2 Replies View Related

Motorola Droid X : Need / Turn On Text To Speech Option With This App?

Nov 26, 2010

How come I cannot find or turn on the text to speech option with this app?

View 1 Replies View Related

General :: Galaxy S2 Got Wet And Now Won't Turn On

May 2, 2014

I was holding my phone and wanted to wash my hands, so I placed my Samsung S2 next to the sink (I was pretty dumb, I should've put it inside my pocket instead. ) , and while washing my hands, the water jumped and hit my phone and my phone was about to die (1% Battery) and it died at the same time.

But my phone went to Factory Mode, you know that things like, "Factory Mode" and stuff "Don't turn off", so I didn't turn it off and waited, after that, the phone died. I tried turning it on and didn't work and so I thought, "Why am I testing it when it died?", so I tried to charge it, the phone went to the "Samsung Galaxy" thingy like the very first thing to see when you just turned it on, but then after a while, it died again, then it does it again, just repeating. I tried using a USB cable and it did the same.

View 3 Replies View Related

General :: Galaxy Note Won't Turn On?

Nov 19, 2013

Never had any problems, but just today, my phone just shut off. When it shut off, it kept vibrating, just small pulses over and over until I took the battery out. When it shut off, it had 100% battery, so I put the battery back in hoping it would turn back on. The samsung logo/boot screen came up, then it just shut off. It does this repeatedly. I tried putting it into recovery so I can reset it, but it doesn't boot into recovery or download mode.

Strange things: Whenever I hold down the volume down key, it does the vibrating pulse thing until i take my finger off it. And when it's on the charger, it does the vibrating thing the whole time until I unplug it, even if the battery isn't in it.

View 1 Replies View Related

General :: Galaxy S2 Would Only Go To Opening Screen And Now Won't Turn On At All

Oct 28, 2013

My galaxy s2 was working fine yesterday. Today it tried to turn it on and it went to the welcome screen but go no further.

After clicking a few buttons it now doesn't even go onto the loading screen and I cannot turn it on at all.

I don't believe the battery to be at fault because it was on charge all night.

I have tried a soft and hard reset but the phone doesn't respond to either.

View 1 Replies View Related

General :: Galaxy S2 Turns Off Randomly - Won't Turn On

Jan 6, 2014

My Galaxy S2 (Android 4.1.2, phone not rooted) has started turning itself off, even when plugged in and fully charged. To restart the phone I first have to remove and reinsert the battery.

This has happened to me with several batteries, one aftermarket and one new supposedly OEM (with hologram "ORIGINAL" sticker and s/n).

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved