text-to-speech Questions

5

Solved

I want to make a chatbot's response in audio and text. All the example code using gTTS seem like one needs to 'save the text into a file then play the file'. Is there another way to simplify th...
Est asked 3/7, 2018 at 23:33

8

I have a working text to speech but I was wondering instead of a female voice when the app calls it to be played it will do a male voice instead?
Cacomistle asked 22/3, 2012 at 1:28

5

Solved

Is it possible to install and configure some male voices on android.speech.tts.Voice? I have read some news that Android had made some available recently, but I can't find or configure any. All the...
Insipience asked 17/4, 2016 at 19:33

7

Solved

I have been using the gTTS module for python 3.4 to make mp3 files of spoken text. It has been working, but all of the speech is in a certain adult female voice. Is there a way to customize the voi...
Klockau asked 2/6, 2016 at 19:6

5

I am developing an application that requires me to use text to speech in the web browser. I am using the HTML5 Speech Synthesis for it. On Google Chrome the code runs fine, with all the available v...
Blazon asked 7/10, 2017 at 6:28

5

Solved

I am making a language learning web app that when you hover over the word, it pronounces it for you. I'd like to access the native speaker translations from Google Translate API. I've found this r...

2

Solved

I'd like to create a custom voice in Mozilla TTS using audio samples I have recorded but am not sure how to get started. The Mozilla TTS project has documentation and tutorials, but I'm having trou...
Kayseri asked 21/2, 2021 at 22:0

2

I ma trying to run the Audio in loop in google colab but it is not giving mi any output from gtts import gTTS from IPython.display import Audio for voice in ["Aniket","sachin&quo...

3

As I know, TTS needs TTS engine to speak one language. In Android emulator 2.2, Pico TTS engine is default. It has only some popular languages. I can see some engines on Market which must be purcha...
Tautomer asked 28/8, 2011 at 20:20

2

I want to download the subtitle of a YouTube playlist with the following specifications: Only in English In srt format Just the subtitles files and not the video itself I have tried the following...
Deemphasize asked 3/10, 2019 at 12:10

5

Solved

I am trying to implement text to speech technology of android in my Activity but I face a strange error. I can't hear any sound, from my code. The speak method works only if I place it in onInit me...
Proclamation asked 12/3, 2012 at 13:47

2

The code below works fine in Chrome desktop, but in Chrome Android, it's not using the msg.lang specified. The French text is being read out as if it was English, in an American accent. My phone's ...
Blintz asked 24/6, 2019 at 0:31

2

Solved

I want setOnUtteranceProgressListener should notify a Toast after the speech is completed.It seems not working. I have used setOnUtteranceProgressListener and on the speak function i have mentioned...
Defrost asked 8/9, 2018 at 7:53

3

Solved

I can convert text to speech in python using puttsx. and I can do record audio using microphone(headphone) to mp3 file. What I want to do is to convert text to mp3 file. Is there a way to store au...
Parodic asked 20/3, 2013 at 6:15

2

Solved

How can I slow down a normal content inside the "Say" verb? The spanish accent is VERY fast and most people have trouble following/understanding what is said. Ideally something like the following w...
Proposal asked 15/8, 2013 at 22:4

5

I have given a text in mytts.speak("hi hello hi",parameter,parameter...); But the words are continuously said without any gap or pause, I want to provide some time gap between words for more clari...
Ganger asked 6/5, 2014 at 11:59

5

Solved

I have added many voices using "Add language" under region and language. These appear under Text-to-speech in Speech. (I am using Windows 10) I want to use these in my app with the SpeechSynthesiz...
Vespine asked 12/8, 2018 at 18:54

1

I want to know how can I check my current usage of Amazon Polly. I'm currently on free tier, so I could not find any information on billing since I still haven't surpassed the 3 million characters ...

6

This code is working but I'm only able to switch between the voices which came preInstalled in Microsoft Windows. These voices are "Microsoft David Mobile" and "Microsoft Zira Mobile". Later I in...

2

Previous questions have presented this same or similar inquiry Can Web Speech API used in conjunction with Web Audio API? How to access audio result from Speech Synthesis API? Record HTML5 Speech...
Propositus asked 10/7, 2017 at 3:53

3

Solved

I have an Android application that makes use of TTS (Text to speech) API. Everything is working perfectly, but now i want to fade in/out or even stop music (in case user is playing music with prebu...
Could asked 15/6, 2010 at 8:26

4

Solved

Is there any free TTS (text-to-speech) service for Android in Turkish? I've not found anything useful in google.
Parttime asked 16/2, 2012 at 12:28

4

My TextToSpeech works fine on the first run, but it doesn't work after the application has been closed using "back" key and reopened. The error is TextToSpeech: speak failed: not bound to TTS engin...
Bohol asked 22/12, 2016 at 13:40

3

Solved

I'm generating speech through Google Cloud's text-to-speech API and I'd like to highlight words as they are spoken. Is there a way of getting timestamps for spoken words or sentences?
Gutbucket asked 24/3, 2019 at 4:50

2

When I run speechSynthesis.getVoices() in Chrome, I get a list of possible voices. The list changes depending on the computer and version of Chrome. Is there any way I can extend support and add m...
Touchstone asked 19/11, 2017 at 17:21

© 2022 - 2024 — McMap. All rights reserved.