What is a lightweight cross platform WAV playing library?
Posted
by Lokkju
on Stack Overflow
See other posts from Stack Overflow
or by Lokkju
Published on 2008-12-18T21:28:27Z
Indexed on
2010/04/27
3:53 UTC
Read the original article
Hit count: 260
I'm looking for a lightweight way to make my program (written in C) be able to play audio files on either windows or linux. I am currently using windows native calls, which is essentially just a single call that is passed a filename. I would like something similar that works on linux.
The audio files are Microsoft PCM, Single channel, 22Khz
Any Suggestions?
© Stack Overflow or respective owner