google-cloud-speech Questions

16

I am unable to import google.cloud.speech from google.cloud import speech I have installed it using : pip install --upgrade google-cloud-speech -t dir-name It is giving me below error while i...

3

What level of data privacy is maintained when I used Google speech to text api or google cloud speech solution. I want to know this because I am working on an application which converts audio files...
Raceway asked 15/6, 2017 at 16:52

5

In order to generate subtitles for my videos, I converted them to audio files and used the Cloud Speech-to-Text. It works, but it only generates transcriptions, whereas what I need is a *.srt/*.vtt...
Ezechiel asked 19/9, 2018 at 4:9

2

I would like to use Google Cloud Speech for recognizing speech in a specific domain (healthcare). I know it already allows to add additional words to the vocabulary of the recognizer (word hints), ...
Introvert asked 7/9, 2016 at 13:25

4

I am using Google Cloud Platform Speech-to-Text API trial account service. I am not able to get text from an audio file. I do not know what exact encoding and sample Rate Hertz I should use for MP3...
Evangelicalism asked 15/12, 2017 at 6:31

2

I want to use SSML markers through the Google Cloud text-to-speech API to request the timing of these markers in the audio stream. These timestamps are necessary in order to provide cues for effect...

4

I'm using google-cloud-speech api for my project . I'm using pipenv for virtual environment i installed google-cloud-speech api with pipenv install google-cloud-speech and pipenv update go...
Bodycheck asked 28/6, 2019 at 2:34

1

I want to stream audio from the web and convert that to text using Python Google-cloud-speech API. I have integrated that in my Django channels code. For frontend, I have directly copied this code ...

3

Solved

I'd like to be able to end a Google speech-to-text stream (created with streamingRecognize), and get back the pending SR (speech recognition) results. In a nutshell, the relevant Node.js code: // c...

2

I am trying to use Google Cloud Speech recognition but I get this error I/omputeEngineCredentials: Failed to detect whether we are running on Google Compute Engine. W/System.err: java.io.IOExce...
Rivkarivkah asked 23/11, 2019 at 17:46

2

Solved

I'm trying to use Google's Speech API in Android project. The example project works. I'm having trouble to use it in my own android app. build.gradle(Module:app) : apply plugin: 'com.android.appl...

2

Solved

I'm trying to execute google-speech-to-text from apps script. Unfortunately, I cannot find any examples for apps script or pure HTTP, so I can run it using simple UrlFetchApp. I created a service ...

1

I use google speech-to-text API to get subtitles from audio, but when audio is too long, normally longer than 60 minutes, it will fail for too many retries.It says: google.api_core.exceptions.Googl...
Zendavesta asked 9/8, 2019 at 15:38

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

2

I keep getting this error InvalidArgument: 400 in google Speech-to-text, and the problem seems to be that I an using a 2 channel audio(Stereo), and the API is waiting for a wav in (Mono). If I con...
Plash asked 11/3, 2019 at 16:39

1

How can I record audio from the microphone in JavaScript and submit it to DialogFlow, without going through a server?

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

Speech to text throws an error after some time: Grpc.Core.RpcException: Status(StatusCode=OutOfRange, Detail="Audio Timeout Error: Long duration elapsed without audio. Audio should be sent cl...
Nigger asked 10/7, 2019 at 13:19

3

Solved

I have completed the guides here Also i have completed this guides as well (as I want to use both Storage and Speech) Now i have gcloud and it is working in the terminal i also tried executing t...

2

I am trying to use Google Cloud Speech API so I can pass audio file and receive the translated text but I am stuck to the integration. I already have api key and everything needed but can't find ho...
Manasseh asked 27/2, 2017 at 15:27

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

1

Is there a configuration in google cloud speech that allows me to see the filler words in the returned JSON transcript? Currently, it seems like the transcript returned by google cloud speech autom...
Maravedi asked 27/11, 2017 at 23:17

1

Solved

I have a situation with a React-based app where I have an input for which I wanted to allow voice input as well. I'm okay making this compatible with Chrome and Firefox only, so I was thinking of u...
Apostles asked 21/6, 2018 at 19:18

1

Solved

i`m trying to run the following script in python which converts video file into text: from google.cloud import speech_v1p1beta1 as speech client = speech.SpeechClient() with open(speech_file, 'rb...
Bodhisattva asked 9/6, 2018 at 9:55

© 2022 - 2024 — McMap. All rights reserved.