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
First of all I want to thank You for such a wonderful library. Even 0.0.2 version is pretty cool! 😄
I'm using it to reactively display some low latency animation based on sound. I process audio and put a result of it into a numpy array, which allows to make all the operations really fast compared to standard Python functions.
However the bottleneck is that I have to convert numpy array to Python list which is really time consuming for a hundreds of pixels.
First of all I want to thank You for such a wonderful library. Even 0.0.2 version is pretty cool! 😄
I'm using it to reactively display some low latency animation based on sound. I process audio and put a result of it into a numpy array, which allows to make all the operations really fast compared to standard Python functions.
However the bottleneck is that I have to convert numpy array to Python list which is really time consuming for a hundreds of pixels.
I'm wondering if it's possible to speedup things and add support for a numpy?
The text was updated successfully, but these errors were encountered: