chenghaojun / wami-recorder

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

Suggestion: a pause button #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to create a pause button, so one can pause and resume recording 
into one audio file?

Original issue reported on code.google.com by mku...@gmail.com on 20 Apr 2012 at 6:16

GoogleCodeExporter commented 8 years ago
This is possible to do, yes... but it would take some custom server-side 
coding.  Or, if your audio clips will be relatively short, you could buffer up 
all the audio on the client side before uploading it.  Your choice.

Original comment by mcgrawian@gmail.com on 20 Apr 2012 at 6:34

GoogleCodeExporter commented 8 years ago
Would calling startListening() and stopListening() while recording have any 
negative effects? I assume from looking at the sources, that doing so would 
just case sample events to stop firing, and thus should have no effect on the 
recording.

Original comment by zachary....@gmail.com on 19 Sep 2012 at 5:39

GoogleCodeExporter commented 8 years ago
correction: no negative effects on the recording.

Original comment by zachary....@gmail.com on 19 Sep 2012 at 5:40