I was just curious if ALSA + Linux has any better sound quality than Microsoft's Direct Sound in comparison.

link|improve this question

76% accept rate
feedback

1 Answer

The API one uses to access has little effect on sound quality, or at least should not have, if they're properly implemented (ALSA's dmix module takes some sacrifices in quality, but it only kicks in if multiple programs are accessing a soundcard that doesn't offer HW mixing of multiple streams).

Otherwise the samples are passed through to the sound hardware directly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.