Internet Radio is a web application created in .NET Core technology, based on the MVC pattern.
https://github.com/naudio/NAudio
Listenable radio stations are in the ../Models/WebRadiosRepository.cs, you can add more...
Play station
https://localhost:44374/apiradio/Play
{
"name": "ChiliZet",
"url": "https://ch.cdn.eurozet.pl/chi-net.mp3"
}
Add station
https://localhost:44374/apiradio/addstation
{
"name": "ChiliZet",
"url": "https://ch.cdn.eurozet.pl/chi-net.mp3"
}
Remove station
https://localhost:44374/apiradio/removestation
{
"name": "ChiliZet",
"url": "https://ch.cdn.eurozet.pl/chi-net.mp3"
}
Increases the volume by 10%.
https://localhost:44374/apiradio/VolumeUp
Increases the volume by 20%.
https://localhost:44374/apiradio/VolumeUpUp
Decrease the volume by 10%.
https://localhost:44374/apiradio/VolumeDown
Decrease the volume by 20%.
https://localhost:44374/apiradio/VolumeDownDown