if (this.wakeWordAgentEnabled) { try { wakeWordIPC.sendCommand(IPCCommand.IPC_RESUME_WAKE_WORD_ENGINE); } catch (IOException e) { log.warn("could not send resume wake word engine command", e); } acceptWakeWordEvents = true; }