WAV files sounding awful

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
abanowBUSTfGf
Posts: 63
Joined: Sat Dec 22, 2012 3:01 am

WAV files sounding awful

Post by abanowBUSTfGf » Mon Dec 24, 2012 7:41 am

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

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: WAV files sounding awful

Post by Mark » Mon Dec 24, 2012 10:02 am

Hi,

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

abanowBUSTfGf
Posts: 63
Joined: Sat Dec 22, 2012 3:01 am

Re: WAV files sounding awful

Post by abanowBUSTfGf » Wed Dec 26, 2012 3:51 am

Thanks,
Will the player object work on Android?
Tx again

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: WAV files sounding awful

Post by Mark » Wed Dec 26, 2012 5:03 pm

Hi,

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

Post Reply