m_soundoff
This call turns off the current sound in progress. m_soundoff applies to sounds generated by m_asound, m_beep, and m_thud only.
- Syntax: void m_soundoff(void)
- Parameters: None
- Returns: None
- Comments: If the speaker is on when this function is called, the sound will
actually continue until the next BIOS clock tick.