Delphi/C++Builder 的网络广播播放器组件
我正在寻找 Delphi/C++Builder 的网络广播播放器 (SHOUTcast/IceCast) 组件。这样的事存在吗? ActiveX 组件也可以。
谢谢。
I'm looking for an Internet Radio player (SHOUTcast/IceCast) component for Delphi/C++Builder. Does such a thing exist? ActiveX component OK too.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试以下位置的音频库: http://www.un4seen.com/
“BASS”DLL 可以工作Windows XP 下没问题。当然,它们不是 Delphi 组件。它们可免费用于非商业用途。下载内容包括一个简单的 Delphi 网络广播示例。在某些电脑上,存在一些问题,无法使用其录音功能,这些电脑的录音功能被禁用,但它可以以您需要的任何质量“播放”网络广播。 “BASS”与 Delphi 2007 配合得很好。
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.
看看这个 http://symmetrya.net/newac/ 它是免费的,带有完整的源代码,而且它有一个广播播放器的演示。
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 (我没有使用它,所以我不确定它是否 100% 有效 - 如果是,则更新答案)。
这里还有其他链接:
http://www.un4seen.com/
http://www .dsplayer.de/dspweb/downloads/?view=downloads&start=5&limit=5&id=&layout=
致以诚挚的问候,
拉杜
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