CodeBase - Media player style visualisations from a sound
Return to the CodeBase listing
Category: Sound
Version: 1.0
Information
Uploaded: 20th Sep 2003 08:47
Modified: 1st Jan 1970 01:00
Author: David T
Summary
Demo using memblocks and sound. Produces a WMP-like visualisation from any sound. Commented.
Full Description
Thanks to Van-B for the basics on how to read sounds from memblocks.<br /> <br /> The code works by taking the elapsed and running time of the sound. Then we wrk out what the interval between memblock chunks is for one millisecond. Move along the required number of chunks then get the sound value at that point to create a visualisation.<br /> <br /> Code is commented.
Comments
No comments yet.