Feeling

    三人行,必有我师焉

   ::  :: 新随笔 :: 联系 ::  :: 管理 ::
  185 随笔 :: 0 文章 :: 392 评论 :: 0 Trackbacks

沉寂了一段时间,现在继续SWT Win32 Extension的开发,说实话,最近的进展挺失败的。Black Glossy效果我发现在某些机器上的显示效果非常的卡,我自己的机器却没有任何问题。另外就是我最近在XP下实现了Window Mixer API,用来管理系统声音。Win98,2000,XP都没有问题,结果Vista让我郁闷了,Vista居然取消了Mixer,我哭呀。以下是微软员工给出的答案:

That's because the mixer APIs are virtualized on Windows Vista - you don't get to see the real audio hardware by default, only a virtualized version.  We did this because the vast majority of applications that used the mixer APIs were using them to control their own volume, which is quite rude (it says "I own the box, no other sounds on the system matter").

 You have two choices.  The first is to run your application in XP compatibility mode, in which case you'll be able to access the real audio hardware (please note: you'll see exactly what the hardware provides, which may lead to surprising results).

 The other choice is to use the new Vista audio engine APIs.  either the IAudioEndpointVolume API which allows you access to the master volume for each of the audio endpoints on the machine.  If you really need to access the actual audio controls the IDeviceTopology interface will allow you direct access to the various controls on the audio hardware.

没脾气了,只能专门为Vista实现一套简单的API了。
posted on 2008-10-23 18:25 三人行,必有我师焉 阅读(2368) 评论(5)  编辑  收藏

评论

# re: Vista居然把Mixer拿掉了:-( 2008-10-23 19:42 BeanSoft
支持! 注意身体!  回复  更多评论
  

# re: Vista居然把Mixer拿掉了:-( 2008-10-23 20:09 非鱼
which may lead to surprising results.

微软的人都这么幽默吗?  回复  更多评论
  

# re: Vista居然把Mixer拿掉了:-( 2008-10-24 09:11 王建璞
can these be translated to chinese?  回复  更多评论
  

# re: Vista居然把Mixer拿掉了:-( 2008-10-24 09:12 王建璞
My E is so poor to understand it deeply  回复  更多评论
  

# re: Vista居然把Mixer拿掉了:-([未登录] 2009-10-23 10:50 GoKu
这个应该与驱动有关,你换个硬件厂商的原厂驱动  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航:
 
GitHub |  开源中国社区 |  maven仓库 |  文件格式转换