mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/Data/AWBAudioPlayControllerResource.rss
changeset 0 71ca22bcf22a
child 7 709f89d8c047
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  AWBAudioPlayControllerPlugin resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include "AWBAudioPlayControllerResource.rh"
       
    21 
       
    22 //  RESOURCE DEFINITIONS 
       
    23 
       
    24 // -----------------------------------------------------------------------------
       
    25 //   
       
    26 // amrwbDecoder
       
    27 // AWB decoder resource file.
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE awbDecoder
       
    32     {
       
    33     shared_buffer_max_num = 2;
       
    34     shared_buffer_max_size = 8192;
       
    35     sampling_rate = EAapSampleRate16000Hz;
       
    36     stereo_support = 0;
       
    37     metadata_support = EAapMetadataSupportFalse;
       
    38 
       
    39     configuration_parameters =
       
    40     		{
       
    41     		AWB_DECODER_CONFIG_PARAMS
       
    42     			{
       
    43     			decimation_factor = 1;
       
    44     			concealment_level = 2;
       
    45     			}
       
    46     		};
       
    47     }
       
    48 
       
    49 // End of File
       
    50