Changes between Version 3 and Version 4 of Help/AudioMapping/SeparateClips


Ignore:
Timestamp:
2009-06-26T12:36:03+02:00 (15 years ago)
Author:
dnaber
Comment:

example snippet for syntax

Legend:

Unmodified
Added
Removed
Modified
  • Help/AudioMapping/SeparateClips

    v3 v4  
    99
    1010 1. Do you have suitable software to link the audio tracks to the GPX file if your GPS doesn't support voice notes directly (there aren't many, but internet tablets with built in GPS offer the possibility)
    11     * what it needs to do is fairly simple: for each waypoint in the GPX file, a <link> element needs to added, the content of which is a file URL referring to the WAV file for that point. If you consistently make a file for each point, it would be readily possibly to edit the XML automatically to add the file references to the waypoints in sequence.
     11    * what it needs to do is fairly simple: for each waypoint in the GPX file, a <link> element needs to be added, the {{{href}}} attribute of which contains a file URL referring to the WAV file for that point. If you consistently make a file for each point, it would be readily possibly to edit the XML automatically to add the file references to the waypoints in sequence. Example:
     12{{{
     13<wpt lat="39.400611" lon="8.602494">
     14    <desc>2009-05-30T23:28:33Z</desc>
     15    <link href="VOX02899.wav"><text>VOX02899.wav</text></link>
     16</wpt>
     17}}}
    1218
    1319=== While surveying ===
     
    2733 3. Play each Marker and create the streets and features you described at the locations indicated by the Marker, in the usual way.
    2834
    29 Back to [wiki:Help/HowTo/AudioMapping Audio Mapping]
     35Back to [wiki:Help/AudioMapping Audio Mapping]
    3036
    3137Back to [wiki:Help Main Help]