psc_ac97.reg

来自「基于AMD Au1200(MIPS32处理器)的AC97驱动源码」· REG 代码 · 共 35 行

REG
35
字号
;    Copyright (c) 2004 BSQUARE Corporation. All rights reserved.

;-------------------------------------------------------
; Audio Driver
;-------------------------------------------------------
;
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
   "Prefix"="WAV"
   "Dll"="psc_ac97.dll"
   "Index"=dword:1
   "Order"=dword:0
   "MicVolume"=dword:8048
   "Priority256"=dword:30

;-------------------------------------------------------
; Audio Driver
;-------------------------------------------------------
;
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
   "Prefix"="WAV"
   "Dll"="psc_ac97.dll"
   "Index"=dword:9
   "Order"=dword:0
   "IClass"=multi_sz:"{A32942B7-920C-486b-B0E6-92A702A99B35}"

;
; The size of the audio buffers we receive can be changed with this key.
; The downside to a larger buffer size is increased (and noticable)
; latency while streams are buffered and mixed. 
; Default size without this key is 2048 bytes.
;
;[HKEY_LOCAL_MACHINE\Audio\SoftwareMixer]
;    "BufferSize"=dword:800

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?