google-voice

Google voice PHP OAuth 2.0

本秂侑毒 提交于 2019-12-06 22:14:01
问题 I once used a PHP Class Library to connect to Google Voice to send SMS Text Messages. The call would work something like this: $gv = new GoogleVoice("GmailAccount", "GmailPassword"); $gv->sms("PhoneNumber", "TextMsg"); It worked flawlessly until recently, as of 4/20/2015, Google stopped supporting old methods of logging in to Google account. So my script stopped working giving 500 error. Google says you have to use OAuth 2.0 to authenticate however I haven't found any examples online on how

Use google “Speak Now” in C#

早过忘川 提交于 2019-12-05 07:27:22
Recently google announced a feature in Chrome browser to search text or translate texts using microphone. http://www.seroundtable.com/google-search-speak-now-13346.html I'd like to develop a C# desktop application to send voice to google and get the results back. How can it be done? Google does not have a speech recognition API for desktops. They only have a speech recognition API for Android developers. However, you can download Microsoft's speech recognition API here: http://msdn.microsoft.com/en-us/library/ms723627(v=vs.85).aspx and you can read how to get it to work in C# here: http:/

Google voice PHP OAuth 2.0

夙愿已清 提交于 2019-12-05 02:56:29
I once used a PHP Class Library to connect to Google Voice to send SMS Text Messages. The call would work something like this: $gv = new GoogleVoice("GmailAccount", "GmailPassword"); $gv->sms("PhoneNumber", "TextMsg"); It worked flawlessly until recently, as of 4/20/2015, Google stopped supporting old methods of logging in to Google account. So my script stopped working giving 500 error. Google says you have to use OAuth 2.0 to authenticate however I haven't found any examples online on how to accomplish this with Google Voice. The code is below, I have not written this, please let me know how

How to access my Android Application from Google Voice Assistance

孤人 提交于 2019-12-04 22:02:25
I am developing an android application, let's say it for an instance as "RemindMe". In this application, I set alarms specific to application level. They are not system alarms. My requirement is, after the opening of Google assistant (Ex: by saying "OK Google" followed by "What is my next alarm in RemindMe application", it should fetch next alarm from "RemindMe" application (No need to open the RemindMe app) and show in Google voice Assistant. I checked DialogFlow ( https://dialogflow.com/ ). I could not achieve my requirement. Till date in my observation., Using DialogFlow, after opening the

Voice recognition APIs, will Google Voice do this?

蓝咒 提交于 2019-12-03 15:03:22
问题 I've got an idea for an android app, I want to be able to say commands and have the application listen out for these and perform some action. For example, I want my app to sit idle and listen for my voice, when it hears me say "start", the app will start doing something until I say "stop". The idea is to lay the phone down and not have to physically touch it in order to control my app. Would this be possible with any current APIs? If so which ones should I look into? 回答1: You can take a look

Integrate Google Voice Recognition in Android app

假如想象 提交于 2019-12-03 05:56:51
问题 I want to introduce a new feature into my app: permanent voice recognition . First of all I followed these posts: Voice recognition Speech recognition in Android Offline Speech Recognition In Android (JellyBean) and more others, plus other posts from different websites. Problem: What actually I'm trying to do is to have a permanent voice recognition without displaying google's voice activity. For example: When I start the application the voice recognition should start and listen. When the

Integrate Google Voice Recognition in Android app

断了今生、忘了曾经 提交于 2019-12-02 20:34:24
I want to introduce a new feature into my app: permanent voice recognition . First of all I followed these posts: Voice recognition Speech recognition in Android Offline Speech Recognition In Android (JellyBean) and more others, plus other posts from different websites. Problem: What actually I'm trying to do is to have a permanent voice recognition without displaying google's voice activity. For example: When I start the application the voice recognition should start and listen. When the recognizer matches some words then my app will do different actions accordingly. I do not like to press a

Google Voice SMS intent

大憨熊 提交于 2019-12-02 05:53:47
Right now I'm trying to create an SMS intent with a populated number. Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); sendIntent.setData(Uri.parse("smsto:"+phoneNumber)); context.startActivity(sendIntent); setResultData(null); this works fine with the phone's SMS app, however the problem is that if Google Voice is installed and the user selects this option rather than the normal SMS app, google voice won't populate the number. Is there a way to populate the number in google voice with an SMS intent? You can check here " list of google

No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) }

依然范特西╮ 提交于 2019-11-28 08:13:34
问题 The exception was thrown in the following code: Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL_FREE_FORM); intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speech recognition demo"); startActivityForResult(intent, VOICE_RECOGNITION_REQUEST_CODE);. I've googled and found that it's because of the voice search app from google is missing on the device I am using. and I could solve the

Android TTS male voices

烈酒焚心 提交于 2019-11-28 01:45:33
Is it possible to install and configure some male voices on android.speech.tts.Voice ? I have read some news that Android had made some available recently, but I can't find or configure any. All the ones that I try with command tts.setLanguage(Locale.ITALY); are female. No, not at present. An enhancement request is needed so that the gender can be included in the Voice Feature Set , such that: Voice[Name: en-AU-afi-network, locale: en_AU, quality: 500, latency: 400, requiresNetwork: true, features: [networkTimeoutMs, networkRetriesCount, male ]] I have sent emails to Text to Speech providers