psc_i2s.reg
来自「基于wince 操作系统的开发的i2s驱动程序」· REG 代码 · 共 33 行
REG
33 行
; Copyright (c) 2004 BSQUARE Corporation. All rights reserved.
;-------------------------------------------------------
; Audio Driver
;-------------------------------------------------------
;
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
"Prefix"="WAV"
"Dll"="psc_i2s.dll"
"Index"=dword:1
"Order"=dword:0
"Priority256"=dword:30
;-------------------------------------------------------
; Audio Driver - DirectSound
;-------------------------------------------------------
;
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
"Prefix"="WAV"
"Dll"="psc_i2s.dll"
"Index"=dword:9
"Order"=dword:0
;
; 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 + -
显示快捷键?