This library only works with React DOM, but @remigallego created an alternative for React Native! Check out react-native-use-sound. I don't have the bandwidth right now to look into edge-case issues ...
Real Time Music Genre Classification sent to OSC : get real-time music genre predictions based on the analysed audio stream. Real Time Music Mood Detection sent to OSC: set Colors based on the music ...
If you've ever worked in vanilla Javascript, you might be familiar with adding event listeners to elements using the following formula: let element = document.querySelector('#button'); ...