CHANGES-PREVIOUS
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. CHANGES FILE
  2. This tarball is ixj-0.1.30.tgz and has the following changes included
  3. since the previous release:
  4. - the ixj.o driver has the following improvements:
  5.   - Internet LineJACK POTS port support.  The LineJACK PSTN support
  6.     is not implemented yet.  However, the LineJACK will now do
  7.     everything that the PhoneJACK will do.
  8.   - added the ability to set the buffer "depth" for reads and writes
  9.     to the codecs.  The default depth of buffers is 2 frames, but this
  10.     can be changed via the IXJCTL_REC_DEPTH ioctl.  From the ixjuser.h file:
  11. * The IXJCTL_REC_DEPTH command sets the internal buffer depth of the DSP.
  12. * Setting a lower depth reduces latency, but increases the demand of the
  13. * application to service the driver without frame loss.  The DSP has 480
  14. * bytes of physical buffer memory for the record channel so the true
  15. * maximum limit is determined by how many frames will fit in the buffer.
  16. *
  17. * 1 uncompressed (480 byte) 16-bit linear frame.
  18. * 2 uncompressed (240 byte) 8-bit A-law/mu-law frames.
  19. * 15 TrueSpeech 8.5 frames.
  20. * 20 TrueSpeech 6.3,5.3,4.8 or 4.1 frames.
  21. *
  22. * The default in the driver is currently set to 2 frames.
  23.     Setting the depth to 1 frame significantly reduces the latency when
  24.     using a compressed codec.
  25.   - the DSP is properly shut down and idled upon a device close.  Previously,
  26.     failure to idle the DSP would result in system lockups in some scenarios.
  27.   - hook switch detection now works properly when tones are being played.
  28. - the IXJ-HOWTO file has been updated to reflect the new way to load and
  29.   unload the driver
  30. - the FAQ file was overhauled and updated to add some of the key issues that
  31.   have come up in recent weeks.