grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wav recording is not supported

bodybreaker opened this issue · comments

commented

when i try record with 'wav' format, I got err and always get 'mp3'

here is my code
<audio-recorder :time="180" :format='wav' :sample-rate=16000 :after-recording="afterRecordCallBack" />