If your Mac is constantly resetting its audio input level (like when you're quiet on a call) you can make a little bash script called "volume" and run it when the levels get screwy.

#!/bin/bash
osascript -e "set volume input volume 20" ;