Vue Audio Visual Versions Save

VueJS audio visualization components

v3.0.7

5 months ago
  • improve README doc
  • fix npm license

v3.0.6

6 months ago
  • security updates from npm audit

v3.0.5

1 year ago
  • fix multiple waveform plugins override canvas issue #135. Reported by @robertglatzel

v3.0.4

1 year ago
  • fix bug #132
  • fix bug #133

v3.0.3

1 year ago
  • issue #123 fix. Make sure MediaStream works with nuxt projects
  • issue #124 : using createFetch fuction from useFetch for waveform module to provide more fetch options

v3.0.2

1 year ago
  • add types to build

v3.0.1

1 year ago
  • re-write plugin with Vue3 composition API
  • vue2 support is deprecated
  • provides install plugin interface, components and composition API use functions

v2.5.0

1 year ago
  • new prop "audio-sink-id" that sets the ID of the audio device to use for output (credits to @mheers )
  • component events "playing", "paused" and "ended" emitted on playing state change (credits to @mheers )

v2.4.1

2 years ago
  • fix webpack warnings by @nbrady-techempower

v2.4.0

2 years ago

New option for frequency drawing direction for AvMedia element. Many thanks to @sethcarlton for the contribution