3 Years ago I made a short post about how to Record Audio in the Browser and store the result on a the server using Django. Recently, I have updated the used library and also supported Video Recording. Luckily, I didn’t really have to change the Backend at all, nor the upload function. I am […]
Javascript
Record Audio in Browser using RecorderJS and upload to Django Server Backend
If you want to record Audio samples in your browser without using Flash you probably already found RecorderJS or something similar. However no example showed how to transmit the recorded data to a server. Usually all examples create a blob that the user can download. I will show you a very simple example based on […]