if (this.wakeWordAgentEnabled) { try { wakeWordIPC.sendCommand(IPCCommand.IPC_CONFIRM); } catch (IOException e) { log.warn("could not send speech started command", e); } acceptWakeWordEvents = true; }