Readme-AacCodecKit-SampleDemos.html

CTR-SDK AAC Codec Kit Sample Demos

Contents

  1. Introduction
  2. Notes
  3. System Requirements
  4. Confirmed Operating Environment
  5. Installation
  6. Known Bugs
  7. Package Structure
  8. Sample Demos
  9. Revision History

1. Introduction

This package contains sample demos using the AAC codec library that runs on the CTR system.

Back to top

2. Notes

Back to top

3. System Requirements

The following development environment is required to run this package.

Back to top

4. Confirmed Operating Environment

This package has been confirmed to run under the CTR-SDK of the same version number.

Back to top

5. Installation

Location of Package

Uncompress this package in any directory. You can also copy it over the SampleDemos directory in the CTR-SDK.

Back to top

6. Known Bugs

None.

To read the latest information, including information about bugs identified after the release, see the Technical Information section of the Developer Support website.

Back to top

7. Package Structure

The structure of this package is outlined below.
Note: This does not list all included files.

SampleDemos/
    |
    +- documents/
    |    |
    |    +- demos/
    |         |
    |         +- aacdec/ … Describes sample demo using AAC Decoder
    |         +- aacenc/ … Describes sample demo using AAC Encoder
    |
    +- aacdec/ … Source files for sample demo using AAC Decoder
    |
    +- aacenc/ … Source files for sample demo using AAC Encoder
    |
    +- Readme-AacCodecKit-SampleDemos.html … ReadMe file

Back to top

8. Sample Demos

Below is a list of the sample demos in this package.

Sample Demos Using AAC Decoder

AAC Decoder Demo
This sample performs streaming playback while decoding AAC data in ADTS format.

Sample Demos Using AAC Encoder

AAC Encoder Demo
This sample converts a WAV file into AAC format.
Back to top

9. Revision History

2011/08/24
Back to top

CONFIDENTIAL