vue-record icon indicating copy to clipboard operation
vue-record copied to clipboard

VueJs components for MediaRecorder API

Results 22 vue-record issues
Sort by recently updated
recently updated
newest added

Blob file is video/webm instead of audio/mp3, is there possibility to record in mp3? `` ``` onResult(data) { // //console.log('The blob data:', data); // //console.log('Downloadable audio', window.URL.createObjectURL(data)); data = data.slice(0,...

This package works in most cases. But on safari browser (especially in iPhone), the record does not work. So I fixed the checking safari. Anyway, this tool is great help...