Mercurial > sdl-ios-xcode
log src/audio/alsa/SDL_alsa_audio.c @ 2019:d20f4510c718
age | author | description |
---|---|---|
2006-09-01 | Ryan C. Gordon | Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned |
2006-09-01 | Ryan C. Gordon | ALSA was testing if (format) was set to zero as an error condition, but |
2006-08-31 | Ryan C. Gordon | ALSA backend can handle int32 and float32 data directly. |
2006-08-24 | Ryan C. Gordon | First shot at new audio data types (int32 and float32). |
2006-07-10 | Sam Lantinga | SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. |
2006-06-23 | Ryan C. Gordon | Swizzle ALSA channels for 5.1 output to match DirectSound and CoreAudio. |
2006-06-23 | Sam Lantinga | Merged Ryan's 5.1 audio fix from SDL 1.2 SDL-1.3 |