Ability to stream audio to the front end

HASS has mjpeg camera feed capability but what about being able to stream audio to the front end? I have camera’s that also have a audio feed available in wav, aac, or opus. I would like to be able to access these feeds directly from the front end and have them play on the device that is accessing the front end.

This is a bit old of a request but I would still like to see this feature. Here is a link to a python lib for audio that could be used to capture and reproduce the stream. https://people.csail.mit.edu/hubert/pyaudio/

Could this include the frontend as a media_player target for things like tts? Ie, speak via the web browser rather than through some external device.