Removed the SDL_AUDIO_ALSA_DEBUG environment variable

The debug info is available if you set SDL_HINT_LOGGING to "audio=debug"
This commit is contained in:
Sam Lantinga
2024-08-03 08:07:28 -07:00
parent f05cd85048
commit ff0e42c51c
2 changed files with 6 additions and 10 deletions

View File

@@ -802,6 +802,7 @@ The following hints have been removed:
* SDL_HINT_AUDIO_DEVICE_APP_NAME - replaced by either using the appname param to SDL_SetAppMetadata() or setting SDL_PROP_APP_METADATA_NAME_STRING with SDL_SetAppMetadataProperty()
The following environment variables have been removed:
* SDL_AUDIO_ALSA_DEBUG - replaced by setting the hint SDL_HINT_LOGGING to "audio=debug"
* SDL_DUMMYAUDIODELAY - replaced with the hint SDL_HINT_AUDIO_DUMMY_TIMESCALE which allows scaling the audio time rather than specifying an absolute delay.
The following functions have been removed: