Is it possible to connect two or more MediaObjects directly to one AudioOutput? My application has a volume control which affect the volume of all the application's sounds. But I have a two MediaObjects and I can't find a way get them both to use the same AudioOutput. It seems that the second time I call createPath the first path is being disconnected.

I found this article which mentions that implicit mixing of MediaObject audio sources is no longer possible and that there "will" be a mixing object that will make mixing audio sources possible. Did this ever happen? I find no reference to this in the documentation (I'm on Qt 4.6.2).

Anyone achieved this before? Anyone got any insight?