My IDE makes a "ding" sound at "wait for any key." Do interpreters also do that?

When I run this code in the Windows IDE (Feb 2018, 6M62) and press a key, the IDE makes a “ding” noise. Or maybe my machine does. I don’t know why. Will interpreters do that, too? Because I was thinking of playing my own sound effect at one point (right after a “wait for any key”), and when I test it, the “ding” ends up playing along with my sound, and I don’t want it to.

Include Basic Screen Effects by Emily Short.

Lab is a room.

When play begins:
	wait for any key;
	say "Hello.";

(Edited to clarify what I meant.)

Mine doesn’t (Lectrote). I wouldn’t rely on it.

Thanks. I don’t hear the “ding” in Gargoyle or Windows Glulxe, either. I’m hoping it happens only in the IDE and not in any interpreters that players would be using.