An open API service indexing awesome lists of open source software.

https://github.com/arjunmahishi/blogspot-tts

A text-to-speech interface to let users 'listen' to blog posts instead of reading them.
https://github.com/arjunmahishi/blogspot-tts

blogspot tts

Last synced: 8 months ago
JSON representation

A text-to-speech interface to let users 'listen' to blog posts instead of reading them.

Awesome Lists containing this project

README

          

# Blogspot-TTS
A text-to-speech interface to let users 'listen' to blog posts instead of reading them.

[Click here](https://arjunmahishi.github.io/blogspot-tts/) for demo

[Click here](http://teckguide.blogspot.com/2016/12/your-own-jarvis.html) to see it live on a blog

# Instructions to install on Blogspot
Paste the following code snippet where ever you want to see the tts control buttons

```



Listen to the post instead of reading it (if you are busy)
```

# Credits
The ResponsiveVoice API was downloaded from [http://responsivevoice.org/](http://responsivevoice.org/). My code is just a wrapper built on top of it.