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
WAV files sounding awful
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: WAV files sounding awful
Hi,
Save the WAV file again, in uncompressed format or use a player object instead of play audioClip.
Kind regards,
Mark
Save the WAV file again, in uncompressed format or use a player object instead of play audioClip.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 63
- Joined: Sat Dec 22, 2012 3:01 am
Re: WAV files sounding awful
Thanks,
Will the player object work on Android?
Tx again
Will the player object work on Android?
Tx again
Re: WAV files sounding awful
Hi,
There is an androidPlayer control, about which you can read in the dictionary,
Kind regards,
Mark
There is an androidPlayer control, about which you can read in the dictionary,
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode