simple-recorderjs-demo icon indicating copy to clipboard operation
simple-recorderjs-demo copied to clipboard

A simple HTML5/JS demo that uses Recorder.js to record audio as uncompressed pcm (wav) and POST it to a server side script.

Results 13 simple-recorderjs-demo issues
Sort by recently updated
recently updated
newest added
trafficstars

Very nice work and easy to use. Everything is working fine except that the sound level is very low on mobile (Tested safari and chrome on IOS) but it's perfect...

Hi - I am getting pops at the beginning and end of a new recording, even on the [demo page](https://addpipe.com/simple-recorderjs-demo/). It follows through to download. Anyone else get this? I...

Hi there, Need help with this query mentioned below https://stackoverflow.com/questions/69612408/failed-to-stop-the-timer-for-audio-when-clicked-on-pause-button-using-recorder-j

I want to stop recording after detection of 2 seconds silence. Can anyone help me in this?

Thanks for your great effort. I can upload the file but the file i receive is corrupted. if i download the file and try to play that: Windows Media Player...

Microphone requires permission on every request of recording. Can it be set once on page load and continue from there on?

I've tried recording with the demo (https://addpipe.com/simple-recorderjs-demo/) on several dozen different devices (smartphones, computers, tablets) and in a few different browsers. The recorded sample rate is 44.1 kHz or 48...

What license is this code released under? I would like to modify it for my own project, but I want to make sure you get appropriate credit.

I am trying to use this code to host on ec2 on AWS. I have followed the same steps as mentioned in the blog. However I face the following issue:...

``` XML Parsing Error: no root element found Location: http://localhost/upload.php Line Number 12, Column 1: ``` I am running it on Apache server on localhost.