README.1ST
上传用户:njqiyou
上传日期:2007-01-08
资源大小:574k
文件大小:5k
源码类别:

mpeg/mp3

开发平台:

C/C++

  1. *************************************************************************
  2. ISO MPEG Audio Subgroup Software Simulation Group (1996)
  3. ISO 13818-3.2 MPEG-2 Audio Codec
  4. $Id: readme.1st 1.10 1997/01/28 12:00:48 de Bont Exp $
  5. $Log: readme.1st $
  6. Revision 1.10  1997/01/19 23:00:48  de Bont
  7. Distribution 10. Bug fixes and compliance to 13818-3.2
  8. Revision 1.9  1997/01/19 23:00:48  rowlands
  9. Distribution 09. Improved code robustness for some combinations of
  10. parameters.
  11. Revision 1.7  1996/02/14 06:08:44  rowlands
  12. Distribution 07. Added much multichannel encoder and decoder
  13. functionality. Added complete layer 3 to low sampling rate.
  14. Revision 1.5  1995/07/14 08:14:16  rowlands
  15. Added more audio channel configurations, fixed dynamic crosstalk
  16. bugs, and added two-channel low sampling frequency support.
  17. Revision 1.4  1995/06/22  01:25:45  rowlands
  18. Distribution 04, with decoder dynamic crosstalk
  19. Revision 1.3  1995/06/19  03:30:12  rowlands
  20. Distribution 03, with decoder mods and bug fixes
  21. Revision 1.2  1995/06/16  11:12:43  rowlands
  22. Separated text documents
  23. Revision 1.1  1995/06/16  10:58:27  rowlands
  24. Initial revision
  25. *************************************************************************
  26. MPEG-2 Audio Simulation Software Distribution 10
  27. ================================================
  28. $Date: 1997/01/28 12:00:48 $
  29. This package contains source code for the MPEG-2 audio encoder and decoder
  30. under development by the MPEG/audio software simulation ad-hoc group. The
  31. package includes the multichannel and low sampling frequency extensions
  32. in MPEG-2 audio.
  33. The following table indicates the operations supported by the multichannel
  34. software in this distribution. The multichannel encoder and decoder have been
  35. amended compared to dist09. The bug fixes mostly fix combinations of parameters
  36. which caused reliability problems. Furthermore both encoder and decoder are now
  37. compliant to 13818-3.2.
  38. Feature Encoder Decoder
  39. -----------------------------------------------------------
  40. Sampling_frequency (kHz) 32,44.1,48 32,44.1,48
  41. Bit_rate (kb/s) >=32 >=32
  42. Bitstream format DIS 13818-3.2 DIS 13818-3.2
  43. Extension bitstream Y Y
  44. Layer 2 1,2
  45. Channel configuration 5/2,3/2,3/1, 5/2,3/2,3/1,
  46. 3/0(+2/0), 3/0(+2/0),
  47. 2/2,2/1, 2/2,2/1,
  48. 2/0(+2/0), 2/0(+2/0),
  49. 1/0(+2/0) 1/0(+2/0)
  50. LFE Y Y
  51. Multilingual Y Y
  52. Dematrix procedure 0,1,2,3 0,1,2,3
  53. TC allocation Y Y
  54. Dynamic crosstalk Y Y
  55. Prediction Y Y
  56. Phantom_center Y Y
  57. Ancillary data Y Y
  58. File I/O AIFF,raw AIFF,raw
  59. The following features are NOT supported by this distribution:
  60. * layers 1 or 3 wrt. the encoder
  61. * layer 3 wrt. the decoder
  62. The decoder passes all multichannel compliance bitstreams except for the
  63. layer 3 bitstream.
  64. The following table indicates the operations supported by the low
  65. sampling frequency software in this distribution. The noise allocation
  66. in the layer 3 encoding procedure has been made more robust.
  67. Feature Encoder Decoder
  68. -----------------------------------------------------------
  69. MPEG- 1,2 1,2
  70. Sampling_frequency (kHz) 16,22.05,24, 16,22.05,24,
  71.  32,44.1,48  32,44.1,48
  72. Bit_rate (kb/s) 8-448 8-448
  73. Bitstream format IS IS
  74. Layer 1,2,3 1,2,3
  75. Ancillary data N N
  76. File I/O AIFF,raw AIFF,raw
  77. Sampling rate conversion N N
  78. The following features are NOT supported by this distribution:
  79. * lower sampling frequencies for layer 3 in the encoder
  80. * psychoacoustic model 1 for lower sampling frequencies in the encoder
  81. * psychoacoustic model 1 for layer 3 in the encoder
  82. The decoder passes all lower sampling frequency compliance bitstreams.
  83. The package consists of the following tree of files. The contents of the
  84. RCS and tables directories are not listed for brevity.
  85. dist10/
  86. Readme.1st
  87. doc/
  88. readme.1st
  89. readme.dp.01.txt
  90. readme.jmz.01.txt
  91. readme.jmz.02.txt
  92. readme.jmz.03.txt
  93. readme.jmz.04.txt
  94. readme.mc.01.txt
  95. readme.rb.01.txt
  96. readme.sn.01.txt
  97. readme.sr.01.txt
  98. readme.sr.02.txt
  99. readme.ss.01.txt
  100. lsf/
  101. decoder/
  102. INSTALL
  103. Makefile
  104. Makefile.in
  105. common.c
  106. common.h
  107. configure
  108. decode.c
  109. decoder.h
  110. huffman.c
  111. huffman.h
  112. ieeefloat.c
  113. ieeefloat.h
  114. makefile.linux
  115. makefile.unix
  116. musicout.c
  117. portableio.c
  118. portableio.h
  119. tables/
  120. encoder/
  121. INSTALL
  122. Makefile
  123. Makefile.in
  124. common.c
  125. common.h
  126. configure
  127. encode.c
  128. encoder.h
  129. formatBitstream.c
  130. formatBitstream.h
  131. huffman.c
  132. huffman.h
  133. ieeefloat.c
  134. ieeefloat.h
  135. l3bitstream-pvt.h
  136. l3bitstream.c
  137. l3bitstream.h
  138. l3psy.c
  139. l3psy.h
  140. l3side.h
  141. loop-pvt.h
  142. loop.c
  143. loop.h
  144. makefile.unix
  145. mdct.c
  146. mdct.h
  147. musicin.c
  148. portableio.c
  149. portableio.h
  150. psy.c
  151. reservoir.c
  152. reservoir.h
  153. subs.c
  154. tables/
  155. tonal.c
  156. mc/
  157. decoder/
  158. common.c
  159. common.h
  160. decode.c
  161. decoder.h
  162. makefile
  163. musicout.c
  164. tables/
  165. encoder/
  166. common.c
  167. common.h
  168. dyn_cross.c
  169. encode.c
  170. encoder.h
  171. lfe.c
  172. lingual.c
  173. makefile
  174. musicin.c
  175. predisto.c
  176. psy.c
  177. subs.c
  178. tables/
  179. tonal.c
  180. tool/
  181. pcm2aiff/
  182. common.h
  183. decoder.h
  184. pcm2aiff.c
  185. regards,
  186. Frans de Bont
  187. 28 Jan 1997