diff --git a/SDL3_mixer/Mix_OpenAudio.md b/SDL3_mixer/Mix_OpenAudio.md index c3a0df09b..cacbd604f 100644 --- a/SDL3_mixer/Mix_OpenAudio.md +++ b/SDL3_mixer/Mix_OpenAudio.md @@ -56,7 +56,7 @@ This function allows you to select specific audio hardware on the system with the `devid` parameter. If you specify 0, SDL_mixer will choose the best default it can on your behalf (which, in many cases, is exactly what you want anyhow). This is equivalent to specifying -`SDL_AUDIO_DEVICE_DEFAULT_OUTPUT`, but is less wordy. SDL_mixer does not +`SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK`, but is less wordy. SDL_mixer does not offer a mechanism to determine device IDs to open, but you can use SDL_GetAudioOutputDevices() to get a list of available devices. If you do this, be sure to call `SDL_Init(SDL_INIT_AUDIO)` first to initialize SDL's diff --git a/SDL3_mixer/QuickReference.md b/SDL3_mixer/QuickReference.md index 2b8f8cf1c..9d506ffa6 100644 --- a/SDL3_mixer/QuickReference.md +++ b/SDL3_mixer/QuickReference.md @@ -1,5 +1,7 @@ +# QuickReference + If you want to paste this into a text editor that can't handle the fancy Unicode section headers, try using [QuickReferenceNoUnicode](QuickReferenceNoUnicode) instead. diff --git a/SDL3_mixer/QuickReferenceNoUnicode.md b/SDL3_mixer/QuickReferenceNoUnicode.md index 87d84fea1..51461d3f6 100644 --- a/SDL3_mixer/QuickReferenceNoUnicode.md +++ b/SDL3_mixer/QuickReferenceNoUnicode.md @@ -1,5 +1,7 @@ +# QuickReferenceNoUnicode + If you want to paste this into a text editor that can handle fancy Unicode section headers, try using [QuickReference](QuickReference) instead.