Search found 10 matches

by MuzkGuy
Wed Oct 21, 2015 12:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Re: Audio Playback Misery

Thank you for your answers. As far as the parens, I tried to simply and ONLY remove the parens, and it stopped working again. So something is happening that makes the parens work. I didn't realize that there was a "Contents" folder embedded within the .app file itself. So distributing simply the .ap...
by MuzkGuy
Tue Oct 20, 2015 4:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Re: Audio Playback Misery

Setting the name using parentheses worked on all fronts. Thank you for that. I do appreciate it. However, I can't find this fact in the documentation or anywhere on the forums. Also, you didn't mention it in your first suggestion. Here is the original code that did not work in the Mac standalone: pu...
by MuzkGuy
Tue Oct 20, 2015 2:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Re: Audio Playback Misery

And to add, (not a sound issue) the app icon for mac does not work, but the one for PC does. I'm using proper .icns files for the mac and .ico files for windows as instructed. Why is there such inconsistency?
by MuzkGuy
Tue Oct 20, 2015 12:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Re: Audio Playback Misery

FYI, I develop on Mac, not Windows. So when I say it's working, I mean it's working on my Mac, but only in the .livecode environment. But as stated before, the standalone does NOT work on the mac, but DOES on Windows.
by MuzkGuy
Tue Oct 20, 2015 12:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Re: Audio Playback Misery

Nope. No luck. I did exactly as you describe, but still nothing. Again, changing the code WORKS in the .livecode file, but NOT in the standalone. I notice that the files were copied into the Windows folder only, and not the Mac OS folder. I then tried it from where the .app was place. Nothing. Moved...
by MuzkGuy
Mon Oct 19, 2015 9:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Re: Audio Playback Misery

UPDATE:

I tested the Windows standalone (created at the same time as the OSX) and it works PERFECTLY. HUH??
by MuzkGuy
Mon Oct 19, 2015 8:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Re: Audio Playback Misery

Well, I got everything working perfectly. But now, when I go to save as standalone, (OSX - have not even tested Windows yet) the audio is once again simply refusing to work. I made sure to structure the files and folders EXACTLY as the working pre-standalone version. So what's wrong? The following c...
by MuzkGuy
Mon Oct 12, 2015 11:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Re: Audio Playback Misery

So what I'm asking is that if I use a button to "play" the player (named "Player" in this case) would that work with a mobile development? Here is an example script: on mouseup set the filename of player "Player" to "/Volumes/1TB/LiveCode Stacks/audio_16bit/spotlight_vas_large_sus_lv.01.wav" start p...
by MuzkGuy
Mon Oct 12, 2015 10:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Re: Audio Playback Misery

Thank you Klaus,

But I'm told that to develop for mobile devices, players can't be used. I thought about creating a button that would "send" to a hidden player or something like that. Would that work?
by MuzkGuy
Mon Oct 12, 2015 7:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio Playback Misery
Replies: 15
Views: 7411

Audio Playback Misery

First of all, I have checked forums all over the net on this issue, read the instructions, and have tried EVERYTHING so far. Here are my specs: LiveCode Community 7.1.0 Mac OXS 10.9.5 Problem: Cannot get audio to play at all. The file is 16bit, 44.1K stereo and plays fine using the system or ANY oth...