ganalon
01-31-2006, 07:52 PM
What is the best way to pause while recording sound? Doesn't look like the microphone class has a pause.
I tried the pause() but that only works when playing not recording.
I currently close the netstream.close() and when resuming I open a new netstream and append the audio. I thought it worked great but there are some hiccups in the sound and I lose data on slower connections.
I need to shut off the mic and when i turn it back on it needs to pick up recording where it left off .... if I turn the mic off at 10secs and pause for two minutes turning the mic on will pick up at 10secs.
I tried the pause() but that only works when playing not recording.
I currently close the netstream.close() and when resuming I open a new netstream and append the audio. I thought it worked great but there are some hiccups in the sound and I lose data on slower connections.
I need to shut off the mic and when i turn it back on it needs to pick up recording where it left off .... if I turn the mic off at 10secs and pause for two minutes turning the mic on will pick up at 10secs.