Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

unlimited memory usage #7

Open
splace opened this issue Feb 25, 2016 · 0 comments
Open

unlimited memory usage #7

splace opened this issue Feb 25, 2016 · 0 comments

Comments

@splace
Copy link

splace commented Feb 25, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant