mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudioplaycontroller/Data/3GPAudioPlayControllerResource.rss
changeset 0 71ca22bcf22a
child 7 709f89d8c047
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudioplaycontroller/Data/3GPAudioPlayControllerResource.rss	Tue Feb 02 01:08:46 2010 +0200
@@ -0,0 +1,109 @@
+/*
+* 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;
+    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;
+    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;
+    sampling_rate = EAapSampleRate16000Hz;
+    stereo_support = 0;
+    metadata_support = EAapMetadataSupportTrue;
+
+    configuration_parameters =
+    		{
+    		AWB_DECODER_CONFIG_PARAMS
+    			{
+    			decimation_factor = 1;
+    			concealment_level = 2;
+    			}
+    		};
+    }
+
+
+
+