diff -r 000000000000 -r 71ca22bcf22a mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/Data/MP3AudioPlayControllerResource.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/Data/MP3AudioPlayControllerResource.rss Tue Feb 02 01:08:46 2010 +0200 @@ -0,0 +1,55 @@ +/* +* 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: MP3AudioPlayControllerPlugin resource file. +* +*/ + + +// INCLUDES +#include "MP3AudioPlayControllerResource.rh" + +// RESOURCE DEFINITIONS + +// ----------------------------------------------------------------------------- +// +// mp3Decoder +// MP3 decoder resource file. +// +// ----------------------------------------------------------------------------- +// +RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE mp3Decoder + { + shared_buffer_max_num = 2; + shared_buffer_max_size = 40960; + sampling_rate = EAapSampleRate16000Hz; + stereo_support = 2; + metadata_support = EAapMetadataSupportTrue; + + configuration_parameters = + { + MP3_DECODER_CONFIG_PARAMS + { + stereo_to_mono_switch = 0; + decode_left_or_right_channel = 0; + decimation_factor = 0; + concealment_level = 1; + sample_length = 16; + sampling_frequency = 44100; + } + }; + } + +// End of File + +