Returns a boolean indicating whether audio is enabled.
boolean
function getAudioEnabled(state) { return state.audio.enabled; }