We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-08-14 19:34:22 +0200 |
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?
2 | retagged |
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?
3 | retagged |
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?