Questions tagged [google-text-to-speech]

Refers to issues related to Google's APIs for text to speech (primarily the cloud text to speech API)

Google Text-to-Speech is a screen reader application developed by Google Inc for its Android operating system. It powers applications to read aloud (speak) the text on the screen.

More Info

476 questions
0
votes
2 answers

CURLOPT_POSTFIELDS array of folder content

i'm making a curl post to Google text to speech. I have a set of .flac files, that i want to send to Google Text to Speech service, in order to have the content wrote in a txt file. This is the code i wrote to do this and it works: $url =…
Bebbolin
  • 101
  • 1
  • 16
0
votes
3 answers

Playing Audio File from HTTP Request

I'm very new at C# and I can't seem to find the issue with my code. I am trying to get an audio file from the Google Translate text-to-speech site and play it, but I keep getting the error: An unhandled exception of type…
Bertie
  • 1
  • 1
0
votes
1 answer

Google Text To Speech for Hindi Language, not working now

i am trying to use Google's Text to speech engine for Hindi language in android. When i pass Hindi text in TextToSpeech's speak() method, it used to play the audio using the Networktts. This used to work fine before an update to Google Text to…
Udit Shah
  • 241
  • 2
  • 14
0
votes
1 answer

TextToSpeech interact dynamically

I'm using TextToSpeech to send an sms to someone in my contacts. I use a very ugly way to do it because i need say the all expression "send message to contact text message is hello" in one way. It would be better something like "Send message" and…
Atlas91
  • 5,754
  • 17
  • 69
  • 141
0
votes
1 answer

Chrome speech synthesis api not changing options

I am trying to change the an instance of the speech synthesis API's options (such as pitch, volume etc) but its not working. For some reason, the only way I can get it to change the voice from UK male to UK female is to call the var voices variable…
0
votes
1 answer

How to get supported locals (language translations) for a given voice by talkback in Android

I want to display list of languages which can be spoken by talkback. When I searched I found a way to get available voices by receiving broadcast with extra RecognizerIntent.EXTRA_SUPPORTED_LANGUAGES. but here I want to know for a given voice say…
0
votes
2 answers

Downloading Image from URL

I got a List View in my application in which I am displaying the data through Base Adapter. Their is two problems I am facing and referred few posts like but all suggested same procedure i followed. Issues are I am trying to download the image…
0
votes
1 answer

Manually activate all audio playback

I have developed an app that uses text-to-speech and speech-to text functionality. Upon testing on different devices, I discovered that some devices had audio playback preferences that were not activated, and even though the main sound levels were…
0
votes
2 answers

Text-to-Speech doesn't work sometimes

cname = contactname.getText().toString(); tts.speak("Reciepient name is " + cname, TextToSpeech.QUEUE_FLUSH, null); Above code is working but below code does not speak the string value. String ww = "Welcome"; tts.speak(ww,…
Ahsan
  • 19
  • 2
  • 8
0
votes
1 answer

Recalling the 'onInit()'

In Android Text To speech using Google engine, you can't change the language without re-calling the 'onInit()' method. How can I recall this method, without restarting the application?
PeakGen
  • 21,894
  • 86
  • 261
  • 463
0
votes
0 answers

Text-to-Speech does not speak during a call on Samsung S3

I have an application with multiple Google TTS prompts and using it with Bluetooth headsets including during voice calls. TTS is working fine on all devices except Samsung S3. On this device I could not hear TTS prompts, but logs are showing that…
0
votes
1 answer

Implement vibration when TextToSpeech action is completed

I'm working on a project that requires an alert through a vibration when the TextToSpeech function completes a message. I've implemented the TextToSpeech function, and know how to create a vibration, but I'm not sure where to code the…
-1
votes
1 answer

Nodejs & Angular - Google Text-To-Speech

I want to send text from my client (Angular v.12) to the backend through REST API so I'll get the audio back, then in the client use it with new Audio(...) and be able to play the sound on user click. My backend looks like this: const express =…
-1
votes
1 answer

Is there a module that allows me to make Python say things as audio? Through the microphone

I already understand how to use gTTS, (Google's Text to Speech module), but I am not sure how to make everything it says into input audio! Basically, I want to make the program that says things through my mic, and anyone listening on the other end…
JetJadeja
  • 11
  • 1
  • 1
-1
votes
1 answer

Google Cloud Text-to-Speech WaveNet API Character conversion rate

What is the character or word conversion rate for Google Cloud’s Text-to-Speech WaveNet API? I want to know rough timestamps for long WaveNet generated audio files. I could use even a rough estimation.
1 2 3
31
32