Whether sounds are currently played.
bool get enabled => _enabled;
set enabled(bool value) { _enabled = value; if (!_enabled) _stopAll(); }