You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2021. It is now read-only.
when i generate with this;
img, err := waveform.Generate(out,waveform.Resolution(8000),bColor,fColor)
with a wave file with 8k samples per second, its fine, using 6MB memory in 0.01sec, but
img, err := waveform.Generate(out,waveform.Resolution(10000),bColor,fColor)
(ie when resolution slightly higher than the sample rate, )
i had to kill the process at 6GB mem usage.
The text was updated successfully, but these errors were encountered: