I would like to make a jukebox device that plays music (on the server) with a web client that can change the playlist.
If I did this in Blazor, could I run something like Naudio on the server side, and where would that code go that would play the audio?
I have searched for "Blazor play audio server side" but only get references to client side.
Would it perhaps be better to make a console app, web api, or service helper?
If I did this in Blazor, could I run something like Naudio on the server side, and where would that code go that would play the audio?
I have searched for "Blazor play audio server side" but only get references to client side.
Would it perhaps be better to make a console app, web api, or service helper?