Sound samples and effects, visualizations, etc.

Any of the effects that discussed during these lectures (gain, stereo panner, reverb, compressor, equalizer, analyser node for visualization, etc.) may be added to the audio graphs that we have built in our sound sample examples.

Below, we have mixed the code from two previous examples:

This one at JSBin:

audio player with volume meters and waveform

And this one at JSBin:

multiple sound samples played at different intervals and rates

And here is the result (try it at JSBin):

Sound samples and 2D visualization

Here is the audio graph of this example:

audio graph of the previous example

Look at the source code on JSBin, it’s a quick merge of the two previous examples.

Leave a comment