mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 02:17:39 +00:00
audio: Separate channel maps out of SDL_AudioSpec.
This commit is contained in:
parent
1664ac4fcb
commit
4755055bc3
12 changed files with 455 additions and 114 deletions
|
@ -114,6 +114,7 @@ int SDL_AppInit(void **appstate, int argc, char *argv[])
|
|||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Couldn't create audio stream: %s\n", SDL_GetError());
|
||||
return SDL_APP_FAILURE;
|
||||
}
|
||||
|
||||
SDL_ResumeAudioStreamDevice(stream);
|
||||
|
||||
return SDL_APP_CONTINUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue