Mercurial > sdl-ios-xcode
log src/audio/alsa/SDL_alsa_audio.c @ 4336:77b20871fd44 SDL-1.2
age | author | description |
---|---|---|
Wed, 14 Oct 2009 07:34:35 +0000 | Sam Lantinga | Thilo helped me track down the audio issue with 22050 hz stereo sound. Yay! SDL-1.2 |
Tue, 13 Oct 2009 09:59:20 +0000 | Sam Lantinga | Use the plug: ALSA devices for surround sound formats, which have automatic sample format/rate conversion. SDL-1.2 |
Tue, 13 Oct 2009 09:56:15 +0000 | Sam Lantinga | Switched from setting the period size and count to setting the buffer size directly, based on feedback from the ALSA development list: SDL-1.2 |
Tue, 13 Oct 2009 09:35:37 +0000 | Sam Lantinga | ALSA's idea of a "frame" is the same as SDL's idea of a "sample". The frame is a single sample on a single channel, and we've defined the frames for each channel as being interleaved. SDL-1.2 |
Tue, 13 Oct 2009 09:24:05 +0000 | Sam Lantinga | Fixed debug code to print correct values SDL-1.2 |
Tue, 13 Oct 2009 08:27:28 +0000 | Ryan C. Gordon | Corrected my snd_pcm_writei fix. SDL-1.2 |