Library for software mixing of sound (wave) streams
Posted
by Dan Cristoloveanu
on Stack Overflow
See other posts from Stack Overflow
or by Dan Cristoloveanu
Published on 2009-11-27T19:39:29Z
Indexed on
2010/05/14
12:04 UTC
Read the original article
Hit count: 235
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.
© Stack Overflow or respective owner