hello
i need to record several (many) sequental audio fragments i.e. every fragment 0,5 seconds and get samples during the recording without record stop.
Is it ever possible?
I see that i can get samples only after RecordControl.commit() but in this case recording is stopped so it is not a way for me.
If i restart record after stop my sound will be choppy.
Recording must be not interrupted by stop.
So what to do?

Reply With Quote

