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

unlimited memory usage  #7

@splace

Description

@splace

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions