We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 161

Summary: Dummy Audio Output
Product: SDL Reporter: Sam Lantinga <slouken>
Component: audioAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: don't know   
Hardware: All   
OS: All   

Description Sam Lantinga 2006-03-12 20:52:35 UTC
Date: Sun, 12 Mar 2006 14:47:34 +0100 (CET)
From: "Torsten Giebl" <wizard@syntheticsw.com>
Subject: [SDL] Dummy Audio Output

Is there also a Dummy AudioOutput Driver ?

There is the DiskOut Driver, but it would be also
good for performance testing and other things to
have a Dummy AudioOutput Driver.
Comment 1 Ryan C. Gordon 2006-03-14 04:07:24 UTC
Dummy audio driver is now in CVS. export SDL_AUDIODRIVER="dummy" to use it.

It won't ever select unless SDL_AUDIODRIVER is explicitly set to "dummy", so that SDL_Init can fall through with an error if there isn't a legitimate audio device.

--ryan.