Recording Audio?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
richardmac
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 211
Joined: Sun Oct 24, 2010 12:13 am

Recording Audio?

Post by richardmac » Sat Oct 29, 2011 5:29 pm

I searched the iOS Release Notes for the word "record" but it came back empty.

The syntax to record audio on the Mac is:

record sound file filePath

I've tried a bunch of different ideas but I can't figure out how to get an iPad app to record audio (and store it.) Has anyone gotten this to work? Or does anyone know if it's even possible? If it can't be done I don't want to waste any more time trying to do it.

I'm running LiveCode 5.

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

Re: Recording Audio?

Post by gpb01 » Sat Oct 29, 2011 6:14 pm

Hi,
have you looked into iOS Externals ? There is a sample, named rreMicrophone, doing audio recording using AVAudioRecorder (as described into iOS Externals SDK.pdf).

Guglielmo

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Recording Audio?

Post by Dixie » Sat Oct 29, 2011 6:29 pm

richardmac...

the rreMicrophone external works well... if you email me, I will send you a stack which allows you to record, save and delete it
John@ihouse.on-rev.com

be well

Dixie

richardmac
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 211
Joined: Sun Oct 24, 2010 12:13 am

Re: Recording Audio?

Post by richardmac » Sun Oct 30, 2011 4:04 pm

Email sent! Thanks in advance!

Post Reply