ogg2wav.ini

来自「Voice Commnucation Components for Delphi」· INI 代码 · 共 33 行

INI
33
字号

;;;; ogg2wav configuration ;;;;;

[settings]

;----------------
; target samples rate:
;
;   any sane sampling value (8000, 44100 and so on)
;
; (original ogg file will be resampled as necessry)
;
target.pcm.sps=44100


;----------------
; target number of channels:
;
;
; (original ogg file will be resampled as necessry)
;
target.pcm.channels=2


;----------------
; target number of bits:
;
;   8 or 16
;
; (original ogg file will be resampled as necessry)
;
target.pcm.bits=16

⌨️ 快捷键说明

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