Gets the audio mute state of an input.
Future<bool> getMute(String inputName) async => getInputMute(inputName);