I'm looking for an Internet Radio player (SHOUTcast/IceCast) comp开发者_运维知识库onent for Delphi/C++Builder. Does such a thing exist? ActiveX component OK too.
Thanks.
You might try the audio library at: http://www.un4seen.com/
The "BASS" DLLs work fine with Windows Xp. They are not a delphi component of course. They are free for non-commercial use. The download includes a simple Delphi example Internet radio. There are issues that preclude its use for recording functions on some PCs where the recording function is disabled but it "plays" Internet Radio at whatever quality you require. "BASS" works very well with Delphi 2007.
Have a look at this http://symmetrica.net/newac/ it's free, comes with full source and it has a demo of a radio player.
http://code.blitzaffe.com/pages/delphi/files/streaming_radio_library_58-50 (I didn't use it, so I'm not sure if it 100% functional - if it is then update the answers).
also here you have other links:
http://www.un4seen.com/
http://www.dsplayer.de/dspweb/downloads/?view=downloads&start=5&limit=5&id=&layout=
best regards,
Radu
精彩评论