-
I've recently added Emotion to an existing React project (well a package we use has)
And I can't get it to render
![image](https://user-images.githubusercontent.com/7074483/111924581-3cbec080-8b…
-
Does howler work with Chromium embedded framework?
I am experiencing weird behaviour where spatial sound reacts to distance, but not orientation.
I've tried setting up manual positions where:
sou…
-
Hi, firstly... this is amazing! Really well done. Are there any plans to release a vanilla JS version that doesn't require React or some other framework? Would love to use this on a side-project I'm w…
-
Hi, and thanks for your plugin!!
I've created an animation that works in LottieFiles
https://lottiefiles.com/share/dzuigkaa#_=_
But I cannot get it to work in nextjs. It renders a white svg obj…
rodbs updated
3 years ago
-
Howler 2.2.0 doesn't function properly on iOS 14 and MacOS. Context:
Reported in Issue [1407](https://github.com/goldfire/howler.js/issues/1407)
Fixed in PR [1415](https://github.com/goldfire/howl…
-
-
There are a number of key functions of an Audio processing package that I would like to suggest need better documentation with a simple example. A couple of code examples that might take only a few m…
-
An UI application with sounds can be set up to have general audio settings and general sound players to provide to the application components. Then the components can subscribe to the provider to use …
-
I'm using react-howler in a typescript project. I get the error "EventName:TypeError: Cannot read property 'playing' of undefined" when the _handlePlay method is invoked.
@types/react-howler is ins…
-
Hi, I love the library and I have the basic functionality working but I'm confused by some of the docs.
I'm trying to access the "stereo" method of a Howl by following the example given in the read…