PDA

View Full Version : Multiple sounds with QSound possible?



JimDaniel
4th October 2007, 02:53
Is it possible to play more than one sound simultaneously with QSound? It seems not, but it sure would be great. If not, is there another method using Qt? Thanks, Daniel

JimDaniel
4th October 2007, 17:00
nobody has an idea...? I'm looking into using the SDL sound libraries, but they look to be a pain...

marcel
4th October 2007, 20:02
No, QSound is not able to do that. It is very simple and capable of only playing a file at the time. No mixing, etc.

A stupid idea is to create multiple threads and run several QSounds, but I really don't think that will have a multi-channel effect. As I said, a stupid idea.