VoiceGuide IVR Software Main Page
Jump to content

How To Play Sound File From Run Vb Script Module

Recommended Posts

In the VBS module I assembly a series of wav files. How can i play them in the VBS module directly without exporting this wav files name string by a result variable into a Play Sound File module?

I am not talking about background music. In the help file you have an example

sndrec32 /play /close c:\test.wav

that can be used in a Run Another Program module.

Do you have a solution for VBS module, too?

Share this post


Link to post

Do you want to play these sound files on the phone line, or on the PC speaker?

 

If over the phone line then have you looked at the Play_Start COM command?

If over PC speaker then look at the VBScript Shell command.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×