Using VB.NET, I want to analyze input audio streams obtained from Web radio stations (e.g.: "Flower Power Radio" via TuneIn). However, I am struggling in finding a suitable starting point.
Obviously, when entering into the Web browser a Web address (as given in above example), a stream starts flowing and is being interpreted by, in this case, said Web browser.
Only that my planned experiments do not involve the requirement for a browser; and since I do not want to replay the received audio stream, nor record it, I can also abstain from using the MediaPlayer.
I "just" want to intercept the stream's payload data in order to perform time–frequency analysis for music signals. But, how do I access this continuously delivered data?
(Edit: I should probably add, that I do not really embrace using 3rd party libraries of any sort.)