Surround71

Hi,

I was browsing the code at audio/SDL_audio.c and I have discovered that
surround71 was not supported.

I was wondering if someone could tell me if it is in the dev pipe.

If not and if there is some interest to have, I could even volunteer to
help to make it happen if someone want to help by providing some high
level guidelines and gotchas to be careful about since I have close to 0
experience with your framework.

This doesn’t seem like it would be very complex to add because, unlike
openal, spacialization and sound effect processing (like doppler) are
left to the application.

2013/12/6 Olivier Langlois

[…]
This doesn’t seem like it would be very complex to add because, unlike
openal, spacialization and sound effect processing (like doppler) are
left to the application.

OpenAL only offers these for mono sources, as soon as two or more
channels are involved it opts out anyway.