What is the actual size (weight) of your wav files?
Do you have the tools to change them into .mp3's?
A tick/click sound should be less than 20 kb (err... imagine the "pong" bleep when the ball hits the paddle)
Ignore this post if irrelevant

Simon
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
jacque wrote:If you plan to distribute the app you can't rely on users having ART enabled. Also, the overhead will not be consistent from one device to another, and may not even be consistent on the same device if Android is running certain background processes or doing maintenance.
If Ledigimate's method doesn't work out, try mine. It's been used successfully for clocks and other timekeeping tasks. There's no math involved outside of the line I posted
Code: Select all
on errorDialog pExecutionError, pParseError
answer "An error occurred on line: " & item 2 of line 1 of pExecutionError & cr & pExecutionError
end errorDialog
Code: Select all
on openCard
put url("binFile:" & specialFolderPath ("engine") & "/Click.wav") into url("binFile:" & specialFolderPath ("documents") & "/Click.wav")
end openCard