itxEpsilon wrote: > I'm trying to write a simple application > for mixing two PCM sound channels in > C++. Could anyone provide me a > quick example about how to implement > this operation? outputSample[i] = inputChannel1[i] + inputChannel2[i]; What does this have to do with ALSA? Regards, Clemens