跳转到内容

User:Fireattack/Technical features new to Windows Vista

维基百科,自由的百科全书

这是User:Fireattack/Technical features new to Windows Vista当前版本,由Ajraddatz留言 | 贡献编辑于2014年8月31日 (日) 17:40 (Ajraddatz移动页面User:烈之斩/Technical features new to Windows VistaUser:Fireattack/Technical features new to Windows Vista:重命名“烈之斩”至“[[Special:CentralAuth/Fireattack|Fireattack]...)。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

Vsita增加了许多新的特性,与之前的windows版本相比。

除了全新的用户界面、安全性改善以及一些面向开发者的技术以外,Vista重新设计了系统内核的几个组件。其中包括音频、打印、显示、以及网络的子系统。当然,这些改变主要与软件开发人员有关,用户只能看到一些界面上的变化。

作为网络架构的重新设计的一部分,系统包含了IPv6的支持。还有一些其他的网络性能的改善,比如TCP window scaling。在之前的版本里,如果要使用无线网络,可能需要一些第三方软件的支持。但在Vista里,系统本身就提供了完善的无线网络支持。

图像方面,Vista更新了Direct3D的版本。Windows Display Driver Model(WDDM)可以更好的支持新的桌面窗口管理器——包括无缝拼接桌面和Aero特效等等。WDDM 1.0版支持GPU运算,无需重启安装驱动,以及当某些程序使得驱动出错时,无缝恢复驱动。

At the core of the operating system, many improvements have been made to the memory manager, process scheduler, heap manager, and I/O scheduler. A Kernel Transaction Manager has been implemented that can be used by data persistence services to enable atomic transactions. The service is being used to give applications the ability to work with the file system and registry using atomic transaction operations.

音频

[编辑]

Vista完全重写了音频堆栈以提供低延迟32位浮点音频、高质量信号处理、点对点采样精度、高达144dB的动态范围以及新的API。新的音频堆栈是用户级的,提升了稳定性。Vista的音频引擎比XP的运行更快,也要求更高的缓冲位置精度。另外,引入了新的Universal Audio Architecture (UAA)以取代原有的Windows Driver Model音频,使得一些复杂的音频硬件可以直接在windows下运行,而无需安装额外的驱动。

在Vsita的音频架构下,有以下三个主要的API:

   Windows Audio Session API – Very low level API for rendering audio, render/capture audio streams, adjust volume etc. This API also provides low latency for audio professionals through WaveRT (wave real-time) port driver. [3]
   Multimedia Device API – For enumerating and managing audio endpoints.
   Device Topology API – For discovering the internals of an audio card's topology.