views:

140

answers:

1

I would like to mix several sound (wave) streams into one. Each stream might have a different format (bits/sample, channel count, etc.), so conversion is needed also.

I am looking for a library to do this, which I can link into my VS C++ project, before jumping in and implementing my own.

A: 

FMOD is quite good.

JimDaniel