Hi team,
I need to develop a google text-to-speech and speech-to-text feature in AEM 6.4. Any suggestions on how to do that?
Solved! Go to Solution.
Views
Replies
Total Likes
You can use speechSynthesis as well:
https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
You can create a component in AEM and call the google rest API to achieve this requirement.
REST API Reference Guide:https://cloud.google.com/text-to-speech/docs/reference/rest
Regards,
Arpit
You can use speechSynthesis as well:
https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
Views
Likes
Replies