google-voice Questions

5

Solved

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...
Insipience asked 17/4, 2016 at 19:33

8

Solved

I have a python Code that will recognize speech using the Google STT engine and give me back the results but I get the results in strings with "quotes". I don't want that quotes in my code as I wil...
Maximo asked 3/12, 2016 at 17:55

4

I am trying to write a Google Voice app and was wondering if anyone knew the url and post parameters to make a call using the direct access number instead of the ring-back.
Deforest asked 2/4, 2011 at 22:46

3

Solved

Anyone else have this problem? I cannot sign up for an Azure account. On the registration page, it asks for your phone number and wants to confirm it by sending a text or calling you. I only ...
Dyestuff asked 3/11, 2013 at 0:37

2

Solved

I am trying to make Google Now accept custom commands and send an Intent to my app when a particular query is made. I did this successfully using Tasker and Autovoice, but I want to do the same wi...
Corrincorrina asked 20/7, 2016 at 13:26

2

Solved

The exception was thrown in the following code: Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGU...
Roomy asked 28/2, 2012 at 10:0

2

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 A...

2

Solved

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(...
Billfold asked 27/5, 2015 at 2:3

1

Solved

I want to develop an android app. One feature of the app is recognize 2 people's voice. It will be kike this - when the app will open, 2 people will talk in front of it. App will detect 2 persons...
Malfunction asked 23/11, 2014 at 7:22

1

I would like to add voice command listener in my application.Service should listen to predefined keyword and and if keyword is spoken it should call some method. Voice command recognition (activa...
Igloo asked 20/6, 2014 at 7:16

0

I have successfully added Google Voice Search Activity using following code: Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_...
Outwardly asked 29/1, 2014 at 7:8

4

Solved

I've spent the last hour searching for an official Google Voice API documentation but couldn't find anything but a bunch of API wrappers in (insert your favorite programming language here). ...
Cannes asked 19/6, 2010 at 3:58

2

I've been searching for a few hours on the best way to add sms notifications and reception to my PHP website. It seems that it's easy to send texts (to an email forward to a phone), but hard to rec...
Ariew asked 9/11, 2010 at 8:38

2

Solved

I am building a mobile app (android et al) that I need to use SMS for. The SMS would simply send an activation code when user first registers with my app (and maybe one other equally simple u...
Ptolemy asked 15/4, 2013 at 16:18

6

Solved

Is there an API (officially or unofficially) for Google Voice? I would like to have an API to work with voicemails, send/receive SMS messages, initiate calls, etc. What is the Android clien...
Idiophone asked 3/11, 2009 at 16:50

2

Solved

is it possible to listen for incoming SMS messages received via Google Voice? Thanks.
Dolorous asked 6/1, 2011 at 23:19

1

Solved

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# d...
Menis asked 22/6, 2011 at 20:45

2

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(U...
Chauchaucer asked 22/3, 2011 at 3:13

1

How can I programatically use Google Voice's "Direct Access Numbers" feature? Google Voice apps on Android and iPhone have can directly dial out a number that connects to the target number. This ...
Enceinte asked 30/11, 2010 at 16:51

2

Solved

I want to implement a gateway for handling outgoing calls. In the latest Android versions 2.x I can do this easily with the hidden ACTION_CALL extra string: "com.android.phone.extra.GATEWAY_URI" ...
Quackenbush asked 2/11, 2010 at 20:10
1

© 2022 - 2024 — McMap. All rights reserved.