google-speech-api Questions
2
I am trying to use Google.Cloud.Speech.V1 (client libraries for Google Cloud Speech API), and I am using this slightly modified version of Google's sample code:
public async Task<string> Tra...
Lambertson asked 21/4, 2017 at 5:46
1
I am creating the voice recognition service like "Ok Google" with custom command. For this I have used the VoiceInteractionService and I refered the code from here. Also, I am getting the STATE_HAR...
Bathtub asked 12/4, 2017 at 14:3
2
I am using Googles this api :-
https://www.google.com/speech-api/v2/recognize?output=json&lang="+
language_code+"&key="My key"
for speech recognition and it's working very well.
The ...
Zagazig asked 14/3, 2017 at 11:30
1
Solved
I'm using pyaudio to record my voice as wav file. I'm using following code:
def voice_recorder():
FORMAT = pyaudio.paInt16
CHANNELS = 2
RATE = 22050
CHUNK = 1024
RECORD_SECONDS = 4
WAVE_OUTP...
Herpetology asked 9/1, 2017 at 18:34
1
I am newly touching Google speech API and trying to make the official Node.js demo work.
But when I using a .flac file (record from my phone and converted) to test the demo, I got this error from ...
Squinteyed asked 23/8, 2016 at 5:51
1
Solved
In documentation and tutorial for REST API (Google Sppech API for Node: https://cloud.google.com/nodejs/apis), so my question is how to use the Cloud Speech API in JavaScript. Someone used on any p...
Politics asked 5/8, 2016 at 11:22
1
Solved
I have an mp3 file and I want to use Google's speech recognition to get the text out of that file. Any ideas where I can find documentation or examples will be appreciated.
Garrot asked 1/8, 2016 at 16:34
1
I'm creating an emailing application for the visually impaired using java and I'm having a problem when entering the email and password. The entire application is voice based and I'm using the goog...
Actual asked 14/6, 2016 at 11:13
1
I used to google speech recognition api in annyang.js.
Google speech recognition sometimes error occurs "network".
How to solve this error?
I don't know why this error occurred...
My local(kore...
Strain asked 26/4, 2016 at 13:47
0
I have been creating a desktop application using electron, which uses the javascript web speech api. It was working perfectly until the last few weeks. Currently, it does not work. I tried using Nw...
Addam asked 17/3, 2016 at 6:3
1
I am trying to implement methods discussed in this question to write a php function that downloads an audio file for a given string, but I can't seem to get around google's abuse protection. Result...
Mila asked 7/12, 2015 at 13:5
1
Solved
Just noticed the English US words no longer display the correct spelling. This previously was ok - now it displays the English UK spelling. Below is a list of some words that I found .For example i...
Inaudible asked 24/8, 2015 at 6:7
1
I have followed this link to generate API keys, but the Speech API was not found on the console.
The application example I'm following is here: https://github.com/gillesdemey/google-speech-v2/
I ...
Gird asked 21/10, 2014 at 11:25
© 2022 - 2024 — McMap. All rights reserved.