Skip to content
Snippets Groups Projects
Commit 49bad323 authored by deuce's avatar deuce
Browse files

Add support for SDL audio. Deiver order attempted for audio output is now

as follows:

SDL -> Win32 wave mapper -> ALSA -> OSS -> Win32 Beep() -> unix_beep()

Issues are as follows:
SDL requires SDL.dll/libSDL.so
Win32 wave mapper has a larget (~ .5 sec) delay between beeps on at least
Windows 2000 (possibly 9x and NT too)
ALSA Is completely untested.
OSS works fine (best tested)  ;-)
Beep() repeatedly plays the default beep wave on 9x.
unix_beep() is succeptable to various permissions problems.
parent b38b8e39
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment