Coder Social home page Coder Social logo

Comments (8)

galipmedia avatar galipmedia commented on May 25, 2024 2

Actually i fixed this by giving only av-waveform a key and not av-bars :) Dynamic changing of the track is totally doable. Just give the audio element an id and change its src with regular js wait for the canplay callback and play it.

from vue-audio-visual.

timhere avatar timhere commented on May 25, 2024 2

Hi Stas, using v-if based on the src value is exactly what I've ended up doing.

All working perfectly now, thank-you!

from vue-audio-visual.

pankaj7822 avatar pankaj7822 commented on May 25, 2024 2

Using key can help to reload the component when audio source changes.
<av-waveform :audio-src="file" :cors-anonym="true" :key="audioindex"> </av-waveform> This worked Perfectly for me. In my case each audio file had some audioindex. cors-anonym can be set true if you are fetching Audio from other origin that was in my case else that is not required

from vue-audio-visual.

galipmedia avatar galipmedia commented on May 25, 2024

You can dynamically change the audio in the $ref audio player by giving it a unique :key="some.id" but when I do this I can only get one of the av things to work.

from vue-audio-visual.

staskobzar avatar staskobzar commented on May 25, 2024

@galipmedia thank you. I will test it and document your idea in README

from vue-audio-visual.

timhere avatar timhere commented on May 25, 2024

Thanks for the info here, very helpful.

One caveat here seems to be that under the condition that the value provided for the src leads to an error when the component is mounted (this includes an empty string, undefined, of if the request returns 404), future changes to the src won't work.

A possible workaround would be to provide a placeholder/empty audio file as the source.

from vue-audio-visual.

staskobzar avatar staskobzar commented on May 25, 2024

Hello Tim,
In my projects I use conditional rendering with v-if or v-show. It allows dynamically change audio sources for the same component.
It works fine and I do not know yet the better solution for the component. But I keep this issue opened in case if I come up with something better.
Have a good day

from vue-audio-visual.

Turninger avatar Turninger commented on May 25, 2024

Hi,pankaj, I wonder if the "audioindex" is a list or something?

from vue-audio-visual.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.