Hi,
I have QtEmbedded 4.4.1. Commerical Edition. I contacted tech support but they cannot reproduce the problem. I think it's a bug in Qt.
I play a sound file (.wav) and before it stops playing I switch to a new QGraphicsView. During that time the sound is corrupted (bouncing sound). Any new sound files do not play in the new GraphicsView. If I switch to another view then the sound is ok.
The debug says "Cannot Open Sound Device" I looked in the src. cpp file to find the message but I cannot figure it out.
I think during the painting update of the new view the sound device is being held. It is only released on a new view->show().
I have the qws_soundserver running, although it was built in by default , not sure if it's related to the problem. btw I am using QSound:lay("file"). I tried to stop the sound before switching views but that just cuts the sound off prematurely and doesn't sound good.
Anyone have this problem?
Thanks.