- You can pause, preview and resume recording before sending it to server.
- Users should allow microphone access when browser asks them permission to do it.
- Actual recording process will start when user first allows it.
- Recording is being processed in stereo WAV blob, and is converted to mono WAV file when recording stopped for minimizing requiring disk and memory space usage.
Recordings are sent to server as raw POST data. You can grab and save it anywhere by server-side script of your choice. In this project we use micrecajax.php script for that purpose.
Please do not mess this project with an older JustRec project which uses ActionScript (Flash) as a recording backend.
JustMicRec uses only native browser support for media recording.