Re: Record Audio in OS X and Windows

2015-01-20 Thread JOHN PATTEN
Thanks Devin, I will give that a try. I also found a work around that works fine too, AppleScript. Put this in the a field: tell application "Finder" set savePath to (the path to the desktop folder as text) & "record.m4a" tell application "QuickTime Player" activ

Re: Record Audio in OS X and Windows

2015-01-20 Thread Devin Asay
On Jan 20, 2015, at 12:41 PM, JOHN PATTEN wrote: > Hi All, > > Is the record audio feature currently broken in LiveCode (7.0.0)? > > When I do this: > > on mouseUp > set the dontuseQt to false > record sound file test.wav > answer the result > end mouseUp > > I get message “error 2 sta

Record Audio in OS X and Windows

2015-01-20 Thread JOHN PATTEN
Hi All, Is the record audio feature currently broken in LiveCode (7.0.0)? When I do this: on mouseUp set the dontuseQt to false record sound file test.wav answer the result end mouseUp I get message “error 2 starting recording” Thank you! John Patten SUSD __