ResponsiveVoice Text To Speech API - Source Code
ResponsiveVoice is a Text-To-Speech API supported in 51 languages. This cross-platform HTML5-based library is open-sourced for non-commercial and non-profit use. It includes speech synthesis and speech recognition SW designed to Voice-Enable websites and apps.

- Versions
- SDKs (0)
- Articles (2)
- How To(0)
- Source Code(6)
- Libraries(0)
- Developers (0)
- Followers (61)
- Changelog (8)
Sample Source Code (6)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | ResponsiveVoice Automatically Detect Language JavaScript Sample Code by ResponsiveVoice | The ResponsiveVoice Automatically Detect Language JavaScript Sample Code by ResponsiveVoice presents how to automatically detect the browser language and speak a welcome message in the users' language. In this case, English, French or Spanish. |
![]() | ResponsiveVoice Text to Speech Background Audio JavaScript Sample Code by ResponsiveVoice | The ResponsiveVoice Text to Speech Background Audio JavaScript Sample Code by ResponsiveVoice presents how to have audio play as a background while text to speech is active. The code available can be included anywhere in the page you would like the button to appear. |
![]() | ResponsiveVoice Automatically Speak JavaScript Sample Code by ResponsiveVoice | The ResponsiveVoice Automatically Speak JavaScript Sample Code by ResponsiveVoice demonstrates how to have a message spoken automatically when the web page loads. The code available can be included just before the closing body tag. |
![]() | ResponsiveVoice Highlighted Selected Text JavaScript Sample Code by ResponsiveVoice | The ResponsiveVoice Highlighted Selected Text JavaScript Sample Code by ResponsiveVoice presents how to speak any User Selected Text when they complete highlighting. The method is know as mouseup. |
![]() | ResponsiveVoice Text to Speech Menus JavaScript Sample Code by ResponsiveVoice | The ResponsiveVoice Text to Speech Menus JavaScript Sample Code by ResponsiveVoice demonstrates how to make all links on a webpage spoken when the mouse hovers over them. The developer suggest adding a small delay before speaking, to avoid mouse travelling over links without the intention of speaking them. |
![]() | ResponsiveVoice Play Button JavaScript Sample Code by ResponsiveVoice | The ResponsiveVoice Play Button JavaScript Sample Code by ResponsiveVoice demonstrates how to setup a Play button that speaks pre-determined text. Developers can add the code anywhere in a page where they want the Play button. |