Page 1 of 1

How to sync GPS data with recorded audio file?

Posted: Fri Sep 26, 2014 10:16 pm
by BreakingBilly
I'm working on a project for one of my college courses and I'm completely new to Livecode, so I could use some help.

At this point, I have a simple program where you press a button that allows you to record a 10 second audio clip, and then another button that plays that clip back. What I want to do now is determine the GPS coordinates during the time of recording, and then tie those coordinates to the audio file. Is this possible? How would I go about doing this?

Re: How to sync GPS data with recorded audio file?

Posted: Sat Sep 27, 2014 2:30 am
by Simon
Hi BreakingBilly,
Welcome to the forum!

Well for now I guess we're only talking iOS using http://mergext.com/home/mergav/.
The simplest way is just to set the filename of the audio file to the gps coordinates and "the seconds"

Simon