Skip to content

Commit

Permalink
Longer sound, new colours
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Goddard committed Apr 2, 2014
1 parent 6aeeda8 commit 38bb413
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions Demo/index.html
Expand Up @@ -132,6 +132,61 @@ <h2>Soundfile PCM Wave Visualisation</h1>
</figure>
-->


<figure>
<figcaption>
<p>HTML default, style from class and element, implied <code>frequencyby='average'</code>:</p>
<div><pre><code><xmp>
<style>
.pcmimg {
width:500px;
height:100px;
border:1px solid black
}
</style>
<div class='pcmimg'
style='color:gray;background:white'
data-uri='oud1.wav'
></div>
</xmp></code></pre></div>
</figcaption>

<div id='soundtest2a'
style='color:gray;background:white'
data-uri='oud1.wav'
class='pcmimg'
></div>
</figure>

<figure>
<figcaption>
<p>HTML default, style from class and element, <code>frequencyby='max'</code>, <code>pauseorjump=pause</code>:</p>
<div><pre><code><xmp>
<div class='pcmimg'
style='color:gray;background:white'
data-frequencyby='max'
data-pauseorjump='pause'
data-uri='oud1.wav'
></div>
</xmp></code></pre></div>
</figcaption>

<div id='soundtest2a'
style='color:gray;background:white'
data-uri='oud1.wav'
data-pauseorjump='pause'
data-frequencyby='max'
class='pcmimg'
></div>
</figure>








<figure>
<figcaption>
<p>HTML default, style from class:</p>
Expand Down

0 comments on commit 38bb413

Please sign in to comment.