Extract the `playSound` method and related sound assets from the `App` class into a new `NotificationAudio` class with configurable timeout scheduling. Fix the `Schedule.cancelDelay` method to correctly reference `this.timeOut` instead of the incorrectly named `this.interval` property. Remove the `linkifyText` call from `MessageListElement` to render raw HTML content directly.