todo

来自「MP3编码程序和资料」· 代码 · 共 42 行

TXT
42
字号
0.   ./configure scriptthings to check for:     -lncurses   -llibsndfile      (allow user to enable)   -lvorbis          (allow user to disable)   -lGTK             (allow user to disable)   architecture depending optimization(like assembler code)   make depend option for CC1.Does stdin work when LAME is compiled to use libsndfile? (new version of libsndfile will support this - try this out)2. LAME has problems with pure DC input.  i.e. a square wave witha frequency well below 20Hz.  Not very important, but it shouldbe fixed.998.Merge GOGO's fast assembler routines.999.It would be nice to save some information whilst encodinga: wave -> mp3	a RIFF/wave can contain LIST chunks with information	about author, title, etc. 	==> could go into TAG fields of resulting mp3b: mp3 -> mp3	==> we could copy the TAG directlyc: mp3 <-> ogg	==> copy TAG info into oggs info field and vice versad: mp3 -> wave	==> copy TAG into LIST chunk

⌨️ 快捷键说明

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