|
发表于 2003-5-21 17:50:20
|
显示全部楼层
Improving Sound Performance
If you notice that sound skips in your guest operating system, you may try adding two variables to your virtual machine's configuration file (.vmx on Windows hosts, .cfg on Linux hosts). These variables are sound.maxLength and sound.smallBlockSize.
VMware cannot provide you with specific settings to use; how these settings affect your sound quality depends on many factors, including your environment and the way you are employing sound. But here are some general rules of thumb to use when setting these variables:
* Set these values to powers of 2, such as 64, 128 or 512.
* To overcome skipping, setting these values lower than 512 should help.
* The sound.maxLength setting should be greater than or equal to the sound.smallBlockSize setting.
http://www.vmware.com/support/ws3/doc/ws32_vidsound4.html#1014605 |
|