DirectX 音频视频播放并选择设备和/或平移
目前使用VS2010、DirectX 9、Winforms、.Net 3.5、VB。
我正在创建一个应用程序,它将通过声卡的左声道和右声道播放 MP3 文件。当触发时,它还需要通过中/后通道播放另一个 MP3 文件。 我目前正在使用 DirectX Audio 类来播放 MP3 文件,效果很好,但我看不到选择每个声音流发送到的设备或通道的方法。
我查看了一些库,例如 OpenTK 和 BASS.Net。 BASS.Net 看起来很有前途,但如果可能的话,我需要尽量避免支付许可费。
谢谢。
Currently using VS2010, DirectX 9, Winforms, .Net 3.5, VB.
I'm creating an application that will play MP3 files through the left and right channels of a sound card. It will also need to play another MP3 file through the centre/rear channel when triggered.
I'm currently using DirectX Audio class to play the MP3 files which works fine, but I can't see a way of selecting the device or channel that each sound stream is sent to.
I've looked at a few libs such as OpenTK and BASS.Net. BASS.Net seems promising, but I need to try to avoid the license fee if possible.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看SlimDX。我从未将它用于音频,但它比你提到的一些库更好。
Take a look at SlimDX. I've never used it for audio, but it's better than some of the libraries you mention.