11-24-2010 01:53 PM
Hi everyone,
i have made a panel in which there are certain LEDs, these LEDs are used to indicate the
alarming conditions. Basically, i want to play a specific " .mp3 " or " .wav " sound files
as one of the ALARM occurs ( the LED glows) .
How can i play the ".mp3" or " .wav " file as one of the LED glows in order to show the alarming conditions using CVI 8.5?
Any help will be greatly appreciated.
11-24-2010 03:01 PM
One possibility is to use Win32 PlaySound () function. I am attaching an old sample I made back in CVI7.1 days that plays a system sound and let you trim the master volume.