Problem with sound().

new topic     » topic index » view thread      » older message » newer message

I can't seem to get sound to work correctly - maybe because I'm not using
it the right way:

--START
include graphics.e
atom timecount
timecount = time()
sound(1000)
while time() - timecount < .05 do end while
sound(0)
--END

Question is, is this correct, and if so, why isn't it working on my computer?
It just makes two low beeps, as if it is turning on the PC speaker, and then
switching it off...

Thanks in advance
Peter Millan

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu