text-to-speech Questions

2

Solved

Up to API 29 tts is working fine on android to speak out any text But on API 30 tts is not working anymore and i do not know why The google documentation says : "Apps targeting Android 11 that...
Kramer asked 7/8, 2020 at 21:42

3

Solved

I have installed a new 32 bits Scansoft voice (Jennifer) in my Windows 7 64 bits OS in order to be able to use from in one .NET application i'm developing. The problem is that I when I call the me...
Durga asked 8/7, 2010 at 22:55

2

TTS initialization error was observed in the following scenarios, that too randomly. TTS engine is installed, voice set is present and sample tts can be played from the Accessibility options. The...

4

The standard way to get a list of 'all' AVSpeechSynthesisVoice objects, is to ask for it: [AVSpeechSynthesisVoice speechVoices] However, this only shows a unique default voice per language-regio...
Beerbohm asked 18/2, 2016 at 21:5

2

I made a program which allows me to speak and converts it to a text. It converts my voice after I stopped talking. What I want to do is to convert my voice to text while I am talking. https://www....

4

Solved

The TextToSpeech like in http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/TextToSpeechActivity.html works fine on the Emulator but does not work on my dev...
Iny asked 15/4, 2011 at 17:23

9

I'm trying to install TTS package by using this. Everything was okay until I tried to execute the following command: import pyttsx I got back this error: File "/usr/local/lib/python3.4/dist-pac...
Pergrim asked 13/4, 2015 at 21:14

9

Solved

I'm using the Speech Synthesis API on Google Chrome v34.0.1847.131. The API is implemented in Chrome starting in v33. The text-to-speech works for the most part, except when assigning a callback t...

2

Solved

I have a Xamarin Forms app that uses text to speech. The code in the iOS project is exactly the same as on the official Xamarin Implementing Text To Speech guide var speechSynthesizer = new AVSpe...
Latchstring asked 22/2, 2017 at 8:58

3

Solved

I installed a few English language packs (US, UK and Canada) with their Speech options and I can access them in Windows 10 setting -> Speech but they doesn't show into text to speech option availab...
Tellford asked 3/11, 2016 at 16:29

2

Solved

My goal is to let the device speaking a text with a human voice. So I am using the Text-to-Speech API from Google. This is how my code looks like: package ch.yourclick.kitt; import android.media.M...
Filing asked 9/2, 2021 at 23:57

2

If you follow this article https://blog.rasa.com/how-to-build-a-voice-assistant-with-open-source-rasa-and-mozilla-tools/ it will have you download an 80MB file from: https://drive.google.com/driv...
Divertissement asked 19/5, 2020 at 3:41

8

Solved

I am new to the android platform. Now I am working on TTS(Text to Speech).If I enter the text in a TextArea and I would like it to be converted to speech when i click the speak button. Can anyone...
Benisch asked 17/6, 2010 at 4:43

14

Solved

How could I make Python say some text? I could use Festival with subprocess but I won't be able to control it (or maybe in interactive mode, but it won't be clean). Is there a Python TTS library?...
Fowler asked 23/10, 2009 at 15:2

8

Solved

The mac command say can specify the voice used with the -v flag. say -v Alex "compile completed, put your swords down." The available voices can be seen in System Preferences/Speech/Text to Spee...
Silique asked 28/9, 2009 at 23:6

2

Solved

using the browser api speechSynthesis.resume() I'm trying to resume a paused speech on android chrome I've tested the code below on chrome desktop version 78.0.3904.97 on mac os mojave and it resu...

4

My code: import pyttsx3 import random engine = pyttsx3.init() words = ['hello', 'word'] engine.say(random.choice(words)) #Say these words slower I don't want it to go really slow just slow eno...
Dryden asked 5/9, 2017 at 12:27

4

Solved

I'm using AVSpeechSynthesizer for voice out some text data, it'll work for first time but it didn't work after that. I'm getting below messages. Error:- AppName[859:101035] [AXTTSCommon] Failu...
Arsenious asked 26/10, 2018 at 12:44

3

Solved

The following example shows that JSON.stringify() returns the string "{}" for SpeechSynthesisVoice objects: var voiceObject = window.speechSynthesis.getVoices()[0]; JSON.stringify(voiceObject); /...
Blur asked 23/7, 2016 at 13:22

4

I wanna get pronunciation of short messages using python. For example, message 'text' should be transformed to 'tekst' and message 'привет' (russian) should be transformed to 'privet'. I have trie...

4

Solved

I don't want to put all my code here, so I'm just putting the relevant pieces. If you need more, feel free to ask. I'm using Text To Speech (TTS) which leads to a speech listener after it asks a ...
Isobelisocheim asked 30/11, 2013 at 5:10

1

I would like to be able to test which text-to-speech voices are available for my iOS app to use with AVSpeechSynthesis. It is easy to generate a list of the installed voices, but Apple makes some o...
Shuffleboard asked 7/2, 2020 at 15:21

2

Solved

I'm developing an App in which I've textview consists of String and two buttons. When I click the speak button, the text gets converted to speech. But I want to Highlight the word while speech is r...
Steamer asked 26/12, 2019 at 13:12

2

I recently implemented a basic web app which relied on Google's TTS URL to generate clear MP3 files for playback on the front end. This has since been subject to an additional security check, mea...
Gounod asked 25/8, 2015 at 0:21

2

I'm working in android using the TextToSpeech class and Have a string with and specific length. I want to calculate the estimated time of this generated text to speech audio (I know that i can get ...
Scurrile asked 1/2, 2013 at 16:25

© 2022 - 2024 — McMap. All rights reserved.