Failure to Upload Audio Content

Hi, (I mistakenly posted this on the ODK Users Forum earlier)

I've built two forms which capture images, videos and audio. In both
cases the image and video capture and upload work fine - but in both
cases the audio fails to appear on ODK Aggregate.

I've checked on my phone and the appropriate audio file is being saved
on the sdcard as

 /sdcard/odk/instances/test002_2011...../voicexxxx.amr

However after upload the audio files never appear on ODK Agregate
(v0.9.4). I've checked the Xform file (copied below) and the entries
for images, video and audio all have the same structure.

Any pointers to what I may be doing wrong much appreciated.

Thanks

Kirby

------------- Partial extract -------------

<?xml version="1.0"?>

<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://
www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:jr="http://
openrosa.org/javarosa">
<h:head>
<h:title>test002</h:title>


      <Image/>
      <Video/>
      <Audio/>

    </data>
  </instance>
  <itext>
    <translation lang="eng">

      <text id="/data/Image:label">
        <value>Take Picture</value>
      </text>
      <text id="/data/Image:hint">
        <value>Take picture showing sign clearly</value>
      </text>
      <text id="/data/Video:label">
        <value>Take Video</value>
      </text>
      <text id="/data/Video:hint">
        <value>Take a 360 degree video of location</value>
      </text>
      <text id="/data/Audio:label">
        <value>Record Audio Note</value>
      </text>
      <text id="/data/Audio:hint">
        <value>Add any additional points </value>
      </text>
    </translation>
  </itext>

  <bind nodeset="/data/Image" type="binary"/>
  <bind nodeset="/data/Video" type="binary"/>
  <bind nodeset="/data/Audio" type="binary"/>

</model>

</h:head>
<h:body>

</h:body>

</h:html>

hi kirby,

in collect 1.1.5, we only send up audio files with the 3gpp extension.
adding amr is an easy fix in the source, but no guarantees on when we
can push an update.

in the meanwhile, filed a bug report at
http://code.google.com/p/opendatakit/issues/detail?id=194. can you
update the report with the kind of phone (make, model, carrier,
version) that you are using?

yaw

ยทยทยท On Wed, Mar 9, 2011 at 13:48, KirbyJames wrote: > Hi, (I mistakenly posted this on the ODK Users Forum earlier) > > I've built two forms which capture images, videos and audio. In both > cases the image and video capture and upload work fine - but in both > cases the audio fails to appear on ODK Aggregate. > > I've checked on my phone and the appropriate audio file is being saved > on the sdcard as > > /sdcard/odk/instances/test002_2011...../voicexxxx.amr > > However after upload the audio files never appear on ODK Agregate > (v0.9.4). I've checked the Xform file (copied below) and the entries > for images, video and audio all have the same structure. > > Any pointers to what I may be doing wrong much appreciated. > > Thanks > > Kirby > > ------------- Partial extract ------------- > > <?xml version="1.0"?> > > xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:jr="http:// > openrosa.org/javarosa"> > > test002 > > > > > >