168 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
124
views
Google Cloud TTS doesn't work - Input type has to be text, markup, or SSML. Maybe the input is empty?
I am using the exact example from the platform and also tried multiple different ways but it doesn't work. I guess it is a bug for GCP TTS:
curl -X POST -H "Content-Type: application/json" \
...
0
votes
0
answers
36
views
Why only the second sentence is being slowed down?
I'm using google cloud text-to-speech, using srt files as an input, I convert the srt to ssml with timestamps plus I'm trying to adjust the speech rate to match the same time as in the srt file.
I ran ...
0
votes
0
answers
24
views
Google text-to-speech, how do I use the "Media/Time spec" in a ssml file?
So I ́ve been trying recently to sync an audio generated by google tts with my subtitles, but the audio generated usually goes way faster than the subtitles, and I was wondering and searching all over ...
1
vote
0
answers
250
views
Google Text-to-Speech Missing other Voices and SSML Options
On the Google Text-to-Speech demo page, I used to be able to choose from multiple voices, test SSML on browser, and listen to the output directly in the browser. However, those options are now gone, ...
0
votes
0
answers
111
views
Which modern browsers support SSML?
Which browsers (if any) support SSML (Speech Synthesis Markup Language), specifically for speaking a single phoneme (such as the /h/ sound)?
The MDN suggests that it is supported but when I tried the ...
0
votes
1
answer
57
views
powershell ignore SSML directives
Trying do modify my TTS voice output by following SSML directive
<speak version='1.0' xmlns='http://www.w3.org/2001/10/synthesis' xml:lang='en-US'>
normal text
<emphasis level='strong'>...
0
votes
1
answer
201
views
Why is SSML contour tag not changing the hz of the audio
I got this SSML from w3.org. AVSpeechUtterance(ssmlRepresentation:) is not complying with the contour. It doesn't change the hz. It always plays at the same hz level. I'm using: Xcode 15.3, iPhone 8 ...
0
votes
1
answer
897
views
Azure cognitive services text-to-speech service "whispering" style adjustments
I am working on a project that requires voice over for videos. I was looking for a free/cheap option for a more natural voice synthesizer options and ran into an article suggesting using Azure TTS ...
1
vote
2
answers
415
views
Azure Text to Speech: Error code: 1007. Error details: SSML must contain a maximum of 50 voice elements
I use Azure text to speech and I got this exception:
Error code: 1007. Error details: SSML must contain a maximum of 50 voice elements. Actual 90.
But my SSML contains only 45 voice elements.
0
votes
1
answer
36
views
Speech synthesis: How mark a usual saying as idiom
There are a couple of idioms or phrases or popular colloquial sayings like „Oh my dear!" , „Be careful", „please wait" or (German)„Ach so!" or „Achtung". How can I mark these as special expressions so ...
0
votes
1
answer
167
views
'rich-voice-editor': true //not working using npm package: quill-rich-voice-editor
I'm using this npm package in angular.
"quill": "^1.3.6",
"quill-rich-voice-editor": "^0.4.0",
If I add this line 'rich-voice-editor': true. It gives the ...
0
votes
1
answer
356
views
SSML for phone numbers with spoken dash
For an accessibility application I am using
using System.Speech.Synthesis;
class Element{
SpeechSynthesizer speaker = new SpeechSynthesizer();
private void speakPhone(string content){
string ...
1
vote
0
answers
145
views
input.ssml` is longer than the limit of 5000 bytes"
I am trying to generate audio from ssml file using google text-to-speech. For this purpose I am using @google-cloud/text-to-speech NPM package. It is throwing error like
input.ssml is longer than the ...
1
vote
1
answer
1k
views
My Azure Text-to-speech app no longer outputs once i added the ssml string
I created a text-to-speech script using Microsoft Azure. Today I decided i wanted to add a pitch changer, speaking rate changer and possibly some silence additions. For that, i need to replace my ...
1
vote
1
answer
218
views
Problem with google cloud text to speech using python
Here are four versions of input texts to google cloud text to speech:
Version 1 (This one works fine)
<speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" ...