Internet Radio is a web application created in .NET Core technology, based on the MVC pattern.
https://github.com/naudio/NAudioListenable 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/VolumeUpIncreases the volume by 20%.
https://localhost:44374/apiradio/VolumeUpUpDecrease the volume by 10%.
https://localhost:44374/apiradio/VolumeDownDecrease the volume by 20%.
https://localhost:44374/apiradio/VolumeDownDown