mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudioplaycontroller/Data/3GPAudioPlayControllerResource.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:26:11 +0300
branchRCL_3
changeset 18 a36789189b53
parent 5 709f89d8c047
child 19 095bea5f582e
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  3GPAudioPlayControllerPlugin Resource file.
*
*/


//  INCLUDES
#include "3GPAudioPlayControllerResource.rh"

//  RESOURCE DEFINITIONS 

// -----------------------------------------------------------------------------
//   
// aacDecoder
// AAC decoder resource file.
//
// -----------------------------------------------------------------------------
//
RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE aacDecoder
    {
    shared_buffer_max_num = 2;
    shared_buffer_max_size = 20480;
   
    shared_buffer_max_size_non_seekable_source = 8192;
    
    sampling_rate = EAapSampleRate16000Hz;
    stereo_support = 2;
    metadata_support = EAapMetadataSupportTrue;

    configuration_parameters =
    		{
    		AAC_DECODER_CONFIG_PARAMS
    			{
    			input_sampling_frequency = 44100;
     			input_channels = 2;   			
     			input_profile = 1;
    			input_frame_length = 1024;
    			down_mixing = 0;
    			output_channel_selection = 2;
    			decimation_factor = 0;
    			concealment_level = 0;
    			sample_length = 16;
    			output_sampling_frequency = 0;
				ext_Object_Type = 0; 
    			}
    		};
    }

// -----------------------------------------------------------------------------
//   
// amrDecoder
// AMR decoder resource file.
//
// -----------------------------------------------------------------------------
//
RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE amrDecoder
    {
    shared_buffer_max_num = 2;
    shared_buffer_max_size = 8192;
    shared_buffer_max_size_non_seekable_source = 8192;
    sampling_rate = EAapSampleRate8000Hz;
    stereo_support = 0;
    metadata_support = EAapMetadataSupportTrue;

    configuration_parameters =
    		{
    		AMR_DECODER_CONFIG_PARAMS
    			{
    			concealment_level = 1;
    			}
    		};
    }

// -----------------------------------------------------------------------------
//   
// awbDecoder
// AWB decoder resource file.
//
// -----------------------------------------------------------------------------
//
RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE awbDecoder
    {
    shared_buffer_max_num = 2;
    shared_buffer_max_size = 8192;
    shared_buffer_max_size_non_seekable_source = 8192;
    sampling_rate = EAapSampleRate16000Hz;
    stereo_support = 0;
    metadata_support = EAapMetadataSupportTrue;

    configuration_parameters =
    		{
    		AWB_DECODER_CONFIG_PARAMS
    			{
    			decimation_factor = 1;
    			concealment_level = 2;
    			}
    		};
    }