Quantcast
Channel: Active questions tagged javascript - Stack Overflow
Viewing all articles
Browse latest Browse all 150010

Java Audio file forward from API to front end

$
0
0

I need to send a request to an API so that it returns to me an audio wav file. What I am having a problem with is that, I don't know what classes should I use in order to capture that file and forward it in the front end i.e. the front end that calls this service? By this I mean that I don't want the file to be played in the back-end but in a way to capture the file and then play, pause, or stop it in the front end.


Viewing all articles
Browse latest Browse all 150010

Trending Articles