sythoos / jRecorder

jQuery Recorder
http://www.sajithmr.me/jrecorder/
139 stars 73 forks source link

Add play button before send data to a server #8

Open kadkaz opened 11 years ago

kadkaz commented 11 years ago

it is too slow for the site to send data before play it. please add play button, to possible to record the voice again before send it to the server if the user does not like it.

paulfleming commented 11 years ago

This is not an option. It needs to record, upload, redirect. It's imperative that the user cannot playback or re-record.

Kind Regards

Paul Fleming MCPD | MCITP | MS | MCTS | MCP

Sent from my iPhone

On 15 Jan 2013, at 09:36, "kadkaz" notifications@github.com wrote:

it is too slow for the site to send data before play it. please add play button, to possible to record the voice again before send it to the server if the user does not like it.

— Reply to this email directly or view it on GitHub.

gabceb commented 11 years ago

If you want playback support before you send the audio file to the server you can use this fork https://github.com/gabceb/jRecorder

I would be more than happy to push it to this repo but it looks like it is not being maintained anymore. That fork includes PR #7 and PR #6 too