SoundWave: better performance for getAmplyData/getColorData

Issue #20 resolved
Bao Le created an issue

use Array.copyOf will allocate new memory space for returned values. We can use the array directly or System.arraycopy() to avoid memory allocation.

Comments (1)

  1. Log in to comment