leoasis / react-sound

Sound component to play audio in your web apps
ISC License
486 stars 80 forks source link

access to underlying soundmanager instance #75

Open jberg opened 5 years ago

jberg commented 5 years ago

Hi, great work on this project, thanks!

I was curious, is it possible to access the underlying soundmanager2 instance?

The reason I ask is that I'm hoping to be able to access Audio elements to attach to a Web Audio audioContext for visualization purposes.

Thanks again for all your work on this project.