actionstoprecording Method
Purpose:
Tells a audio object what to do when audio is no longer over the limit and should no longer be recorded
Syntax:
.actionstoprecording = "stop"
Comments:
Example:
aud.actionstoprecording = "stop"
..
stop:
// do something
p "stop recording"
return