README
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:3k
源码类别:

Windows CE

开发平台:

C/C++

  1. TTA Hardware Players Library
  2. ============================
  3. Version 1.2, (c) 2004 Alexander Djourik. All rights reserved.
  4. * Introduction
  5. This library provides to decode a multichannel 8,16 and 24
  6. bits TTA audio files. TTA is a lossless audio format. Being
  7. "lossless" means that no data/quality is lost in the compression
  8. - when uncompressed, the data will be identical to the original.
  9. The compression ratios of TTA depend on the type of music file
  10. being compressed, but the compression size will generally range
  11. between 30% - 70% of the original.
  12. TTA format supports both of ID3v1/v2 tags. Detailed format
  13. description is available at http://www.true-audio.com.
  14. The decoder process has a minimal system requirements and does
  15. not required to create a big additional memory pools. As the
  16. TTA algorithms has a same system requirements both for decoding
  17. and for encoding processes - the TTA recorder can be easily
  18. realized also.
  19. * Changes
  20.   14/04/2004 1.0 Initial release
  21.   16/04/2004 1.1 Code optimization
  22.                  Code clean-up
  23.   29/10/2004 1.2 ID3 tags support
  24.  Code clean-up
  25. * To Do
  26.   - TTA recorder functions.
  27. * Developers
  28.   Alexander Djourik <ald@true-audio.com>
  29.   Pavel Zhilin <pzh@true-audio.com>
  30. * Copying
  31. Redistribution and use in source and binary forms, with or without
  32. modification, are permitted provided that the following conditions
  33. are met:
  34. 1. Redistributions of source code must retain the above copyright
  35.    notice, this list of conditions and the following disclaimer.
  36. 2. Redistributions in binary form must reproduce the above copyright
  37.    notice, this list of conditions and the following disclaimer in the
  38.    documentation and/or other materials provided with the distribution.
  39. 3. Neither the name of the True Audio Software nor the names of its
  40.    contributors may be used to endorse or promote products derived
  41.    from this software without specific prior written permission.
  42. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  43. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  44. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  45. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  46. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  47. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  48. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  49. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  50. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  51. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  52. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  53. * See also
  54. Please visit the TTA homepage at http://tta.sourceforge.net for the
  55. latest in news and downloads.