grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Record in Wave Format

Foxh0und opened this issue · comments

Hi,

As per the ToDo's in the README, you still need to have Wave conversion. Can you tell me what needs to be done on this, I can try and take a look, it's a feature I need.

Kind Regards,
Fox

Hello, I'm going to add Wave conversion in this month, but if you can't wait, you can check old version

Do you have any plan, when Wav Conversion will be ready?
Thanks
Günter

Just a heads up, Recorder.js has an export wav function that was extracted to a minimal npm package so you don't have to reinvent the wheel here

I've added format option

commented

sorry to comment on an old & closed issue but for some reason my recordings are still in mp3 even if I add format="wav"

commented

ok the version on npm (3.0.1) does not have the format option , is there already a published version with this feature @grishkovelli ?