sound icon indicating copy to clipboard operation
sound copied to clipboard

πŸ”Š A Vue composable for playing sound effects

Results 30 sound issues
Sort by recently updated
recently updated
newest added

- sound url seems not reative

I only get the error in the image ![image](https://user-images.githubusercontent.com/21113261/182022924-d9c20dbf-a24a-42e4-96e6-ec4b96c0b55c.png)

- add `HowlOptions` for type tooltip > When I execute `yarn`, the lock automatically changes. > By the way, consider changing to `pnpm`?

I'm getting this error when trying to use in my **Vue3** project. Anybody encountered this before? > TypeError: Cannot read properties of undefined (reading 'version') > at eval (index.mjs?4c81:15) >...

dependencies: + @vueuse/sound 1.1.7 + lingo3d-vue 1.0.49 + vue 3.2.33 devDependencies: + @vitejs/plugin-vue 2.3.2 + typescript 4.6.4 + vite 2.9.8 + vue-tsc 0.29.8  WARN  Issues with peer dependencies found ....

I think this code is wrong. `duration.value = duration.value ? duration.value * 1000 : 0`

erro: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup().

After setting autoplay in options, the isPlaying is incorrent. Maybe the value of isPlaying should be set in the callback function of Howler, not in the method。