nodegui / react-nodegui

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
https://react.nodegui.org
MIT License
6.18k stars 171 forks source link

What should I use to manipulate audio in react nodegui? #360

Closed jsilva23 closed 2 years ago

jsilva23 commented 2 years ago

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 2 years ago

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