ebiten icon indicating copy to clipboard operation
ebiten copied to clipboard

audio/internal/convert: lazy initialization of `cosTable`

Open hajimehoshi opened this issue 2 years ago • 0 comments

cosTable takes 65536 float64s = 512KB. This is not neeeded when you don't use resampling. Let's use sync.Once to initialize this lazily.

hajimehoshi avatar Aug 31 '22 14:08 hajimehoshi