Relative Content

Tag Archive for javascriptaudiowebsocketaudiocontext

Audio playback from a WebSockets endpoint on the Web

I have a web application with FastAPI backend and a web frontend. I would like to be able to play the audio via WebSockets on the client. The reason for that is that the user has a bunch of other interactions via WebSockets and I would like to use only one endpoint to keep track of the state.