Page 1 of 1

Audio recording with LiveCode 9

Posted: Tue May 01, 2018 8:22 am
by hutchfx
The dictionary entries for any audio recording commands suggest that the ability to record audio has gone away with the demise of quicktime. Is this true? Is there a way to record audio in a LiveCode stack on any platform?

Thanks!

Hutch

Re: Audio recording with LiveCode 9

Posted: Tue May 01, 2018 9:50 am
by LiveCode_Panos
Hi hutchfx,

Audio recording using QuickTime will no longer work, as QuickTime is no longer supported.

However, you can still do audio recording in some platforms:

On Android, you can use the Android Audio Recorder library (see dictionary for the supported commands/functions)

On Mac and iOS, you can use the mergMicrophoneStartRecording/mergMicrophoneStopRecording commands (see Dictionary)

Kind regards,
Panos
--

Re: Audio recording with LiveCode 9

Posted: Tue May 01, 2018 10:10 am
by hutchfx
Awesome! Thanks Panos!

Hutch