syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.94k stars 821 forks source link

Level-dependent waveform fadeout #312

Closed eljeff closed 8 years ago

eljeff commented 8 years ago

I've added a boolean on the audioPlot, fadeout. If True, the wave form line will fade out when close to 0...I just didn't need the line sticking around in my particular case, so I threw this together. Could use some improvement, but it is off by default and might be useful for someone else.