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
0
votes
1 answer

Google Voice AIY Login accounts

do you think it is possible to implement a feature like the following one Google Home Setup in order to let the voice AIY kit to be discoverable in a wifi network and have a person logging in to it?
0
votes
1 answer

How to connect google DialogFlow (free or enterprise) to a SIP PBX?

I am wondering if dialog flow can be connected to a SIP device, for a PBX system. What needs to be done? What is missing? Does dialog flow also include the voice recognition or is it only to analyze text and google voice does the recognition?
Alex
  • 32,506
  • 16
  • 106
  • 171
0
votes
0 answers

Alphanumeric voice recognition from phone

Is there a way to pass alphanumeric from Google voice recognition on an Android device to an open text field? Example: "123" instead of "one two three"
goWithSwagger
  • 1,557
  • 1
  • 17
  • 19
0
votes
0 answers

Android voice input hangs my application on Meizu M5

I use dialogless voice input in my Android app: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); MyRecognitionListener listener = new…
0
votes
1 answer

Default Device assistance app Android

Sadly, now we can no more map our apps to Long press home button Event. But, There is a settings page where it is possible to change the default device assistance app: Default Device Assistance app on Samsung Is it anyway possible to change the…
0
votes
2 answers

Google Voice API for AIR|Flex

With the release of AIR 2.5 for Android Flex-developers gain access various system API of the operating system. Are there any official (or unofficial) APIs Google Voice for ActionScript?
Vik Gamov
  • 5,446
  • 1
  • 26
  • 46
0
votes
1 answer

Error running Google Voice API code

With my basic knowledge on Android, I'm trying to play with the Google voice APIs and followed the example here and to write an app, which would allow me to call a hardcoded number. Unfortunately i'm getting an error saying < identifier > expected,…
0
votes
0 answers

Can we change wake word in embedded DSP in mobile phones?

I would like to create a voice interfaced app on android + ios. It would help save battery and provide easy access if I could refigure wake word (e.g. siri, ok google etc.) on my customers mobile phones. I understand amazon echo operates via DSP (…
0
votes
0 answers

Pygsr error, in short IOError: [Errno 2] No such file or directory: 'audio.flac' (python 2)

new to the site. I've installed pygsr (which is a way of using Google's voice api in python) and well.. it went kinda wrong. this is the code I used from pygsr import Pygsr speech = Pygsr() speech.record(3) # duration in seconds (3) phrase,…
0
votes
0 answers

Preventing Duplicate Form Submissions using 2FA

My problem is this: I have a survey that is taken by people that they're paid for. I want to avoid the same person submitting the form multiple times. It is a web application. What I have tried: I have tried recognizing the IP address from which…
0
votes
0 answers

Voice Recognition end of speech timeout is takes too long, after updating Google App in Android

As the title says, after I updated the Google App in my Android Marshmallow phone, speech recognition takes up to 7 seconds to stop, after I have finished talking. The end of speech timeout takes only 2 seconds when I run my app in a Lollipop device…
0
votes
1 answer

What causes this error with pygooglevoiceupdate?

I'm trying to send text messages using google voice, and python. I am using something called pygooglevoice (The updated version) found here: https://code.google.com/r/kkleidal-pygooglevoiceupdate/ Sadly, when I tried to send a text message this…
Tom
  • 61
  • 6
0
votes
1 answer

Youtube,Google,Facebook voice search (Voice Recognition C#)

Can someone please tell me how to fix this? It only search for the keywords I wrote inside the Commands.txt. _recognizer.LoadGrammar(new Grammar(new GrammarBuilder(new Choices(System.IO.File.ReadAllLines(@"C:\Commands.txt"))))); When it asks me…
0
votes
1 answer

Android Wear - Using "Take a note"

As Google describes in their Android Wear development docs, you can use an intent filter to access the voice command features for your app. For example, "Take a note" will launch one of your app's activities in order to take a note, as described…
Bobby
  • 1,416
  • 1
  • 17
  • 30
0
votes
2 answers

Google Voice via OAuth2.0

My goal is to retrieve Google Voice voicemail audio messages and download them. On May 27, 2015 - Google permanently disabled the ClientLogin API for Google Voice and encouraged migration to OAuth2.0. I created a project in the Google Developers…
bigleftie
  • 453
  • 1
  • 6
  • 17