Hello. I'm trying to design a app that plays music for a FM radio station. I would like for the backend to be a Windows machine playing audio out of a sound card, and a web based gui available on the LAN for users to control what is playing on the station.
I have tried building a console based playlist type audio player, and was thinking about a Blazor wasm app to control it. Would this be best on a common sqlite database? Or would building all of this in a Blazor Server be better?
Any suggestions appreciated.
I have tried building a console based playlist type audio player, and was thinking about a Blazor wasm app to control it. Would this be best on a common sqlite database? Or would building all of this in a Blazor Server be better?
Any suggestions appreciated.