speexenc.1
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:2k
源码类别:

Windows CE

开发平台:

C/C++

  1. ." DO NOT MODIFY THIS FILE!  It was generated by help2man 1.29.
  2. .TH SPEEXENC "1" "September 2003" "speexenc version 1.1" "User Commands"
  3. .SH NAME
  4. speexenc - manual page for speexenc version 1.1
  5. .SH SYNOPSIS
  6. .B speexenc
  7. [fIoptionsfR] fIinput_file output_filefR
  8. .SH DESCRIPTION
  9. Encodes input_file using Speex. It can read the WAV or raw files.
  10. .SS "input_file can be:"
  11. .TP
  12. filename.wav
  13. wav file
  14. .TP
  15. filename.*
  16. Raw PCM file (any extension other than .wav)
  17. .TP
  18. -
  19. stdin
  20. .SS "output_file can be:"
  21. .TP
  22. filename.spx
  23. Speex file
  24. .TP
  25. -
  26. stdout
  27. .SH OPTIONS
  28. .TP
  29. fB-nfR, fB--narrowbandfR
  30. Narrowband (8 kHz) input file
  31. .TP
  32. fB-wfR, fB--widebandfR
  33. Wideband (16 kHz) input file
  34. .HP
  35. fB-ufR, fB--ultra-widebandfR "Ultra-wideband" (32 kHz) input file
  36. .TP
  37. fB--qualityfR n
  38. Encoding quality (0-10), default 3
  39. .TP
  40. fB--bitratefR n
  41. Encoding bit-rate (use bit-rate n or lower)
  42. .TP
  43. fB--vbrfR
  44. Enable variable bit-rate (VBR)
  45. .TP
  46. fB--abrfR rate
  47. Enable average bit-rate (ABR) at rate bps
  48. .TP
  49. fB--vadfR
  50. Enable voice activity detection (VAD)
  51. .TP
  52. fB--dtxfR
  53. Enable file-based discontinuous transmission (DTX)
  54. .TP
  55. fB--compfR n
  56. Set encoding complexity (0-10), default 3
  57. .TP
  58. fB--nframesfR n
  59. Number of frames per Ogg packet (1-10), default 1
  60. .TP
  61. fB--commentfR
  62. Add the given string as an extra comment. This may be
  63. used multiple times
  64. .TP
  65. fB--authorfR
  66. Author of this track
  67. .TP
  68. fB--titlefR
  69. Title for this track
  70. .TP
  71. fB-hfR, fB--helpfR
  72. This help
  73. .TP
  74. fB-vfR, fB--versionfR
  75. Version information
  76. .TP
  77. fB-VfR
  78. Verbose mode (show bit-rate)
  79. .SS "Raw input options:"
  80. .TP
  81. fB--ratefR n
  82. Sampling rate for raw input
  83. .TP
  84. fB--stereofR
  85. Consider raw input as stereo
  86. .TP
  87. fB--lefR
  88. Raw input is little-endian
  89. .TP
  90. fB--befR
  91. Raw input is big-endian
  92. .TP
  93. fB--8bitfR
  94. Raw input is 8-bit unsigned
  95. .TP
  96. fB--16bitfR
  97. Raw input is 16-bit signed
  98. .PP
  99. Default raw PCM input is 16-bit, little-endian, mono
  100. .PP
  101. More information is available from the Speex site: http://www.speex.org
  102. .PP
  103. Please report bugs to the mailing list `speex-dev@xiph.org'.
  104. .SH COPYRIGHT
  105. Copyright (co 2002 Jean-Marc Valin