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
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
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
__