vue-audio-visual icon indicating copy to clipboard operation
vue-audio-visual copied to clipboard

VueJS audio visualization components

Results 27 vue-audio-visual issues
Sort by recently updated
recently updated
newest added

**Here is my way to dynamically obtain audio files:** const uint8Buffer = Uint8Array.from(value); const wav = new Blob([uint8Buffer]); myAudio = window.URL.createObjectURL(wav); ![image](https://user-images.githubusercontent.com/12229795/224669401-7afce713-72e3-4585-92cb-1b811be242f3.png)

I upgraded the package to the latest version from "2.4.1" and I am getting the following error: ``` runtime-core.esm-bundler.js:40 [Vue warn]: Invalid VNode type: Symbol(v-fgt) (symbol) at at at at...

When I set "played-line-color" to black (#000000), it will show as #8A8A8A. is there any ways to change it back to the original black?

Is there any props to change direction for components. I'm currently using AVWaveform component in my vue 3 project.

For vue 2, after pausing and replaying, the music plays slower in a low key, unless you refresh the whole page. I checked from Internet, they said we could disable...

Hello, thanks for this amazing plugin for Vue! It is exactly what I need for my project