sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // MM_A3F_DEVSOUND_CHRTZ_RAW_PLAY.script sl@0: // Syntax: sl@0: // RUN_TEST_STEP , , , sl@0: // sl@0: sl@0: LOAD_SUITE char_a3f_devsound.dll sl@0: delay 1000 sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0001 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetConfigL(..) method to set Sampling Rate and Channel sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and Initialize a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call SetConfigL(..) method to set Sampling Rate to 16kHz and iChannel to Stereo Mode. sl@0: //!@SYMTestExpectedResults: sl@0: //SetConfigL(..) method shall be executed without error message. sl@0: PRINT Play Audio Configure - Call SetConfigL(..) method to set Sampling Rate and Channel sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0001, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0002 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method during audio playing sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Alternative Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a Devsound instance. sl@0: //2. Open the file to be played. sl@0: //3. Create a CPeriodic instance. sl@0: //4. Initialise a DevSound instance to play audio. sl@0: //4.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //5. Play an audio file by calling PlayInitL(). sl@0: //6. Start CPeriodic to trigger timed events every 2 seconds. sl@0: //7. On timer event call SetVolume(..) method to set volume to valid values during playback. sl@0: //8. Call Volume() method to verify current device volume value during the playback. sl@0: //!@SYMTestExpectedResults: sl@0: //SetVolume(..) method shall be executed without error message. sl@0: //Value returned from Volume() method shall be equal to the value set by SetVolume(..). sl@0: PRINT Play Audio Configure - Call SetVolume(..) method during audio playing sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0002, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0003 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method to set volume sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and initialise a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call SetVolume(..) method to set volume to a valid value. sl@0: //3. Call Volume() method to verify applied settings. sl@0: //!@SYMTestExpectedResults: sl@0: //SetVolume(..) method shall be executed without error message. sl@0: //Value returned by Volume() method shall be equal to the value set by SetVolume(..). sl@0: PRINT Play Audio Configure - Call SetVolume(..) method to set volume sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0003, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0004 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play tone configuration - Call SetVolume(..) method during paused playing tone sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Alternative Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a Devsound instance. sl@0: //2. Open the file to be played. sl@0: //3. Create a CPeriodic instance. sl@0: //4. Initialise a DevSound instance to play audio files. sl@0: //4.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //5. Play audio.(For testing purposes, the audio file should last more than the first timer event) sl@0: //6. Start CPeriodic to trigger timed events every 2 seconds. sl@0: //7. On timer event pause DevSound client by calling Pause(), then call call SetVolume(..). sl@0: //8. Call Volume() method to verify current device volume value during the playback. sl@0: //!@SYMTestExpectedResults: sl@0: //SetVolume(..) method shall be executed without error message. sl@0: //Value returned from Volume() method shall be equal to the value set by SetVolume(..). sl@0: PRINT Play tone configuration - Call SetVolume(..) method during paused playing tone sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0004, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0005 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method to set volume and reinitialise for tones. sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Initialise the devsound instance to to play audio and call SetVoulme method. sl@0: //2.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //3. After InitializeComplete() callback is received, initialise DevSound to play tones. sl@0: //4. Call Volume method to confirm wheter or not the first value is kept. (When the next InitializeComplete() is in context). sl@0: //!@SYMTestExpectedResults: sl@0: //SetVolume(..) method shall be executed without error message. sl@0: //After reinitialisation of Devsound client, the calling of Volume() method shall return the value which was set by using SetVolume() method. sl@0: //(Volume settings shall not be modified despite DevSound client reinitialisation). sl@0: PRINT Play Audio Configure - Call SetVolume(..) method to set volume and reinitialise. sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0005, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0006 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetVolumeRamp(..) method to set volume ramp sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a Devsound instance. sl@0: //2. Open the file to be played. sl@0: //3. Create a CPeriodic instance. sl@0: //4. Initialise a DevSound instance to play audio. sl@0: //4.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //5. Play an audio file by calling PlayInitL(). sl@0: //6. Start CPeriodic to trigger timed events with a period of 2 seconds. sl@0: //7. On timer event call SetVolumeRamp(..) method to set volume ramp to valid value sl@0: //8. Wait for play error callback and again play an audio file. sl@0: //!@SYMTestExpectedResults: sl@0: //SetVolumeRamp(..) method shall be executed without error message and the its settings shall be reflected the next time PlayInitL() is called. sl@0: PRINT Play Audio Configure - Call SetVolumeRamp(..) method to set volume ramp sl@0: RUN_TEST_STEP 20000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0006, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0007 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method to set volume to a value bigger than MaxVolume() sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and initialise a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call SetVolume(..) method to set volume to a value beyond MaxVolume(). sl@0: //3. Call Volume() method to confirm volume value. sl@0: //!@SYMTestExpectedResults: sl@0: //SetVolume(..) method shall be executed without error message. Value returned by Volume() method shall be equal to MaxVolume. sl@0: PRINT Play Audio Configure - Call SetVolume(..) method to set volume to a value bigger than MaxVolume() sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0007, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0008 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method to set volume to a negative value sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Alternative Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and initialise a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call SetVolume(..) method to set volume using a value lower than zero. sl@0: //4. Call Volume() method to retrieve current device volume. sl@0: //!@SYMTestExpectedResults: sl@0: //SetVolume(..) method shall be executed without error message. Value returned by Volume() method shall be zero. sl@0: PRINT Play Audio Configure - Call SetVolume(..) method to set volume to a negative value sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0008, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0009 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetPlayBalanceL(..) method to set LeftPercentage and aRightPercentage to values greater than 100 sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Alternative Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and initialise a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call SetPlayBalanceL(..) method to set speaker balance values to values greater than 100. sl@0: //3. Call GetPlayBalance() method to verify the speaker values. sl@0: //!@SYMTestExpectedResults: sl@0: //SetPlayBalanceL(..) method shall be executed without error message. sl@0: //Data returned by GetPlayBalanceL() method shall be 100. sl@0: PRINT Play Audio Configure - Call SetPlayBalanceL(..) method to set LeftPercentage and aRightPercentage to values greater than 100 sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0009, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0010 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetPlayBalanceL(..) method to set LeftPercentage and aRightPercentage to values less than 0 sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Alternative Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and initialise a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call SetPlayBalanceL(..) method to set speaker balance values to values less than 0. sl@0: //3. Call GetPlayBalance() method to verify the speaker values. sl@0: //!@SYMTestExpectedResults: sl@0: //SetPlayBalanceL(..) method shall be executed without error message. sl@0: //Data returned by GetPlayBalanceL() method shall be 0. sl@0: PRINT Play Audio Configure - Call SetPlayBalanceL(..) method to set LeftPercentage and aRightPercentage to values less than 0 sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0010, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0011 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio Configure - Call SetPrioritySettings(..) method to set priority sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and Initialize DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call SetPrioritySettings(..) method to set iPriority to a valid value. sl@0: //!@SYMTestExpectedResults: sl@0: //SetPrioritySettings(..) method shall be executed without error message. sl@0: PRINT Play Audio Configure - Call SetPrioritySettings(..) method to set priority sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0011, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0012 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call Capabilities() method to get device - supported capabilities sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and initialise a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call Capabilities() method to get the supported capabilities of devsound. sl@0: //!@SYMTestExpectedResults: sl@0: //Capabilities() method shall returns all supported Sampling Rates and all supported Channels by current device. sl@0: PRINT Play Audio query - Call Capabilities() method to get device - supported capabilities sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0012, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0013 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call Config() method to get Sampling Rate and iChannel sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and initialise a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call Config() method to get Sampling Rate and iChannel. sl@0: //!@SYMTestExpectedResults: sl@0: //Config() method shall return current Sampling Rate and iChannel values. sl@0: PRINT Play Audio query - Call Config() method to get Sampling Rate and iChannel sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0013, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0014 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call GetPlayBalanceL() method to retrieve current device balance value sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and initialise a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call GetPlayBalanceL() method to retrieve current device balance value. sl@0: //!@SYMTestExpectedResults: sl@0: //GetPlayBalanceL(..) method shall return current device play balance values. sl@0: PRINT Play Audio query - Call GetPlayBalanceL() method to retrieve current device balance value sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0014, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0015 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call GetSupportedInputDataTypesL(..) method to get device's supported inputs sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and initialise a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call GetSupportedInputDataTypesL(..) method to get device's supported inputs. sl@0: //!@SYMTestExpectedResults: sl@0: //GetSupportedInputDataTypesL() method shall return a list with the supported values. sl@0: PRINT Play Audio query - Call GetSupportedInputDataTypesL(..) method to get device's supported inputs sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0015, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0016 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call MaxVolume() method to get maximum supported volume sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and Initialize a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call MaxVolume() method to get maximum device supported volume. sl@0: //!@SYMTestExpectedResults: sl@0: //MaxVolume() method shall return the maximum device volume value. sl@0: PRINT Play Audio query - Call MaxVolume() method to get maximum supported volume sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0016, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0017 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call SamplesPlayed() method to get samples played so far sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and Initialize a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call SamplesPlayed() method to get samples played so far. sl@0: //!@SYMTestExpectedResults: sl@0: //SamplesPlayed() shall return the amount of samples played. In this case, it shall be 0. sl@0: PRINT Play Audio query - Call SamplesPlayed() method to get samples played so far sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0017, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0018 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call Volume(..) method to get volume value sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and Initialize a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call Volume(..) method to get current volume value. sl@0: //!@SYMTestExpectedResults: sl@0: //Volume(..) method shall return current device volume value. sl@0: PRINT Play Audio query - Call Volume(..) method to get current volume value sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0018, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0019 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call Capabilities() method to get device - supported capabilities while audio play is in progress. sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Open file to play. sl@0: //3. Initialise the Devsound instance to play audio. sl@0: //3.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //4. Create and start a CPeriodic object. sl@0: //5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event) sl@0: //6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //7. On timer event call Capabilities() method to get the supported capabilities of devsound. sl@0: //!@SYMTestExpectedResults: sl@0: //Capabilities() method shall returns all supported Sampling Rates and all supported Channels by current device. sl@0: PRINT Play Audio query - Call Capabilities() method to get device - supported capabilities while audio play is in progress. sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0019, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0020 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call Config() method to get Sampling Rate and iChannel while audio play is in progress. sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Open file to play. sl@0: //3. Initialise the Devsound instance to play audio. sl@0: //3.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //4. Create and start a CPeriodic object. sl@0: //5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event) sl@0: //6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //7. On timer event call Config() method to get Sampling Rate and iChannel. sl@0: //!@SYMTestExpectedResults: sl@0: //Config() method shall return current Sampling Rate and iChannel values. sl@0: PRINT Play Audio query - Call Config() method to get Sampling Rate and iChannel while audio play is in progress. sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0020, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0021 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call GetPlayBalanceL() method to retrieve current device balance value while audio play is in progress. sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Open file to play. sl@0: //3. Initialise the Devsound instance to play audio. sl@0: //3.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //4. Create and start a CPeriodic object. sl@0: //5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event) sl@0: //6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //7. On timer event call GetPlayBalanceL() method to retrieve current device balance value. sl@0: //!@SYMTestExpectedResults: sl@0: //GetPlayBalanceL(..) method shall return current device play balance values. sl@0: PRINT Play Audio query - Call GetPlayBalanceL() method to retrieve current device balance value while audio play is in progress. sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0021, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0022 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call GetSupportedInputDataTypesL(..) method to get device's supported inputs while audio play is in progress. sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Open file to play. sl@0: //3. Initialise the Devsound instance to play audio. sl@0: //3.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //4. Create and start a CPeriodic object. sl@0: //5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event) sl@0: //6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //7. On timer event call GetSupportedInputDataTypesL(..) method to get device's supported inputs. sl@0: //!@SYMTestExpectedResults: sl@0: //GetSupportedInputDataTypesL() method shall return a list with the supported values. sl@0: PRINT Play Audio query - Call GetSupportedInputDataTypesL(..) method to get device's supported inputs while audio play is in progress. sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0022, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0023 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call MaxVolume() method to get maximum supported volume while audio play is in progress. sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Open file to play. sl@0: //3. Initialise the Devsound instance to play audio. sl@0: //3.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //4. Create and start a CPeriodic object. sl@0: //5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event) sl@0: //6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //7. On timer event call MaxVolume() method to get maximum device supported volume. sl@0: //!@SYMTestExpectedResults: sl@0: //MaxVolume() method shall return the maximum device volume value. sl@0: PRINT Play Audio query - Call MaxVolume() method to get maximum supported volume while audio play is in progress. sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0023, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0024 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call SamplesPlayed() method to get samples played so far while audio play is in progress. sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Open file to play. sl@0: //3. Initialise the Devsound instance to play audio. sl@0: //3.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //4. Create and start a CPeriodic object. sl@0: //5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event) sl@0: //6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //7. On timer event call SamplesPlayed() method to get samples played so far. sl@0: //!@SYMTestExpectedResults: sl@0: //SamplesPlayed() shall return the amount of samples played. In this case, it shall be 0. sl@0: PRINT Play Audio query - Call SamplesPlayed() method to get samples played so far while audio play is in progress. sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0024, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0025 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio query - Call Volume(..) method to get volume value while audio play is in progress. sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Open file to play. sl@0: //3. Initialise the Devsound instance to play audio. sl@0: //3.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //4. Create and start a CPeriodic object. sl@0: //5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event) sl@0: //6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //7. On timer event call Volume(..) method to get current volume value. sl@0: //!@SYMTestExpectedResults: sl@0: //Volume(..) method shall return current device volume value. sl@0: PRINT Play Audio query - Call Volume(..) method to get current volume value while audio play is in progress. sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0025, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0026 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Open file to play. sl@0: //3. Initialise the Devsound instance to play audio. sl@0: //3.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //4. Call PlayInitL() method. sl@0: //5. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //6. Repeat step 5 until the last buffer flag is set, meaning that the length of the buffer read from the file is less than the expected buffer size. Then , in PlayError(..) callback, you should check for KErrUnderflow and last buffer flag. sl@0: //!@SYMTestExpectedResults: sl@0: //PlayError(ErrUnderFlow) callback shall be received. sl@0: PRINT Play Audio sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0026, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0027 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio - Call EmptyBuffers() during PlayData()/BTBF loop sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Alternative Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Open files to be played by DevSound instances. sl@0: //3. Create a CPeriodic instance. sl@0: //3.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //4. Call PlayInitL() method and start timer events each 2 seconds. sl@0: //5. Wait for BufferToBeFilled(..) callback to fill the buffer with data. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //6. On timer event, call EmptyBuffers(). sl@0: //!@SYMTestExpectedResults: sl@0: //EmptyBuffers() returns KErrNone. Any buffers in transit are thrown away, so data ceases to be played immediately. The client must have stopped any read activity into a buffer prior to making this call since new BufferToBeFilled() callback will be made. sl@0: PRINT Play Audio - Call EmptyBuffers() during PlayData()/BTBF loop sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0027, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0028 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Play Audio - EmptyBuffers() is called when not playing sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Exception Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create and Initialize a DevSound instance to play audio. sl@0: //1.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //2. Call EmptyBuffers() sl@0: //!@SYMTestExpectedResults: sl@0: //EmptyBuffers() returns KErrNotReady. sl@0: PRINT Play Audio - EmptyBuffers() is called when not playing sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0028, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0029 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Pause or Stop while Playing Audio from a File - Call Stop() while playing the audio sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a Devsound instance. sl@0: //2. Open the file to be played. sl@0: //3. Create a CPeriodic instance. sl@0: //4. Initialise a DevSound instance to play audio. sl@0: //4.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //5. Call PlayInitL() and start timer events every 2 seconds. sl@0: //6. Wait for BufferToBeFilled(..) callback of first DevSound instance to fill the buffer with data. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //7. On timer event Pause() method. sl@0: //!@SYMTestExpectedResults: sl@0: //Associated audio is no longer playing through output device. sl@0: PRINT Pause or Stop while Playing Audio from a File - Call Stop() while playing the audio sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0029, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0030 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Pause or Stop while Playing Audio from a File - Call Stop() while playing the audio sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a Devsound instance. sl@0: //2. Open the file to be played. sl@0: //3. Create a CPeriodic instance. sl@0: //4. Initialise a DevSound instance to play audio. sl@0: //4.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //5. Call PlayInitL() and start timer events every 2 seconds. sl@0: //6. Wait for BufferToBeFilled(..) callback of first DevSound instance to fill the buffer with data. To continue receiving BTBF callbacks, is mandatory to call PlayData() method. sl@0: //7. On timer event Stop() method. sl@0: //!@SYMTestExpectedResults: sl@0: //Associated audio is no longer playing through output device. sl@0: PRINT Pause or Stop while Playing Audio from a File - Call Stop() while playing the audio sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0030, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0037 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: PlayData() called out of sequence - Call PlayData() except in response to BufferToBeFilled() sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Initialise the Devsound instance to play audio. sl@0: //2.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //3. Call PlayData() method. sl@0: //!@SYMTestExpectedResults: sl@0: //Devsound client shall panic. sl@0: PRINT PlayData() called out of sequence - Call PlayData() except in response to BufferToBeFilled() sl@0: RUN_PANIC_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0037, MmfDevSoundProxy 0, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0038 sl@0: //!@SYMREQ: 7951 sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: PlayInitL() called more than once - Re-call PlayInitL() without Stop() or PlayError() being called. sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance. sl@0: //2. Initialise the Devsound instance to play audio. sl@0: //2.1 Wait for InitializeComplete(KErrNone) callback response. sl@0: //3. Call PlayInitL() method. sl@0: //4. Again call PlayInitL() method. sl@0: //!@SYMTestExpectedResults: sl@0: //The second or subsequent PlayInitL() calls leave with KErrNotReady error. sl@0: PRINT PlayInitL() called more than once - Re-call PlayInitL() without Stop() or PlayError() being called. sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0038, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0040 sl@0: //!@SYMREQ: ???? sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Pause called immediately after creating a DevSound instance sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance with medium priority sl@0: //2. Call Pause on the DevSound instance sl@0: //!@SYMTestExpectedResults: sl@0: //The DevSound instance should not panic sl@0: PRINT Pause called immediately after creating a DevSound instance sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0040, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: sl@0: //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0041 sl@0: //!@SYMREQ: ???? sl@0: //!@SYMPREQ: 1540 sl@0: //!@SYMTestCaseDec: Call empty buffers on receipt of the third buffer to be filled request sl@0: //!@SYMTestPriority: Normal sl@0: //!@SYMTestType: Normal Usecase sl@0: //!@SYMTestActions: sl@0: //1. Create a DevSound instance with medium priority sl@0: //2. Call empty buffers on receipt of the third buffer to be filled request sl@0: //!@SYMTestExpectedResults: sl@0: //A BufferToBeFilled callback should be received by DevSound indicating a new BTBF cycle. sl@0: PRINT Call empty buffers on receipt of the third buffer to be filled request sl@0: RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0041, c:\mm_a3f_devsound_play_raw.ini sl@0: TEST_COMPLETE sl@0: