From: djberg96@... (Daniel Berger) Date: 2004-10-13T13:39:34+09:00 Subject: [ANN] win32-sapi 0.1.0 Hi all, I'm happy to announce the release of win32-sapi 0.1.0. What is it? =========== A simple OLE wrapper for the MS Sound API (5.0 or later). You can download MS SAPI at http://www.microsoft.com/speech. This is based on the Perl module Win32::SAPI5 by Jouke Visser. Where is it? ============ You can find it on the RAA or Rubyforge at http://www.rubyforge.org/projects/win32utils. Quick Example ============= require "win32/sapi" include Win32 SAPI5.new.speak("Shall we play a game?") Enjoy! The Win32Utils Team