Search Results

1
vote

Playing .wav data of any format in Mac C++ program, similar to win32 PlaySound

I you are developing in 10.5, then AudioQueues are the API you want. They aren't as easy as a single function, but they do provide a fairly comprehensive high level API for playing all kinds of so …