mercredi 24 mai 2017

How to record sound and save it to storage laravel 5.4

 navigator.mediaDevices.getUserMedia({audio:true})
   .then(stream => {

         audioDownload.innerHTML = 'download';
      }
     }
   })
   .catch(e=>console.log(e));

 startRecord.onclick = e => {
   startRecord.disabled = true;
   stopRecord.disabled=false;
   audioChunks = [];
   rec.start();
 }

 }

this code is used to record sound but i want to save the sound on laravel 5.4 storageenter image description here



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2qY4KeK
via IFTTT

Aucun commentaire:

Enregistrer un commentaire