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 - Dummy Audio Output
Summary: Dummy Audio Output
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: audio (show other bugs)
Version: don't know
Hardware: All All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-12 20:52 UTC by Sam Lantinga
Modified: 2006-03-14 04:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.