| Summary: | Request for 7.1 audio support | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Forest Hale <lordhavoc> |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P1 | ||
| Version: | 2.0.0 | ||
| Hardware: | x86 | ||
| OS: | All | ||
|
Description
Forest Hale
2006-06-11 04:38:49 UTC
Changing bug priorities... --ryan. Ryan, can you take a look and see what's left for 2.0 release? As far as I know, 7.1 is supported now. A brief check suggests these drivers are good to go: - pulseaudio - directsound - xaudio2 - coreaudio ...which covers Linux, Windows, and Mac OS X. These are problems, and might be important as fallbacks: - winmm explicitly clamps to stereo (probably a limitation of the API). - ALSA doesn't set up a channel swizzle for 7.1, and has a FIXME (see swizzle_alsa_channels() in src/audio/alsa/SDL_alsa_audio.c) ...other systems I didn't check (because who has a 7.1 setup on Android, or BeOS, or SunOS?). --ryan. Okay, I think once we have ALSA channel swizzling in, we're good to go. |