Only playing white noise
Posted: Mon Jul 30, 2012 10:01 am
I have put a music file called Air.mp3 in the Applications folder and tried to play it with the simplest possible app, having one button as shown below. The files listed in the field "theFiles" show me that the file to play is in fact in the default folder. However, all I get in both the IDE and standalone is three minutes of white noise, corresponding to the three minutes of music actually in the file. It plays normally in Finder preview or in iTunes.
Also, invoking the Beep command produces no sound either. Am I missing something basic?
Running 10.7.4 on an iMac, with LiveCode 5.5.1.
Code: Select all
on mouseUp
put the files into the field "theFiles"
play Air.mp3
end mouseUp
Running 10.7.4 on an iMac, with LiveCode 5.5.1.