site navigation

RSSListen

Description

RSSListen is an Android app I wrote privately to exercise my Android skills and to have an instrument to listen to (and test) different Text to speech engines under real world conditions. News articles are a great source to test pronunciation capabilities of text to speech engines.

It lets you listen to RSS Feeds via the Android TTS interface (meaning a TTS engine must be installed on he Android device, it's not part of the app).

You can search for keywords in the articles via the Android speech recognition interface.

The list of feeds that is used to gather articles can be edited on the device's external memory (SD-card I guess), it's a text file named "rssspeaker/rssUrls.txt".

The RSS feeds are loaded into the android database in the background each time the app is started, so if you don't use the app new articles will not be loaded. The loading process can also be started from the menu.

Here are some screenshots:

If you just click on "start", the articles from the selected feed get read one after the other. You can navigate via the "prev" and "next" buttons or have a break via the "stop" button, which will toggle to a "continue" button.

If you click on the selected feed at the bottom, the feeds that are referenced in the "rssspeaker/rssUrls.txt" file can be selected as active.

If you press the "search" button, Google ASR will start and you can say a search term, e.g. "Angela Merkel".

If articles are found in the database (from all feeds), they will be read just like from a regular feed.

You need a file manager to edit the rssUrls.txt file that lets you edit the set of RSS feeds, some examples in German are given.

The format of this file is <displayname>;<url of feed>.

Enjoy, Felix