Audio Enabled

Returns a boolean indicating whether audio is enabled.

Syntax

function getAudioEnabled(state) {
  return state.audio.enabled;
}