Update contrib.
2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Effects console test implementation
20 #include "EffectConsoleTest.h"
24 //////////////////////////////////////////////////////////////////////////////
26 // -----> CmyActiveScheduler (implementation)
28 //////////////////////////////////////////////////////////////////////////////
29 void CmyActiveScheduler::Error(TInt aError) const
31 _LIT(KMsgSchedErr,"CmyActiveScheduler-error");
32 User::Panic(KMsgSchedErr,aError);
36 //////////////////////////////////////////////////////////////////////////////
38 // -----> CActiveConsole (implementation)
40 //////////////////////////////////////////////////////////////////////////////
41 CActiveConsole::CActiveConsole( CConsoleBase* aConsole)
42 : CActive(CActive::EPriorityStandard)
43 // Construct high-priority active object
48 void CActiveConsole::ConstructL()
50 // Add to active scheduler
51 CActiveScheduler::Add(this);
54 CActiveConsole::~CActiveConsole()
56 // Make sure we're cancelled
60 void CActiveConsole::DoCancel()
62 iConsole->ReadCancel();
65 void CActiveConsole::RunL()
67 // Handle completed request
68 ProcessKeyPress(TChar(iConsole->KeyCode()));
71 void CActiveConsole::RequestCharacter()
73 // A request is issued to the CConsoleBase to accept a
74 // character from the keyboard.
75 iConsole->Read(iStatus);
80 //////////////////////////////////////////////////////////////////////////////
82 // -----> CWriteKeyProcessor (implementation)
84 //////////////////////////////////////////////////////////////////////////////
85 CConsoleTest::CConsoleTest(CConsoleBase* aConsole)
86 : CActiveConsole(aConsole),
90 iEnvironmentalReverb = NULL;
91 iStereoWidening = NULL;
95 CConsoleTest::~CConsoleTest()
97 RDebug::Print(_L("CConsoleTest::~CConsoleTest\n"));
98 // Make sure we're cancelled
101 delete iPlayerAudioEqualizer;
102 delete iPlayerEnvironmentalReverb;
103 delete iPlayerStereoWidening;
104 delete iRecorderAudioEqualizer;
105 delete iRecorderEnvironmentalReverb;
106 delete iRecorderStereoWidening;
111 delete iAudioRecorder;
112 delete iAudioConverter;
121 void CConsoleTest::ConstructL()
123 User::LeaveIfError(iFs.Connect());
125 iAudioPlayer = CMdaAudioPlayerUtility::NewFilePlayerL(KAMRTestFile, *this);
126 //iAudioRecorder = CMdaAudioRecorderUtility::NewL(*this);
127 //iAudioConverter = CMdaAudioConvertUtility::NewL(*this);
129 //iAudioPlayer->OpenFileL(KWAVTestFile);
131 // Add to active scheduler
132 CActiveScheduler::Add(this);
133 InitializeTestData();
136 CConsoleTest* CConsoleTest::NewLC(CConsoleBase* aConsole)
138 CConsoleTest* self=new (ELeave) CConsoleTest(aConsole);
139 CleanupStack::PushL(self);
144 CConsoleTest* CConsoleTest::NewL(CConsoleBase* aConsole)
146 CConsoleTest* self=NewLC(aConsole);
153 void CConsoleTest::ProcessKeyPress(TChar aChar)
155 // iConsole->Printf(_L("You pressed: %d\n"), (TUint) aChar);
158 // cancel any outstanding request
159 // stop the scheduler
162 if (aChar == EKeyEscape)
168 CActiveScheduler::Stop();
172 if (aChar == EKeyEnter)
174 iConsole->Printf(KNewLine);
175 // Issue another request
187 // Issue another request
199 TRAP(err,ProcessPlayL(aChar));
203 //ProcessRecord(aChar);
207 TRAP(err,ProcessEqualizerL(aChar));
211 ProcessBandId(aChar);
215 TRAP(err,ProcessBandLevelL(aChar));
218 case EEnvironmentalReverb1:
219 TRAP(err,ProcessEnvironmentalReverbL(aChar));
222 case EEnvironmentalReverb2:
225 case EStereoWideningLevel:
226 TRAP(err,ProcessStereoWideningLevelL(aChar));
229 case EStereoWidening:
230 TRAP(err,ProcessStereoWideningL(aChar));
235 iConsole->Printf(_L("ProcessKeyPress - Unknown function\n"));
236 // Issue another request
243 void CConsoleTest::ShowMenu()
245 iConsole->ClearScreen();
249 iConsole->Printf(_L("1: Player\n"));
250 iConsole->Printf(_L("2: Recorder\n"));
251 iConsole->Printf(_L("3: Converter\n"));
252 iConsole->Printf(_L("9: Exit\n"));
258 iConsole->Printf(_L("0: Main Menu\n"));
259 iConsole->Printf(_L("1: Equalizer\n"));
260 iConsole->Printf(_L("2: Env Reverb\n"));
261 iConsole->Printf(_L("3: StereoWidening\n"));
266 iConsole->Printf(_L("0: Main Menu\n"));
267 iConsole->Printf(_L("1: Enable/Disable\n"));
268 iConsole->Printf(_L("2: Toggle Enforce\n"));
269 iConsole->Printf(_L("3: Set Band Level\n"));
270 iConsole->Printf(_L("4: Show Equalizer info\n"));
271 iConsole->Printf(_L("5: Show Band info\n"));
272 iConsole->Printf(_L("6: Apply Settings\n"));
273 iConsole->Printf(_L("9: Delete Equalizer\n"));
277 iConsole->Printf(_L("0: Equalizer Menu\n"));
278 iConsole->Printf(_L("1: Band Level Up\n"));
279 iConsole->Printf(_L("2: Band Level Down\n"));
280 iConsole->Printf(_L("3: Show Band info\n"));
283 case EEnvironmentalReverb1:
284 iConsole->Printf(_L("0: Main Menu\n"));
285 iConsole->Printf(_L("1: Enable/Disable\n"));
286 iConsole->Printf(_L("2: Toggle Enforce\n"));
287 iConsole->Printf(_L("3: Test Case 1\n"));
288 iConsole->Printf(_L("4: Test Case 2\n"));
289 iConsole->Printf(_L("5: Test Case 3\n"));
290 iConsole->Printf(_L("6: Undef\n"));
291 iConsole->Printf(_L("7: Undef\n"));
292 iConsole->Printf(_L("8: Apply Settings\n"));
293 iConsole->Printf(_L("9: Del Env Reverb\n"));
295 case EEnvironmentalReverb2:
296 iConsole->Printf(_L("0: Main Menu\n"));
297 iConsole->Printf(_L("1: \n"));
298 iConsole->Printf(_L("2: \n"));
299 iConsole->Printf(_L("3: \n"));
300 iConsole->Printf(_L("4: \n"));
301 iConsole->Printf(_L("5: \n"));
302 iConsole->Printf(_L("6: \n"));
303 iConsole->Printf(_L("7: More\n"));
304 iConsole->Printf(_L("8: Apply Settings\n"));
305 iConsole->Printf(_L("9: Del Env Reverb\n"));
308 case EStereoWidening:
309 iConsole->Printf(_L("0: Main Menu\n"));
310 iConsole->Printf(_L("1: Enable/Disable\n"));
311 iConsole->Printf(_L("2: Toggle Enforce\n"));
312 iConsole->Printf(_L("3: Set Widening Level\n"));
313 iConsole->Printf(_L("4: Apply Settings\n"));
314 iConsole->Printf(_L("9: Delete Effect\n"));
318 case EStereoWideningLevel:
319 iConsole->Printf(_L("0: StereoWidening Menu\n"));
320 iConsole->Printf(_L("1: Level Up\n"));
321 iConsole->Printf(_L("2: Level Down\n"));
322 iConsole->Printf(_L("3: Show Effect info\n"));
323 iConsole->Printf(_L("9: Go Back\n"));
332 iConsole->Printf(KNewLine);
337 //////////////////////////////////////////////////////////////////////////////
341 //////////////////////////////////////////////////////////////////////////////
343 void CConsoleTest::ProcessMain(TChar aChar)
351 iMenu = iParentMenu = EPlay;
356 iMenu = iParentMenu = EPlay;
361 iMenu = iParentMenu = EPlay;
366 iConsole->Printf(_L("Stopping Scheduler...\n"));
367 CActiveScheduler::Stop();
368 iConsole->Printf(_L("Exiting...\n"));
373 iConsole->Printf(_L("ProcessMain - Unknown command\n"));
378 iConsole->Printf(_L("Not Ready!\n"));
382 // Issue another request
387 //////////////////////////////////////////////////////////////////////////////
391 //////////////////////////////////////////////////////////////////////////////
393 void CConsoleTest::ProcessPlayL(TChar aChar)
397 case '0': // Main Menu
402 case '1': // Equalizer
404 if (!iPlayerAudioEqualizer)
406 iPlayerAudioEqualizer = CAudioEqualizer::NewL(*iAudioPlayer);
407 iPlayerAudioEqualizer->RegisterObserverL(*this);
409 iAudioEqualizer = iPlayerAudioEqualizer;
413 case '2': // Environmental Reverb
414 iMenu = EEnvironmentalReverb1;
415 if (!iPlayerEnvironmentalReverb)
417 iPlayerEnvironmentalReverb = CEnvironmentalReverb::NewL(*iAudioPlayer);
418 iPlayerEnvironmentalReverb->RegisterObserverL(*this);
420 iEnvironmentalReverb = iPlayerEnvironmentalReverb;
425 case '3': // Stereo Widening
426 iMenu = EStereoWidening;
427 if (!iPlayerStereoWidening)
429 iPlayerStereoWidening = CStereoWidening::NewL(*iAudioPlayer,EFalse,5);
430 iPlayerStereoWidening->RegisterObserverL(*this);
432 iStereoWidening = iPlayerStereoWidening;
439 iConsole->Printf(_L("Play Menu - Unknown command\n"));
443 // Issue another request
449 //////////////////////////////////////////////////////////////////////////////
451 // -----> Equalizer Menu
453 //////////////////////////////////////////////////////////////////////////////
456 void CConsoleTest::ProcessEqualizerL(TChar aChar)
462 case '0': // Main Menu
467 case '1': // Enable / disable
468 if ( iAudioEqualizer->IsEnabled() )
469 iAudioEqualizer->DisableL();
471 iAudioEqualizer->EnableL();
476 if ( iAudioEqualizer->IsEnforced() )
477 iAudioEqualizer->EnforceL(EFalse);
479 iAudioEqualizer->EnforceL(ETrue);
482 case '3': // Set Band Level
484 iConsole->Printf(_L("Enter Band ID: "));
487 case '4': // Print Equalizer information
488 iConsole->Printf(_L("Enabled: %d\n"), iAudioEqualizer->IsEnabled());
489 iConsole->Printf(_L("Enforced: %d\n"), iAudioEqualizer->IsEnforced());
490 iConsole->Printf(_L("Number Of Bands: %d\n"), iAudioEqualizer->NumberOfBands());
491 iAudioEqualizer->DbLevelLimits(min,max);
492 iConsole->Printf(_L("Db Min %d, Max %d\n"), min, max );
495 case '5': // Print Band Info
497 iConsole->Printf(_L("Enter Band ID: "));
500 case '6': // Apply Settings
501 iAudioEqualizer->ApplyL();
504 case '9': // Delete volume object
505 if (iParentMenu == EPlay)
507 delete iAudioEqualizer;
508 iAudioEqualizer = NULL;
509 iPlayerAudioEqualizer = NULL;
512 if (iParentMenu == ERecord)
514 delete iAudioEqualizer;
515 iAudioEqualizer = NULL;
516 iRecorderAudioEqualizer = NULL;
521 iConsole->Printf(_L("ProcessEqualizerL - Unknown command\n"));
525 // Issue another request
530 //////////////////////////////////////////////////////////////////////////////
534 //////////////////////////////////////////////////////////////////////////////
537 void CConsoleTest::ProcessBandId(TChar aChar)
539 iBandId = aChar.GetNumericValue();
547 void CConsoleTest::ProcessBandLevelL(TChar aChar)
551 case '0': // Main Menu
556 case '1': // Level UP
558 iAudioEqualizer->SetBandLevelL(iBandId, iAudioEqualizer->BandLevel(iBandId) + 1);
559 iConsole->Printf(_L("Band[%d] Level[%d]\n"), iBandId, iAudioEqualizer->BandLevel(iBandId) );
560 //iAudioEqualizer->ApplyL();
563 case '2': // Level Down
565 iAudioEqualizer->SetBandLevelL(iBandId, iAudioEqualizer->BandLevel(iBandId) - 1);
566 iConsole->Printf(_L("Band[%d] Level[%d]\n"), iBandId, iAudioEqualizer->BandLevel(iBandId) );
567 //iAudioEqualizer->ApplyL();
570 case '3': // Print Band information
571 iConsole->Printf(_L("Band Number: %d\n"), iBandId);
572 iConsole->Printf(_L("BandLevel: %d\n"), iAudioEqualizer->BandLevel(iBandId));
573 iConsole->Printf(_L("BandWidth: %d\n"), iAudioEqualizer->BandWidth(iBandId));
574 iConsole->Printf(_L("Crossover Fequency %d\n"), iAudioEqualizer->CrossoverFrequency(iBandId));
575 iConsole->Printf(_L("Center Fequency %d\n"), iAudioEqualizer->CenterFrequency(iBandId));
579 iConsole->Printf(_L("ProcessEqualizerL - Unknown command\n"));
583 // Issue another request
587 //////////////////////////////////////////////////////////////////////////////
589 // -----> Stereo Widening Menu
591 //////////////////////////////////////////////////////////////////////////////
594 void CConsoleTest::ProcessStereoWideningL(TChar aChar)
599 case '0': // Main Menu
604 case '1': // Enable / disable
605 if ( iStereoWidening->IsEnabled() )
606 iStereoWidening->DisableL();
608 iStereoWidening->EnableL();
613 if ( iStereoWidening->IsEnforced() )
614 iStereoWidening->EnforceL(EFalse);
616 iStereoWidening->EnforceL(ETrue);
619 case '3': // Set Stereo Widening Level
620 iMenu = EStereoWideningLevel;
623 case '4': // Apply Settings
624 iStereoWidening->ApplyL();
627 case '9': // Delete volume object
628 if (iParentMenu == EPlay)
630 delete iStereoWidening;
631 iStereoWidening = NULL;
632 iPlayerStereoWidening = NULL;
634 if (iParentMenu == ERecord)
636 delete iStereoWidening;
637 iStereoWidening = NULL;
638 iRecorderStereoWidening = NULL;
646 iConsole->Printf(_L("ProcessStereoWideningL - Unknown command\n"));
650 // Issue another request
654 void CConsoleTest::ProcessStereoWideningLevelL(TChar aChar)
661 case '1': // Level UP
663 iStereoWidening->SetStereoWideningLevelL(iStereoWidening->StereoWideningLevel() + 1);
664 iConsole->Printf(_L("Level[%d]\n"), iStereoWidening->StereoWideningLevel() );
667 case '2': // Level Down
669 iStereoWidening->SetStereoWideningLevelL(iStereoWidening->StereoWideningLevel() - 1);
670 iConsole->Printf(_L("Level[%d]\n"), iStereoWidening->StereoWideningLevel() );
673 case '3': // Print Level information
674 iConsole->Printf(_L("Level: %d\n"), iStereoWidening->StereoWideningLevel());
675 iConsole->Printf(_L("Continuous Level %d\n"), iStereoWidening->IsContinuousLevelSupported());
677 case '9': // Main Menu
678 iMenu = EStereoWidening;
683 iConsole->Printf(_L("ProcessStereoWideningL - Unknown command\n"));
687 // Issue another request
691 //////////////////////////////////////////////////////////////////////////////
693 // -----> Environmental reverb Menu
695 //////////////////////////////////////////////////////////////////////////////
697 void CConsoleTest::InitializeTestData()
699 iGoodData.Append(1000); // Decay HF Ratio
700 iGoodData.Append(1000); // Decay Time
701 iGoodData.Append(1000); // Density
702 iGoodData.Append(1000); // Diffusion
703 iGoodData.Append(1000); // Reflections Delay
704 iGoodData.Append(1000); // Reflections Level
705 iGoodData.Append(1000); // Reverb Delay
706 iGoodData.Append(1000); // Reverb Level
707 iGoodData.Append(1000); // Room HF Level
708 iGoodData.Append(1000); // Room Level
710 iBadData.Append(50000); // Decay HF Ratio
711 iBadData.Append(300000); // Decay Time
712 iBadData.Append(10005); // Density
713 iBadData.Append(10005); // Diffusion
714 iBadData.Append(300000); // Reflections Delay
715 iBadData.Append(2000); // Reflections Level
716 iBadData.Append(300000); // Reverb Delay
717 iBadData.Append(2000); // Reverb Level
718 iBadData.Append(2000); // Room HF Level
719 iBadData.Append(2000); // Room Level
723 void CConsoleTest::ProcessEnvironmentalReverbL(TChar aChar)
728 case '0': // Main Menu
733 case '1': // Enable / disable
734 if ( iEnvironmentalReverb->IsEnabled() )
735 iEnvironmentalReverb->DisableL();
737 iEnvironmentalReverb->EnableL();
742 if ( iEnvironmentalReverb->IsEnforced() )
743 iEnvironmentalReverb->EnforceL(EFalse);
745 iEnvironmentalReverb->EnforceL(ETrue);
748 case '3': // Test 1: Setters normal case
752 case '4': // Test 2: Setters abnormal case
756 case '5': // Test 3: Getters abnormal case
760 case '8': // Apply Settings
761 iEnvironmentalReverb->ApplyL();
764 case '9': // Delete environmental reverb object
765 if (iParentMenu == EPlay)
767 delete iEnvironmentalReverb;
768 iEnvironmentalReverb = NULL;
769 iPlayerEnvironmentalReverb = NULL;
772 if (iParentMenu == ERecord)
774 delete iEnvironmentalReverb;
775 iEnvironmentalReverb = NULL;
776 iRecorderEnvironmentalReverb = NULL;
781 iConsole->Printf(_L("ProcessEnvironmentalReverbL - Unknown command\n"));
785 // Issue another request
789 void CConsoleTest::TestCase1()
791 TRAPD(err1, iEnvironmentalReverb->SetDecayHFRatioL(iGoodData[0]));
792 iConsole->Printf(_L("Result 1.1 - %d\n"),err1);
793 TRAPD(err2, iEnvironmentalReverb->SetDecayTimeL(iGoodData[1]));
794 iConsole->Printf(_L("Result 1.2 - %d\n"),err2);
795 TRAPD(err3, iEnvironmentalReverb->SetDensityL(iGoodData[2]));
796 iConsole->Printf(_L("Result 1.3 - %d\n"),err3);
797 TRAPD(err4, iEnvironmentalReverb->SetDiffusionL(iGoodData[3]));
798 iConsole->Printf(_L("Result 1.4 - %d\n"),err4);
799 TRAPD(err5, iEnvironmentalReverb->SetReflectionsDelayL(iGoodData[4]));
800 iConsole->Printf(_L("Result 1.5 - %d\n"),err5);
801 TRAPD(err6, iEnvironmentalReverb->SetReverbDelayL(iGoodData[6]));
802 iConsole->Printf(_L("Result 1.6 - %d\n"),err6);
803 TRAPD(err7, iEnvironmentalReverb->SetReverbLevelL(iGoodData[7]));
804 iConsole->Printf(_L("Result 1.7 - %d\n"),err7);
805 TRAPD(err8, iEnvironmentalReverb->SetRoomHFLevelL(iGoodData[8]));
806 iConsole->Printf(_L("Result 1.8 - %d\n"),err8);
807 TRAPD(err9, iEnvironmentalReverb->SetRoomLevelL(iGoodData[9]));
808 iConsole->Printf(_L("Result 1.9 - %d\n"),err9);
809 TRAPD(err10, iEnvironmentalReverb->SetReflectionsLevelL(iGoodData[5]));
810 iConsole->Printf(_L("Result 1.10 - %d\n"),err10);
813 void CConsoleTest::TestCase2()
815 TRAPD(err1, iEnvironmentalReverb->SetDecayHFRatioL(iBadData[0]));
816 iConsole->Printf(_L("Result 1.1 - %d\n"),err1);
817 TRAPD(err2, iEnvironmentalReverb->SetDecayTimeL(iBadData[1]));
818 iConsole->Printf(_L("Result 1.2 - %d\n"),err2);
819 TRAPD(err3, iEnvironmentalReverb->SetDensityL(iBadData[2]));
820 iConsole->Printf(_L("Result 1.3 - %d\n"),err3);
821 TRAPD(err4, iEnvironmentalReverb->SetDiffusionL(iBadData[3]));
822 iConsole->Printf(_L("Result 1.4 - %d\n"),err4);
823 TRAPD(err5, iEnvironmentalReverb->SetReflectionsDelayL(iBadData[4]));
824 iConsole->Printf(_L("Result 1.5 - %d\n"),err5);
825 TRAPD(err6, iEnvironmentalReverb->SetReverbDelayL(iBadData[6]));
826 iConsole->Printf(_L("Result 1.6 - %d\n"),err6);
827 TRAPD(err7, iEnvironmentalReverb->SetReverbLevelL(iBadData[7]));
828 iConsole->Printf(_L("Result 1.7 - %d\n"),err7);
829 TRAPD(err8, iEnvironmentalReverb->SetRoomHFLevelL(iBadData[8]));
830 iConsole->Printf(_L("Result 1.8 - %d\n"),err8);
831 TRAPD(err9, iEnvironmentalReverb->SetRoomLevelL(iBadData[9]));
832 iConsole->Printf(_L("Result 1.9 - %d\n"),err9);
833 TRAPD(err10, iEnvironmentalReverb->SetReflectionsLevelL(iBadData[5]));
834 iConsole->Printf(_L("Result 1.10 - %d\n"),err10);
837 void CConsoleTest::TestCase3()
839 if ( iEnvironmentalReverb->DecayHFRatio() == iGoodData[0] )
840 iConsole->Printf(_L("Result 3.1 - 1\n"));
842 iConsole->Printf(_L("Result 3.1 - 0\n"));
844 if ( iEnvironmentalReverb->DecayTime() == iGoodData[1] )
845 iConsole->Printf(_L("Result 3.2 - 1\n"));
847 iConsole->Printf(_L("Result 3.2 - 0\n"));
849 if ( iEnvironmentalReverb->Density() == iGoodData[2] )
850 iConsole->Printf(_L("Result 3.3 - 1\n"));
852 iConsole->Printf(_L("Result 3.3 - 0\n"));
854 if ( iEnvironmentalReverb->Diffusion() == iGoodData[3] )
855 iConsole->Printf(_L("Result 3.4 - 1\n"));
857 iConsole->Printf(_L("Result 3.4 - 0\n"));
859 if ( iEnvironmentalReverb->ReflectionsDelay() == iGoodData[4] )
860 iConsole->Printf(_L("Result 3.5 - 1\n"));
862 iConsole->Printf(_L("Result 3.5 - 0\n"));
864 if ( iEnvironmentalReverb->ReflectionsLevel() == iGoodData[5] )
865 iConsole->Printf(_L("Result 3.6 - 1\n"));
867 iConsole->Printf(_L("Result 3.6 - 0\n"));
869 if ( iEnvironmentalReverb->ReverbDelay() == iGoodData[6] )
870 iConsole->Printf(_L("Result 3.7 - 1\n"));
872 iConsole->Printf(_L("Result 3.7 - 0\n"));
874 if ( iEnvironmentalReverb->ReverbLevel() == iGoodData[7] )
875 iConsole->Printf(_L("Result 3.8 - 1\n"));
877 iConsole->Printf(_L("Result 3.8 - 0\n"));
879 if ( iEnvironmentalReverb->RoomHFLevel() == iGoodData[8] )
880 iConsole->Printf(_L("Result 3.9 - 1\n"));
882 iConsole->Printf(_L("Result 3.9 - 0\n"));
884 if ( iEnvironmentalReverb->RoomLevel() == iGoodData[9] )
885 iConsole->Printf(_L("Result 3.10 - 1\n"));
887 iConsole->Printf(_L("Result 3.10 - 0\n"));
890 /************************************************************************************************************/
895 void CConsoleTest::MapcInitComplete(TInt aStatus, const TTimeIntervalMicroSeconds& aDuration)
897 iConsole->Printf(_L("MapcInit: %d\n"), aStatus);
898 iInitStatus = aStatus;
899 TInt d = I64INT(aDuration.Int64());
900 RDebug::Print(_L("CConsoleTest::MapcInitComplete :-> Status[%d] Duration[%d]"), aStatus, d);
903 void CConsoleTest::MapcPlayComplete(TInt aErr)
905 iConsole->Printf(_L("MapcPlay: %d"), aErr);
906 RDebug::Print(_L("CConsoleTest::MapcPlayComplete :-> Error[%d]"), aErr);
909 void CConsoleTest::EffectChanged( const CAudioEffect* aAudioEffect, TUint8 aEvent )
911 RDebug::Print(_L("CConsoleTest::EffectChanged, Event = %d "), aEvent);
913 if ( aAudioEffect->Uid() == KUidAudioEqualizerEffect )
915 if ( aEvent == KEnabled )
917 iConsole->Printf(_L("Equalizer state: %d"), ((CAudioEqualizer*)aAudioEffect)->IsEnabled());
918 RDebug::Print(_L("CConsoleTest::EffectChanged :-> Enabled[%d]"), ((CAudioEqualizer*)aAudioEffect)->IsEnabled());
921 else if ( aAudioEffect->Uid() == KUidStereoWideningEffect )
923 if ( aEvent == KEnabled )
925 iConsole->Printf(_L("StereoWidening state: %d"), ((CStereoWidening*)aAudioEffect)->IsEnabled());
926 RDebug::Print(_L("CConsoleTest::EffectChanged :-> Enabled[%d]"), ((CStereoWidening*)aAudioEffect)->IsEnabled());
930 iConsole->Printf(_L("StereoWidening state: %d"), ((CStereoWidening*)aAudioEffect)->IsEnabled());
931 RDebug::Print(_L("CConsoleTest::EffectChanged :-> Enabled[%d]"), ((CStereoWidening*)aAudioEffect)->IsEnabled());
938 void CConsoleTest::MoscoStateChangeEvent(CBase* /*aObject*/, TInt aPreviousState, TInt aCurrentState, TInt aErrorCode)
940 RDebug::Print(_L("aPreviousState[%d], aCurrentState[%d], aErrorCode[%d]"), aPreviousState, aCurrentState, aErrorCode);
941 iInitStatus = aErrorCode;
942 iConsole->Printf(_L("Mosco: %d\n"), aErrorCode);
947 //////////////////////////////////////////////////////////////////////////////
951 //////////////////////////////////////////////////////////////////////////////
952 LOCAL_C void doTestL()
955 CConsoleBase* console = Console::NewL(KTxtDBTest,TSize(KConsFullScreen,KConsFullScreen));
956 CleanupStack::PushL(console);
958 CmyActiveScheduler* myScheduler = new (ELeave) CmyActiveScheduler;
959 CleanupStack::PushL(myScheduler);
960 CActiveScheduler::Install(myScheduler);
962 // Create a CConsoleTest active object
963 CConsoleTest* consoleTest = CConsoleTest::NewLC(console);
964 consoleTest->ShowMenu();
965 // Issue the first request
966 consoleTest->RequestCharacter();
969 _LIT(KTitleMsg,"Ready!\nPress ESC to end.\n\n");
971 _LIT(KTitleMsg,"Press SPACE(0) to end.\n");
973 console->Printf(KTitleMsg);
976 // Main part of program is a wait loop
977 // This function completes when the scheduler stops
978 CActiveScheduler::Start();
980 _LIT(KTxtPressAnyKey," [press any key]");
981 console->Printf(KTxtPressAnyKey);
982 console->Getch(); // get and ignore character
984 // Remove from the cleanup stack and destroy:
988 CleanupStack::PopAndDestroy(3);