Questions tagged [google-voice]

"Google Voice" is a telecommunications service offering enhanced: voicemail, forwarding, conferencing, etc. -- coordinated across all of your voice devices and managed on the web.

Google Voice is a telecommunications service offering:

  • Coordination across all your land and mobile phone devices.
  • Enhanced voicemail.
  • Call forwarding, conferencing, and call screening.
  • Integration with Gmail.
  • Reduced rates on some calls.
  • An optional universal number for all of your phones.

More information:

168 questions
3
votes
0 answers

Android Speech Recognition freezes when another app is in the background

I have an app that uses google voice speech recognition. It works perfectly, but the voice capture popup freezes sometimes (see snapshot) I have narrowed down the problem to the point where as long as a commercial app called X is active in the…
Josh
  • 6,251
  • 2
  • 46
  • 73
3
votes
1 answer

android tts for multiple languages

I am developing a android translator app which have TTS feature also. My problem is the voice for Greek language not working properly. It just speak characters also does not speak in Hindi. I have goggled and found that google TTS not support Greek…
maddy d
  • 1,530
  • 2
  • 12
  • 23
3
votes
1 answer

Voice command keyword listener in Android

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 (activation command) should work without send request to…
redrom
  • 11,502
  • 31
  • 157
  • 264
3
votes
1 answer

How do you intercept/reroute phone call but have destination number appear correct?

Trying to replicate what Google Voice on Android does. Specifically you dial a number in the dialer, in this case 123-456-7890. Google Voice intercepts the call in a BroadcastReceiver, and reroutes it to a "shadow number (in this case…
Leo
  • 4,652
  • 6
  • 32
  • 42
3
votes
2 answers

python noob having troubles sending google voice text

I'm writing a simple little script to send me a text message when the Ultra Music Festival early bird tickets go on sale so I can snatch them up. When I came to writing this I figured python would be a quick way to achieve my goal. What I do is…
atrueresistance
  • 1,358
  • 5
  • 26
  • 48
2
votes
1 answer

How (can) I access the Microphone on the iOS the way Google Voice does?

Apple hasn't approved Google Voice as an App so Google created a web "app". So somehow they are accessing the microphone thru the browser. The browser doesn't have access to the Mic so I'm wondering how they (and thus I) did that. Only thing I can…
Clay Nichols
  • 11,848
  • 30
  • 109
  • 170
2
votes
0 answers

How to add a recipe on a webpage to Google Assistant?

Google's structured data documentation states that you can enable the Google Assistant to guide users through your recipes on Google Home and smart displays by adding Recipe structured data to your webpage. We are planning on making a voice recipe…
Chris
  • 2,253
  • 3
  • 16
  • 10
2
votes
0 answers

Is there a way to programatically trigger google voice to text functionality available via android keyboard?

I'm working on a React Native app and want to programmatically trigger google speech to text on click of a button. Is there a way to do it? I need a solution for both Android and ioS. Note: Tried https://github.com/react-native-community/voice, but…
Honey Thakuria
  • 223
  • 3
  • 16
2
votes
0 answers

How do I fix an AssertionError when using pygooglevoice to login

I have scoured the internet for fixes but have found a few that were an issue in 2016 but none of them worked. Here's the line of code that throws an error: voice.login('*************@gmail.com', '***********') The Asterisk are the characters of my…
2
votes
1 answer

Two-Way SMS - Send/Receive

I want to send receive SMS messages using SMS gateway. When sending message I am going to ask some question and reciever sould reply. I need to add some unique id when sending the SMS, and get it back when receiving. I know there is a way to do…
lior haham
  • 21
  • 1
  • 3
2
votes
1 answer

How to start specific activity by saying OK Google?

I would like to have two activities. FirstActivity should be started from launcher (by tapping on icon) and SecondActivity should be started by voice command (by saying "OK Google, start play example"). The problem is that for my current…
2
votes
1 answer

Python- Google voice

I am trying to use http://sphinxdoc.github.io/pygooglevoice/examples.html#send-sms-messages and I am getting the error File "build/bdist.macosx-10.6-intel/egg/googlevoice/voice.py", line 72, in login AttributeError: 'NoneType' object has no…
okisker
  • 31
  • 4
2
votes
2 answers

How can I pull Google Voice data?

Google Voice has XML URLs so I was wondering how somebody would pull the JSON part from the returned XML and parse it out to a page. Google Voice's search capability is busted right now and I want to get access to my history. I'm thinking that a…
Kristopher
  • 819
  • 14
  • 31
2
votes
3 answers

Sending an SMS using Google Voice

I have an app where I need to be able to send SMS messages. I have the code to send them directly, but I would like to give the option to use Google Voice to users who don't have messaging plans. Does anyone know how to do this? I can't seem to…
CaseyB
  • 24,780
  • 14
  • 77
  • 112
2
votes
2 answers

Google's version of amazon lex

I'm intrigued by Amazon LEX for building a bot but at the same time love the ease of Firebase. Is there a similar product on Google? Maybe accessible via Google Cloud Function?
foobar8675
  • 1,215
  • 3
  • 16
  • 26
1 2
3
11 12