readme

来自「Motion JPEG编解码器源代码」· 代码 · 共 19 行

TXT
19
字号
aenc encodes WAV Files to MPEG-1 layer 2 audio streams.DISCLAIMER:This software is from the MPEG/audio software simulation groupI have only changed the input routine so that Edit Listinput is accepted and introduced command line paramsUSAGE:Usage: aenc [params] inputfiles   where possible params are:   -b num     Bitrate in KBit/sec (default: 224 KBit/s)   -o name    Outputfile name (REQUIRED!)Input files MUST have a sampling frequency of 48 KHz, 44.1 KHz or 32 KHzSampling rate and mono/stereo setting is taken from the input WAV file

⌨️ 快捷键说明

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