I am currently building an app where I want a specific sound to be played. The way I do this is that I call a Python API from JavaScript, which returns bytes.
My question is if it's possible to play a sound from bytes in JavaScript or is it possible for Python API to return playing audio instead of raw bytes?