Audio APIs for Linux

Dec 05, 2007 23:20

Some observations on Linux desktop audio APIs.

  • ALSA is a nice driver framework. ALSA sucks as a high-level audio API. Stop coding your general desktop use app in it. It is hard to configure and finicky, and most apps that claim to support it (e.g. ZSNES) don't actually support it very well.
  • OSS is great if you are living in the days when a Sound ( Read more... )

programming

Leave a comment

Comments 1

(The comment has been removed)

night_watch December 6 2007, 19:31:39 UTC
Yeah, I forgot to mention that aRts is deprecated anyhow.

I think SDL is an example of the "all software problems can be solved by adding an additional layer of indirection" principle at work. :D

Reply


Leave a comment

Up