Page 1 of 1

WAV files sounding awful

Posted: Mon Dec 24, 2012 7:41 am
by abanowBUSTfGf
I've set up an image and the script for it is:

on mouseup
play audioclip "c:\program\sounds\dog.wav"
end mouseup

(The same wav file sounds great running outside livecode using windows media player,
but awful under livecode. I've tried a few sounds with the same result)
Please help

Re: WAV files sounding awful

Posted: Mon Dec 24, 2012 10:02 am
by Mark
Hi,

Save the WAV file again, in uncompressed format or use a player object instead of play audioClip.

Kind regards,

Mark

Re: WAV files sounding awful

Posted: Wed Dec 26, 2012 3:51 am
by abanowBUSTfGf
Thanks,
Will the player object work on Android?
Tx again

Re: WAV files sounding awful

Posted: Wed Dec 26, 2012 5:03 pm
by Mark
Hi,

There is an androidPlayer control, about which you can read in the dictionary,

Kind regards,

Mark