I did ;)
On Friday 12 June 2015 10:45:59 coderusin...@gmail.com wrote:
> You check it first. Implementation may vary in different OSes
>
> On Friday 12 June 2015 02:21:10 coderusin...@gmail.com wrote:
>
> > Please use SoundEffect class for that:
>
>
> I did that originally, but on request I ha
You check it first. Implementation may vary in different OSes
Sent from Windows Mail
From: Thomas Tanghus
Sent: Friday, June 12, 2015 3:10 PM
To: devel@lists.sailfishos.org
On Friday 12 June 2015 02:21:10 coderusin...@gmail.com wrote:
> Please use SoundEffect class for t
On Friday 12 June 2015 02:21:10 coderusin...@gmail.com wrote:
> Please use SoundEffect class for that:
I did that originally, but on request I have added the option to select a
custom sound file, and I don't wanna limit users to wav files.
Also the SoundEffect docs says:
"If low latency is not
Please use SoundEffect class for that:
http://doc.qt.io/qt-5/qml-qtmultimedia-soundeffect.html
Sent from Windows Mail
From: Thomas Tanghus
Sent: Thursday, June 11, 2015 11:06 PM
To: devel@lists.sailfishos.org
On Tuesday 03 February 2015 23:13:44 Luis Manuel Ramos Da Cos
On Tuesday 03 February 2015 23:13:44 Luis Manuel Ramos Da Costa wrote:
> Audio {
> id : whipSound
> loops : Audio.Infinite
> source:"qrc:/sounds/resources/sounds/whipSound.flac"
> }
That can teach me to read the ml regularly ;)
The loops
Thank you for your help.
Which is weird is that I can play the music, but after it ends I can't play
it again.
The status begins at 3 then 6 when play, and 2 when ending playing. When I
press the status stays at 2.
I'll try to use SoundEffectin order to see if it solves anything, anyway
making t
On 04.02.2015 01:13, Luis Manuel Ramos Da Costa wrote:
Hello Everyone,
I've started developing for Jolla today, I am quite familiarez with the
Qt/C++ language but not enough with the QML part.
Audio {
id : whipSound
loops : Audio.Infinite
s
Hello Everyone,
I've started developing for Jolla today, I am quite familiarez with the
Qt/C++ language but not enough with the QML part.
I am trying to create a simple (and quite stupid) application which would
simply play a Whip sound by clicking on the icon and whiping the phone.
Maybe in late