[Qt-interest] [Phonon] Can't connect multiple MediaObjects to the same AudioOutput
Nikos Chantziaras
realnc at arcor.de
Sun Mar 7 07:23:57 CET 2010
I'm trying to connect multiple MediaObject instances to the same
AudioOutput using Phonon::createPath, but it just doesn't work:
WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject
( no objectName ) to Phonon::AudioOutput ( no objectName ).
Is this actually supposed to work at all? If not, how do I mix the
sound of all MediaObjects before playing them?
If the only solution is to use an AudioOutput for every MediaObject,
won't this place a limit on the amount of sounds my app can play at the
same time? AFAIK, some platforms even only allow one (1) sound to play
at the same time (I think FreeBSD and other *BSDs.) That would be sad.
Even my MS Windows machine only allows 20 sounds at the same time from
all running applications (that's the upper limit of my audio driver).
More information about the Qt-interest-old
mailing list