Hi,
My question is if there's any high-level sound API for python. I don't
want to process audio. Instead I'm looking for an API (or a combination
thereof) which could be used to implement a small media player feeding
several backends (ALSA, OSS, ...)
After a little search I found pyMedia (
www.pymedia.org) which looks like
a real winner. But if I'm not wrong it supports OSS only.
Thanks for your input.
Not that I have use it, but you could try pygst (python and
gstreamer).
A tutorial here: