Mercurial > hg > webaudioevaluationtool
annotate example_eval/project.xml @ 1700:348141682333
Written parts for Implementation. Small correction to project.xml (no more sampleRateExplicit tag).
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Wed, 08 Apr 2015 10:57:43 +0100 |
parents | 4177fb1da6f8 |
children | 542c613e31d6 |
rev | line source |
---|---|
nickjillings@1692 | 1 <?xml version="1.0" encoding="utf-8"?> |
nickjillings@1685 | 2 <BrowserEvalProjectDocument> |
nickjillings@1685 | 3 <setup interface="APE" projectReturn="null" /> |
nickjillings@1700 | 4 <audioHolder hostURL="example_eval/" sampleRate="44100"> |
nickjillings@1695 | 5 <audioElements url="0.wav" ID="0"/> |
nickjillings@1695 | 6 <audioElements url="1.wav"/> |
nickjillings@1695 | 7 <audioElements url="2.wav"/> |
nickjillings@1695 | 8 <audioElements url="3.wav"/> |
nickjillings@1695 | 9 <audioElements url="4.wav"/> |
nickjillings@1695 | 10 <audioElements url="5.wav"/> |
nickjillings@1695 | 11 <audioElements url="6.wav"/> |
nickjillings@1695 | 12 <audioElements url="7.wav"/> |
nickjillings@1695 | 13 <audioElements url="8.wav"/> |
nickjillings@1695 | 14 <audioElements url="9.wav"/> |
nickjillings@1695 | 15 <audioElements url="10.wav"/> |
nickjillings@1696 | 16 </audioHolder> |
nickjillings@1695 | 17 <CommentQuestion>What is your mixing experiance</CommentQuestion> |
nickjillings@1695 | 18 <PreTest> |
nickjillings@1695 | 19 <statement>Please listen to all mixes</statement> |
nickjillings@1695 | 20 </PreTest> |
nickjillings@1695 | 21 <PostTest> |
nickjillings@1695 | 22 <statement>Thank you for taking this listening test.</statement> |
nickjillings@1695 | 23 <question>Please enter your name.</question> |
nickjillings@1695 | 24 </PostTest> |
nickjillings@1695 | 25 </BrowserEvalProjectDocument> |