diff -r 000000000000 -r 71ca22bcf22a mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/Data/AWBAudioPlayControllerResource.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/Data/AWBAudioPlayControllerResource.rss Tue Feb 02 01:08:46 2010 +0200 @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2004 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: AWBAudioPlayControllerPlugin resource file. +* +*/ + + +// INCLUDES +#include "AWBAudioPlayControllerResource.rh" + +// RESOURCE DEFINITIONS + +// ----------------------------------------------------------------------------- +// +// amrwbDecoder +// AWB decoder resource file. +// +// ----------------------------------------------------------------------------- +// +RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE awbDecoder + { + shared_buffer_max_num = 2; + shared_buffer_max_size = 8192; + sampling_rate = EAapSampleRate16000Hz; + stereo_support = 0; + metadata_support = EAapMetadataSupportFalse; + + configuration_parameters = + { + AWB_DECODER_CONFIG_PARAMS + { + decimation_factor = 1; + concealment_level = 2; + } + }; + } + +// End of File +