View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Playing a sequence of WAV files

Using the built in speech capabilities is certainly the way to do speech.

this article gives explains how to use the argument to tell the API to
operate synchronously.

http://support.microsoft.com/default...kb;en-us;86281
HOWTO: Play a Waveform (.WAV) Sound File in Visual Basic
[Contains the Constants for the Arguments]

--
Regards,
Tom Ogilvy


"robotman" wrote:

What built-in application.speech stuff are you referring to?

I'm a newbie with API calls (don't even know what they are)... I used
the code that Chip Pearson has posted in many other threads.

The website is much more than I'm looking for and I couldn't even find
a specific reference to WAV file playing.

1. Can you point me to exactly where the WAV playing functions are
discussed in the website?
2. Explain how I could change the parameters to play WAVs
sequentially?

Thanks.

John