Asked
— Edited

Hi guys.
I need a little help with an RSS feed script and hoping someone can point me in the right direction.
Question one.
Is there a way to have an RSS feed to be spoken through the EZB4 instead of through the PC's sound card as I haven't seen a "SpeakRSSEZB() script function?
Question 2.
I am looking for a way to insert something similar to a "Sleep()" function in-between each RSS feed in the script below with a 2 second gap between each feed read.
SpeakRSS("http://feeds.skynews.com/feeds/rss/uk.xml",1)
SpeakRSS("http://feeds.skynews.com/feeds/rss/uk.xml",2)
SpeakRSS("http://feeds.skynews.com/feeds/rss/uk.xml",3)
SpeakRSS("http://feeds.skynews.com/feeds/rss/uk.xml",4)
The "Sleep() script function is not a viable option as the length of the feeds spoken change length from day to day (or hour to hour) so I need something like a "SayWait() but not sure what or where to put the correct function in to my script.
Many thanks.
Steve G.
Good Afternoon,
I am looking for some assistance with this program. I cannot find the latest .exe file to use?
Rss reader was added into the ez-ai package along with all of the other projects that I had going on. By adding it into ez-ai, I was able to allow the user to also do some phonetic changes to text, and clean up the encoding characters that were a part of the rss feeds. Ez-ai is being rewritten (and will also include this feature). Because it is being completely rewritten in a different language with a different database backend, I won't be able to help much without slowing down the production of the new ez-ai. My development resources are tied up with this project right now trying to meet a very tight deadline.
hello,
any news ? or where can I get the old "rssGetter.exe" ?