grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lame is not defined

vampireC opened this issue · comments

This problem occurred when I introduced it

same error is happening here, I'm using vue 3

Same for me

I ran into this too. It should be an easy fix - just updating the Lame library and re-publishing. I tried to do this, but eventually realized that vue-audio-recorder is Vue2, and won't work in a Vue3 app without some work.

I found https://github.com/tderflinger/vue-audio-tapir which appears to be a fork of vue-audio-recorder, has the Lame issue fixed, and is Vue3, so I'm using that instead.