Skip to content

Feature/audio waveform

Geoxor requested to merge github/fork/Yukiiro-Nite/feature/audio-waveform into master

Created by: Yukiiro-Nite

Added an audio waveform under the progress bar.

image

The current code that draws the audio waveform is a tad slow, so I moved it into a Worker script.

If we want the waveform script to be faster, I can probably rewrite it as a shader. I didn't do that up front because I figured shader code would be difficult to understand.

Merge request reports