google-speech-api Questions
4
I am trying to do some test using the Google Speech API but from outside Google Cloud. In the older beta version I was able to specify a credentials file but now I am unable to find this option in ...
Hewitt asked 7/6, 2017 at 10:4
0
I'm using the SpeechToText API to get a speech transcription from a live microphone recording. This is working well with a simple LINEAR16 encoding but I need to reduce the bandwidth so I switched ...
Embowel asked 12/12, 2019 at 11:46
2
Solved
I am trying to use the google-speech2text api however, I keep getting "Specify MP3 encoding to match audio file" even though I have setup my code to go through all available encoders.
This is the...
Smatter asked 14/8, 2019 at 20:11
3
Solved
I am trying to use the google speech API for converting an audio file to text, but facing some problems with the documentation.I have enabled the speech API and created an service account file. I a...
Friulian asked 5/7, 2017 at 11:37
2
Solved
Send microphone audio recorder from browser to google speech to text. There is no need for streaming and socket, nor is there a need to do it with an HTTP request via Node.js to Google server nor v...
Clime asked 15/8, 2019 at 9:40
2
I have created a console app using c#. I used google cloud speech api. I followed this sample application to create the app.
To authenticate speech api, I wrote the following code in main method
E...
Sombrero asked 22/2, 2017 at 11:1
1
If you follow this tutorial: https://medium.com/ideas-at-igenius/delivering-a-smooth-cross-browser-speech-to-text-experience-b1e1f1f194a2 you will manage to create a script processor to which you a...
Bluh asked 25/5, 2019 at 20:24
2
Solved
I'm trying to use Google's Cloud Speech API. There's documentation and code examples here:
https://cloud.google.com/speech/docs/basics
https://cloud.google.com/speech/docs/rest-tutorial
I can ge...
Guadiana asked 15/10, 2016 at 14:49
3
Solved
I am trying to convert an audio file to text in an Indian language via Google Speech API. The API returns an object of the type "google.cloud.speech_v1.types.SpeechRecognitionAlternative". I am try...
Fokine asked 14/2, 2018 at 12:29
1
Solved
I'm trying to extract text from mp4 media file downloaded from youtube. As I'm using google cloud platform so thought to give a try to google cloud speech.
After all the installations and configur...
Derina asked 14/11, 2018 at 19:43
0
I am building an app that captures user audio and analyzes disfluency in a reader's speech, so it it important for me to know all forms of disfluency.
I noticed that Google's speech to text cloud...
Vineyard asked 12/11, 2018 at 15:40
2
Solved
I am working on web speech recognition.
And I found that Google provide a API which call "Google speech API V2" to developer. But I notice there is a limit on every day to use it.
After that I fo...
Mineral asked 11/9, 2015 at 6:53
1
I need to run the google speech api in somewhat low bandwidth environments.
Based on reading about best practices, it seems my best bet is to use the AMR_WB format.
However, the following code pr...
Edwinaedwine asked 6/10, 2018 at 3:22
2
Solved
I am very New to NodeJS. I am developing Live Streaming based Speech to text for my web application. It works well but problem is
Sometimes, Nodejs throws an error as 'Request Time-Out' and http ...
Galacto asked 21/7, 2018 at 7:29
2
I am receiving the following error when I am using the speech API. I am looking to have the same return as if a file would be under that limit. Thanks in advance.
asynch <- gl_speech(MonoPath,
...
Macmullin asked 16/4, 2018 at 22:41
3
It's possible to use Google's Speech recognition API to get a transcription for an audio file (WAV, MP3, etc.) by doing a request to http://www.google.com/speech-api/v2/recognize?...
Example: I ha...
Breadbasket asked 4/12, 2015 at 10:39
1
Solved
I am trying to convert audio clips [.flac format] to text using the google cloud speech api.I am using the python client library for making requests and have a bucket on the GCP with a flat directo...
Stemware asked 20/2, 2018 at 15:21
1
According to:
https://cloud.google.com/speech/docs/common/auth
We can create an API key to a GCP resource (e.g. Google Maps, Speech, Translate) restricted by "iOS apps" to a particular bundle ID....
Euboea asked 27/10, 2016 at 6:58
1
Solved
Using Go, I'm taking a RTMP stream, transcoding it to FLAC (using ffmpeg) and attempting to stream to Google's Speech API to transcribe the audio. However, I keep getting EOF errors when sending th...
Schach asked 9/10, 2017 at 16:17
1
I have got the speech API key as below image depicted but i am unable to find where to request? where is URL given?
"http://www.google.com/speech-api/v2/recognize?output=json&lang=en-us&...
Gorey asked 14/9, 2017 at 5:28
0
Here is my script that request Google Speech API.
public string HttpUploadFile(string url, string file, string paramName, string contentType) {
file = @"C:\Users\Faizan Khan\AppData\LocalLow\Def...
Monteux asked 13/9, 2017 at 11:10
1
I'm trying to do the tutorial for Google Cloud Speech. I did the first two steps successfully. The response from Step 2 is:
Activated service account credentials for: [my-service-account@cloud-spe...
Alcaide asked 8/8, 2017 at 21:3
0
I'm trying to implement Google Speech API in Android by following this demo: https://github.com/GoogleCloudPlatform/android-docs-samples
I was able to successfully reproduce the example in my app ...
Dress asked 2/7, 2017 at 1:51
3
Solved
I'm trying to use the Speech API client APIs in order to convert an audio file to text.
So far I have succeeded in converting a short audio clip, but now with a longer file (10 minutes) I get this...
Stevana asked 13/3, 2017 at 16:33
1
Solved
This is the Google Speech API docs: https://cloud.google.com/speech/docs/sync-recognize
I trried this API for 2 weeks, but still can't solve my main purpose (translate live streaming).
I'm using PH...
Koestler asked 25/5, 2017 at 9:30
© 2022 - 2024 — McMap. All rights reserved.