Hi,
I did some testing with voicerss for text-to-speech but i find that the quality insufficient.
I would like to use amazon aws Polly but I don't know how to authenticate when using the http-api.
The idea would be to also to get an mp3 back just like with voiceless.
Anyone who can help me with this?
Thanks, Bart
(25.04.2017, 20:43)bmodeco Wrote: Hi,
I did some testing with voicerss for text-to-speech but i find that the quality insufficient.
I would like to use amazon aws Polly but I don't know how to authenticate when using the http-api.
The idea would be to also to get an mp3 back just like with voiceless.
Anyone who can help me with this?
Thanks, Bart
hello, did you have the voicerss service working? can you please share your code?
(25.04.2017, 20:43)bmodeco Wrote: Hi,
I did some testing with voicerss for text-to-speech but i find that the quality insufficient.
I would like to use amazon aws Polly but I don't know how to authenticate when using the http-api.
The idea would be to also to get an mp3 back just like with voiceless.
Anyone who can help me with this?
Thanks, Bart
hello, did you have the voicerss service working? can you please share your code?
Hi,
Will post it tonight. The mp3 is saved (through ftp) om my synology-nas so that all my sonos-speakers have access to the mp3.
I have it currently setup so that my music (when playing) pauses, plays the mp3 and then continues were it left of.
don't know if this is what you are looking for.
I am using this for my doorbell also: pushbutton connected to knx-input, triggers a script that pauses music (when playing), plays the doorbell sound (or a barking dog if you want ) and continues afterwards.
I wanted to convert this to amazon polly but I don't know how to do the authentication (creation of signature/hash-stuff) when using the http-api.
Amazon Polly has lots of options: parts of text louder or even whispering, parts of text faster or slower...
Hi Admin,
Any ideas on how to do the authentication for the http api of aws amazon polly?
Should be similar to what you are doing with amazon alexa...
Thanks, Bart
I can try and provide a sample but I don't have anything to test it with. If you can setup Polly on your AWS account and PM the details then I can see what I can do
(27.04.2017, 05:53)admin Wrote: I can try and provide a sample but I don't have anything to test it with. If you can setup Polly on your AWS account and PM the details then I can see what I can do
Hi admin,
I did send you a PM with the info to access my aws Polly.
Thanks again,
BR, Bart
(02.05.2017, 06:10)admin Wrote: Here's an example on how to access Amazon Polly. Make sure you set region, accesskey, secretkey and voice variables correctly.