nodegui/react-nodegui

What should I use to manipulate audio in react nodegui?

jsilva23 opened this issue · 1 comments

I'm trying to create a simple music player with react nodegui. Is there a way to manipulate audio with nodegui?
I have been trying to use howler.js but to no avail.

a7ul commented

You could use any library supported by plain nodejs.
nodegui in the end runs on top of nodejs (qode)