jackma93 / wami-recorder

Automatically exported from code.google.com/p/wami-recorder
0 stars 0 forks source link

New feature: separate recording from uploading #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Often, you want to record and check the audio on the browser before doing the 
actual upload. Especially on slow networks, it's nice to have the recording 
kept in the app's memory, which you can then just play at will, or re-record. 
Then when you're done, a submit function does the upload. Would be nice here.

Original issue reported on code.google.com by max.frou...@gmail.com on 29 Mar 2012 at 8:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I've made this change but I'm not confident enough that there won't be any 
regression.
How it's designed currently is that the two actions are really tightly coupled.
Hope this would change in the near future

Original comment by shlom...@gmail.com on 27 Sep 2012 at 11:28

GoogleCodeExporter commented 8 years ago
An implementation to separate recording and uploading with respective callbacks 
can be found in this clone, Single HTTP posts can be found here:

https://code.google.com/r/zacharymilyardo-wami/source/list

Original comment by zachary....@gmail.com on 9 Oct 2012 at 2:47