Detecting audio state change in system logs

I would like to detect audio input device state change in system logs. Right now i can detect the activation using:

log show
--info
--predicate
"process == 'coreaudiod' && category == 'access'".

But i'm unable to detect deactivation and have no idea which predicate to use.