Amazon Polly supports dozens of languages and a wide selection of natural-sounding male and female voices. When you send text to Amazon Polly's API, it returns the audio to your application as a stream so you can play the voices immediately. Amazon Polly also supports lexicons and SSML tags which enable you to control aspects of speech, such as pronunciation, volume, pitch, and speed rate,
Begin by adding the AWS keys to the vault storage by using the MY SECRETS
feature from within the blocks editor. The block will need the AWS_access_key and AWS_secret_key values.
This PubNub Functions listens for all chats and allows to get audio from text in private chats.
To trigger text-to-speech conversion, event payload should contain 'polly' field in it with following keys:
location - name of key in event payload, which contain data for polly
voice - identifier of voice which should be used to read text. By default set to: 'Joanna'
format - generated audio file format. By default set to: 'mp3'
{ "data": { "text": "hello!", "polly": { "voice": "Joanna", "format": "mp3", "location": "text" } } }
{ "body": "{ \"text\":\"hello!\", \"polly\":{ \"voice\":\"Joanna\", \"format\":\"mp3\", \"location\":\"text\" }, \"polly_sound\":\"base64encodedStringHere\" }", "status": 200, "headers": { "content-type": "application/json; charset=utf-8" } }
Need help? Contact PubNub Support.
Copyright (c) 2018 PubNub
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Use natural language processing (NLP) to find insights and relationships in...
Learn moreFast, high-quality, and affordable neural machine translation service
Learn more