We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2014-08-14 19:34:22 +0200

QSoundEffect(pulseaudio): Error decoding sourc

Hi,

I am working on an App that should include sounds but I cannot get it to work. Here is what I did:

import QtMultimedia 5.0
Page {
  [..]
  SoundEffect {
        id: soundGong
        source: "../../sounds/gong.wav"
  }
}

I am working off the standard example. If I run the code I get the following error:

QSoundEffect(pulseaudio): Error decoding sourc

Can anyone tell me what I am doing wrong?

QSoundEffect(pulseaudio): Error decoding sourc

Hi,

I am working on an App that should include sounds but I cannot get it to work. Here is what I did:

import QtMultimedia 5.0
Page {
  [..]
  SoundEffect {
        id: soundGong
        source: "../../sounds/gong.wav"
  }
}

I am working off the standard example. If I run the code I get the following error:

QSoundEffect(pulseaudio): Error decoding sourc

Can anyone tell me what I am doing wrong?

QSoundEffect(pulseaudio): Error decoding sourc

Hi,

I am working on an App that should include sounds but I cannot get it to work. Here is what I did:

import QtMultimedia 5.0
Page {
  [..]
  SoundEffect {
        id: soundGong
        source: "../../sounds/gong.wav"
  }
}

I am working off the standard example. If I run the code I get the following error:

QSoundEffect(pulseaudio): Error decoding sourc

Can anyone tell me what I am doing wrong?