-
Hi!
Any ideas of how to fade in onPlay? I'm trying to use for loop but is not working.
```
{
envSound.current.volume(0.001);
for (
let index = 0;
ind…
-
Mystery needs more freedom when it comes to handling sound files on the dapp to deliver their vision. We should build a React.js abstraction on top of Howler.js that fits the usage requisites of Myste…
-
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicfr…
-
I'm working on a podcast app with react native and I need a player like Howler.js, how do I use it in my app?
-
Hello,
Is it compatible with React Native?
Thanks.
-
in react-howler ReactHowler.js
![image](https://user-images.githubusercontent.com/91260886/145163993-7dfd4d9e-4884-4730-a0c4-edbe181c068b.png)
'rate' prop miss in @types/react-howler indes.t.ts
!…
-
After running npm start I receive the following error:
error: Processing of node_modules/aframe/dist/aframe-master.js failed. Error: Could not load module '../GetIntrinsic' from '/root/immerso-…
-
### The Problem
I'm trying to build a sort of music player web app with nextjs , now the probleme is that once I get the audio to play It doesn't pause with the pause function .
here is my code :
…
OdapX updated
2 years ago
-
Hello
When I enable html5 option
> this.howl = new Howl({
> src: [api.getTrack + track.id],
> html5: true,
> format: ["mp3"]
> })
Then play howl, t…
-
Hey all, I'm making an app with React and TypeScript and want to use Howler for sounds. I'm trying to instantiate a `Howl` that will be played when the user clicks a button. Below is a code snippet fr…