News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

play a simple sound

Started by adnan-utayim, May 18, 2014, 02:39:32 AM

Previous topic - Next topic

adnan-utayim

Hey guys,
I am actually not that experienced in using assembly language and I have to do a simple simulation of an alarm clock.
The algorithm works fine, but I am still missing the method of playing the sound file.
It shouldn't be that difficult since I only need to play a short wav sound or a system beep using masm32 instructions.
If anyone has a some simple instruction to do it I'd be very grateful.
Thanks in advance.

dedndave


dedndave


farrier

You can look at:

\masm32\examples\exampl04\jacts\jacts.asm

Alarm with selectable alarm sound
Countdown timer
Stopwatch

hth,

farrier

adnan-utayim

I really appreciate your help
I looked into the resources you suggested and they are much of a help
thanx :)