Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Monte Goulding
> On 9 Aug 2016, at 11:44 AM, Jerry Jensen wrote: > > Just checked, it crashes in 8.1 DP3 as well. I’ll add to the bug report. Thanks Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubs

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Jerry Jensen
> On Aug 8, 2016, at 5:14 PM, Monte Goulding wrote: > > >> On 9 Aug 2016, at 9:45 AM, Jerry Jensen wrote: >> >> It still shouldn’t crash on quit even if an ignoramus like me tries to use >> it. > > Yes if you are getting a crash under any circumstances in LiveCode we need a > bug report ab

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Monte Goulding
> On 9 Aug 2016, at 9:45 AM, Jerry Jensen wrote: > > It still shouldn’t crash on quit even if an ignoramus like me tries to use it. Yes if you are getting a crash under any circumstances in LiveCode we need a bug report about it so we can track it down but in this case testing to ensure you a

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread stephen barncard
On Mon, Aug 8, 2016 at 4:45 PM, Jerry Jensen wrote: > t still shouldn’t crash on quit even if an ignoramus like me tries to use > it. > > Onward, > Jerry > so wait. The new recording panel works, but actually trying to record something doesn't? Stephen Barncard - Sebastopol Ca. USA - mixstream.

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Jerry Jensen
> On Aug 8, 2016, at 4:24 PM, Monte Goulding wrote: > > >> On 9 Aug 2016, at 7:23 AM, Jerry Jensen wrote: >> >> And I’m happy that you did! I never knew of it. Someday I hope to use it, >> but not right now. >> Also see bug 18161 which is a follow-up to 18160. Eesh. > > QuickTime is now depr

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Monte Goulding
> On 9 Aug 2016, at 7:23 AM, Jerry Jensen wrote: > > And I’m happy that you did! I never knew of it. Someday I hope to use it, but > not right now. > Also see bug 18161 which is a follow-up to 18160. Eesh. QuickTime is now deprecated. We are implementing cross platform audio recording as an e

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Jerry Jensen
And I’m happy that you did! I never knew of it. Someday I hope to use it, but not right now. Also see bug 18161 which is a follow-up to 18160. Eesh. .Jerry > On Aug 8, 2016, at 2:17 PM, stephen barncard > wrote: > > at least I got the new dialog up. > > Stephen Barncard - Sebastopol Ca. USA -

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread stephen barncard
at least I got the new dialog up. Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Mon, Aug 8, 2016 at 2:00 PM, Jerry Jensen wrote: > Stephen: see bug http://quality.livecode.com/show_bug.cgi?id=18160 > Something isn’t right with dontUseQT. > .Jerry > > > On Aug 8, 2016, at 12:52 PM, st

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Jerry Jensen
Stephen: see bug http://quality.livecode.com/show_bug.cgi?id=18160 Something isn’t right with dontUseQT. .Jerry > On Aug 8, 2016, at 12:52 PM, stephen barncard > wrote: > > Brahma, > > did you turn off Quicktime? > > > We have a new audio foundation in LC. I'm about to test it myself for the

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread stephen barncard
Brahma, did you turn off Quicktime? We have a new audio foundation in LC. I'm about to test it myself for the first time. I tried many times to RECORD something today... and nothing worked until I did this ( on LC 8.0.1 indy) *set dontUseQT to false; answer record; put the result* look at

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Sannyasin Brahmanathaswami
Mark Waddingham" wrote: command playSound pSoundFile if the environment is "mobile" then play pSoundFile else set the filename of player "myHiddenPlayer" to pSoundFile play player "myHiddenPlayer" end if end playSound - Mark: Welcome bac

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Mark Waddingham
On 2016-08-08 10:39, Devin Asay wrote: MP3s play natively on both iOS and android. You should be able to use the play command followed by the path to the file. Or is the issue that you need to have it cross platform? In that case WAV is a good choice. Devin is correct - the 'play' command shoul

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Devin Asay
BR, MP3s play natively on both iOS and android. You should be able to use the play command followed by the path to the file. Or is the issue that you need to have it cross platform? In that case WAV is a good choice. Devin Sent from my iPhone > On Aug 8, 2016, at 6:05 AM, Sannyasin Brahmanat

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Monte Goulding
I doubt if the player object or mobile control can't play a file that mergAV will be any different as all three use the same framework on iOS and Mac. Unless of course we are discussing pre-10.8 Mac. Cheers Monte Sent from my iPhone On 8 Aug 2016, at 4:01 PM, Peter TB Brett wrote: >> This p

Re: Play MP3 - What format do you use for mobile?

2016-08-07 Thread Peter TB Brett
On 08/08/2016 06:05, Sannyasin Brahmanathaswami wrote: This produces garbage on Mac OS X and so I presume it would on mobile as well.. Is mergAV an option? Peter -- Dr Peter Brett LiveCode Technical Project Manager LiveCode 2016 Conference https://livec

Play MP3 - What format do you use for mobile?

2016-08-07 Thread Sannyasin Brahmanathaswami
This produces garbage on Mac OS X and so I presume it would on mobile as well.. play "/Users/app/source/shared/audio/aum.mp3" No doubt because MP3 is not supported by the engine. For cross platform to work anywhere… is WAV still what everyone is using? I'm looking for the best smallest, yet no