When I test my app on an Android, the sound works fine but under Livecode the same MP3
audio file gives me a loud static sound. I've saved the file as MP3, Constant Bit Rate of 16kbps.
Any ideas?
mp3 works on Android but not on PC
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: mp3 works on Android but not on PC
Hi abanowBUSTfGf,
this is correct behavior unfortunately!
Livecode (Desktop) cannot play MP3 with the "play ac XYZ" command,
you need to set up a (Quicktime) player object to use this on the desktop, too.
Best
Klaus
this is correct behavior unfortunately!
Livecode (Desktop) cannot play MP3 with the "play ac XYZ" command,
you need to set up a (Quicktime) player object to use this on the desktop, too.
Best
Klaus