Description:
WordStreamer aka MiniMuncher is a speed reading tool.
Intro: The theory and the why
WordStreamer (aka MiniMuncher) is a speed reading tool that I put together over the weekend. It works on the principle that our brains only process text when our eyes are not moving. WordStreamer simply streams a text file one word at a time, at a rate specified by you. Since your eyes are not traveling from word to word, this allows you to read at a faster rate in no time by simply pressing up to increase the rate at which the words are displayed.
I got the idea from a British company that has a desktop program called BookMuncher that they are charging money for. I had planned to download and try out there app because I heard some pretty great success stories on the public radio and they had said "It's a free download". But.. it was free to download and $9.99 to try. I also noted they were going to release a mobile version, but it looked as if they planned to lock it down via the mobile service provider market(i.e. pay AT&T to download, pay AT&T for book). So basically I had to see what the fuss was about.
How To Use
The current target platform is Win CE 5.0 Pocket PC (compact framework 2.0).
You can jump right in when you start up WordStreamer by choosing 'Make Demo File' from the menu or choosing a file via the 'Choose File Option', then hitting 'Go' or Enter to start the process.
Keyboard Controls:
- Up, NumPad2, 2: Increase the speed the text is streamed.
- Down, NumPad8, 8: Decrease the speed the text is streamed.
- Left, NumPad4, 4: Lower the Font Size.
- Right, NumPad6, 5: Raise the font size.
- Enter/Return, NumPad5, touch screen, 6: Start/Stop streaming text.
Quirks or Issues
- The settings page tab order is all out of whack, Ill correct for next release.
- The Status bar per second and per minute timers always reflect values as if only 1 word is displaying at a time (The averages on the about screen reflect the correct totals though).
- The settings screen is not dynamically drawn(meaning a scroll bar has to be used) I'll be addressing this in 1.0.
- Only .txt files are currently supported.
- If your having issues with characters such as umlauts try using utf-8 encoding. Thanks Boops.
- [0.5.7]I've currently only tested the Smartphone version on an emulators. Testers are needed.
Future Thoughts (Feel Free to add your own)
- I've got some nifty document navigation thoughts for the future.
- What about an RSS reader or a tool for importing web page body text? If we can ever get some help with getting the AutoHotKey for CE compiler going there will be some great great things coming.
- I know i know the settings page is ugly. im probably going to do a tab view to get rid of the scrolling.
- Fullscreen view?
- .rtf/.doc support - if time or available libraries permit.
Note:
I find it easier to read at higher rates if i increase the font size a bit and hold the phone back from my face a couple feet (like in my lap or out in front like a book).
On npr people were reporting comfortably reading at rates of 200-400+ words a minute within 5 minutes of starting!
Preview:

Update Description:
v0.9.2 (18-08-2008):
- There's a new menu option labeled "clipboard". You can use it to Stream your clipboard data on the screen or into a file. This should cover the problem with supporting /docs/rtfs/any other text you can select. Let me know if you have any issues with it.
- I've adjusted the settings code to properly adjust for font size.
- The "Max Chars/Line" should be quite a bit more accurate now when set to auto.
v0.9.0 (07-08-2008):
- Settings are now saved and will persist across reinstalls/updates.
- Bookmarking is now exposed. you can add/update 1 bookmark for each file(you can load/delete bookmarks on 'Manage' menu).
- AppToDate Support has been added, this is a great way to keep your apps up to date with a rapidly growing list of Supported Apps.
- Support for font sizes up to 72 has been added.
- Corrected Font Size in settings(it was previously linked to Line Font Size).
v0.7.5:
- Lots of font customizations (color,size,style,alignment,max width per line).
- Text from the surrounding area is displayed when paused.
- Delays can be triggered from line breaks, word length, or punctuation.
- Average words added to 'About' screen(total isn't yet saved across app exits).
- The install directory has changed from "WordStreamer" to "WordStreamerPPC" (so you'll need to uninstall the old one manually).