To convey audio notifications, use the ui:message component, which has role="alert" set on the component by default. The "alert" aria role will take any text inside the div and read it out loud to screen readers without any additional action by the user.
<ui:message title="Error" severity="error" closable="true"> This is an error message. </ui:message>