Skip to content

Commit

Permalink
Copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontag committed Feb 24, 2013
1 parent 43fec7b commit d1113ee
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
<p>
This survey will test your ability to detect a digital audio watermark embedded in music files.
<p>
Digital audio watermarks are designed to hide extra information in an audio signal, usually for
Digital audio watermarks hide extra information in an audio signal, usually for
copyright enforcement purposes. The watermarks are designed to be inaudible, but necessarily add
some distortion to the original audio.
<p>
Below, you will find <?=count($filemap)?> groups of audio samples. In each group, you are presented with
two versions of the same music sample. One
contains a digital watermark, and the other does not. You can switch back and forth between the two audio
samples using the control buttons. Listen closely and try to determine which sample contains a watermark
in each group. For best results, use headphones and take the test in a quiet environment.
contains a digital watermark, and the other does not. Switch back and forth between the two audio
samples using the control buttons. Listen closely and try to determine which sample in each group
contains a watermark. <strong>For best results, use headphones and take the test in a quiet environment.</strong>
<p>
The watermarking technology is the same in all audio samples.
Your score will be reported after you submit your answers.
Expand Down Expand Up @@ -119,6 +119,11 @@
</div>
</div>
</div>
<? if ($fileset[0]['note']) { ?>
<div class="note">
<?=htmlspecialchars($fileset[0]['note'])?>
</div>
<? } ?>
</li>
<script>
audioSwitcher[<?=$index?>] = new AudioSwitcher(document.getElementById('audioswitcher<?=$index?>'));
Expand Down

0 comments on commit d1113ee

Please sign in to comment.