disk audio: Implemented "capture" support, cleaned up some things.

This commit is contained in:
Ryan C. Gordon
2016-08-06 03:39:15 -04:00
parent a15b974044
commit 978df1ad74
4 changed files with 82 additions and 46 deletions

View File

@@ -33,11 +33,6 @@
static SDL_AudioDriver current_audio;
static SDL_AudioDevice *open_devices[16];
/* !!! FIXME: These are wordy and unlocalized... */
#define DEFAULT_OUTPUT_DEVNAME "System audio output device"
#define DEFAULT_INPUT_DEVNAME "System audio capture device"
/*
* Not all of these will be compiled and linked in, but it's convenient
* to have a complete list here and saves yet-another block of #ifdefs...