dy/gl-waveform

Chrome crashes after 5mins of audio

dy opened this issue · 1 comments

dy commented

I guess we should limit the size of the inner buffer or something.

  1. We can decrease maxScale, as 65536 items rarely have distinguishable mins/maxes
  2. We can drop old data if we clearly see push-only approach. Let user manage visible part himself.
dy commented

Fixed in static-size buffer strategy.