Wasapi support in windows vista/7/8

wasapi playback would be supported in windows vista/7/8?

SDL doesn’t (currently) support WASAPI, but it does support XInput2,
which is a thin layer over WASAPI on Windows.

(WASAPI doesn’t offer resampling, so by using XInput2, we get
well-maintained, optimized and debugged resampling from the OS. Also, I
wouldn’t be surprised if WASAPI becomes yet-another obsoleted API anyhow.)

–ryan.On 4/28/14, 8:27 PM, ?? wrote:

wasapi playback would be supported in windows vista/7/8?

Ryan C. Gordon wrote:> On 4/28/14, 8:27 PM, ??? wrote:

wasapi playback would be supported in windows vista/7/8?

SDL doesn’t (currently) support WASAPI, but it does support XInput2,
which is a thin layer over WASAPI on Windows.

Do you mean ‘XAudio2’ by ‘XInput2’ ?

Do you mean ‘XAudio2’ by ‘XInput2’ ?

Yes, I meant to say XAudio2. XInput is something else entirely. Sorry
for the confusion!

–ryan.