Hello list members, I wish to play wave files in a C-program. Is it possible to find such library? I could invoke a "cat [wavefile] > /dev/dsp" in the C-program but doing the cat thing in the console outputs very awful sounds. There must be some multimedia header file for C, no? :) I think I've tried my best to find a header file (wild guesses were wave.h and sound.h), googled around but with no luck. The best I could find is csound but it seems to be a complex program rather than a library. Yours, Jack