README.2
上传用户:szhypcb168
上传日期:2007-01-06
资源大小:2187k
文件大小:1k
源码类别:

语音压缩

开发平台:

Unix_Linux

  1. The CELP 3.2 FORTRAN code is written with IFDEFS in the code to allow
  2. for processing with SUNGRAPH enabled.  This allows generation of the
  3. SUNGRAPH files for analysis of the CELP coder.  SUNGRAPH is included
  4. in this release under the tools directory**.  To enable this feature
  5. execute make in the following manner:
  6. %make !* CPPFLAGS=-DSUNGRAPH
  7. Generally it is usefull to alias this to something more easily typed.
  8. To run CELP 3.2 without the generation of the SUNGRAPH files, simply
  9. execute make without anything else:
  10. %make
  11. To compile CELP with debugging (dbx) and array bounds checking, execute
  12. make in the following manner:
  13. %make debug
  14. This command will automatically create a new directory called debug in
  15. which all the debug .o files will be placed.
  16. To compile CELP with profiling, execute make in the following manner:
  17. %make profile
  18. This command will automatically create a new directory called profile in
  19. which all the profiling .o files will be placed.
  20. ** NOTE to PC users:
  21. No particular provisions have been made for the PC release due to the
  22. fact that this office runs CELP on UNIX platforms exclusively.  Sungraph
  23. has not been provided in this release since it is unusable with PCs