Previous topicNext topic

New Audio Waveform Generator (.fs)

Questions, comments, feedback, etc.
Post Reply
artnik
Posts: 268
Joined: Tue Jan 05, 2016 5:33 pm

New Audio Waveform Generator (.fs)

Post by artnik »

I have been messing with a new waveform generator. It takes AudioToImage as input.
Essentially it's a bar spectrum with adjustable sampling up to 2560 bars, basic audio dynamic processing (Volume, Gain and Clip Floor) and adjustable bar spacing.

Based on the shader "Simple Sound Visualizer" by stduhpf: https://www.shadertoy.com/view/XdcXRs

Steps is the number of bars in the spectrum.
Spacing is the gap between bars. Recommend turning to 0.0 if using Squelch.
Amplitude is the sample volume.
Gain is an additional amplification factor.
Clip Floor acts like noise reduction by clipping low values.
Squelch starts sampling from left edge, reducing size of sample window at expense of spatial resolution.
Scrub shifts the sample window. (1.0 slides the window the width of the spectrum.)
Simple Sound Visualizer+.fs
(2.31 KiB) Downloaded 439 times
Magic
Site Admin
Posts: 3441
Joined: Wed Apr 09, 2014 9:28 pm

Re: New Audio Waveform Generator (.fs)

Post by Magic »

Cool, thanks!
Post Reply