os/mm/devsound/a3fintegrationtest/scripts/tsi_a3f_devsound_pcm_play.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 LOAD_SUITE tsi_a3f_devsound.dll
    17 
    18 //! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0001
    19 //! @SYMTestCaseDesc			Positive: PCM 8k mono playback (+ve)
    20 //! @SYMTestPriority			High
    21 //! @SYMTestType				CIT
    22 //! @SYMREQ 					7918
    23 //! @SYMPREQ					1540
    24 //! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 KHz.
    25 //! 							2.	Start playing and read recorded data from file.
    26 //! 							3.	Stop playback once EOF is reached.
    27 //! @SYMTestExpectedResults 	Devsound to successfully play PCM16 raw audio data in mono mode with sampling rate of 8 KHz with all the DevSound callback functions
    28 //! 							being executed as required throughout the test.
    29 
    30 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0001 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
    31 TEST_COMPLETE
    32 
    33 //! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0002
    34 //! @SYMTestCaseDesc			Positive: PCM 8k stereo playback (+ve)
    35 //! @SYMTestPriority			High
    36 //! @SYMTestType				CIT
    37 //! @SYMREQ 					7918
    38 //! @SYMPREQ					1540
    39 //! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in stereo mode with sampling rate of 8 KHz.
    40 //! 							2.	Start playing and read recorded data from file.
    41 //! 							3.	Stop playback once EOF is reached.
    42 //! @SYMTestExpectedResults 	Devsound to successfully play PCM16 raw audio data in stereo mode with sampling rate of 8 KHz with all the DevSound callback functions
    43 //! 							being executed as required throughout the test.
    44 
    45 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0002 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
    46 TEST_COMPLETE
    47 
    48 //! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0003
    49 //! @SYMTestCaseDesc			Positive: PCM 11.025k mono playback (+ve)
    50 //! @SYMTestPriority			High
    51 //! @SYMTestType				CIT
    52 //! @SYMREQ 					7918
    53 //! @SYMPREQ					1540
    54 //! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 11.025 KHz.
    55 //! 							2.	Start playing and read recorded data from file.
    56 //! 							3.	Stop playback once EOF is reached.
    57 //! @SYMTestExpectedResults 	Devsound to successfully play PCM16 raw audio data in mono mode with sampling rate of 11.025 KHz with all the DevSound callback functions
    58 //! 							being executed as required throughout the test.
    59 
    60 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0003 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
    61 TEST_COMPLETE
    62 
    63 //! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0004
    64 //! @SYMTestCaseDesc			Positive: PCM 11.025k stereo playback (+ve)
    65 //! @SYMTestPriority			High
    66 //! @SYMTestType				CIT
    67 //! @SYMREQ 					7918
    68 //! @SYMPREQ					1540
    69 //! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in stereo mode with sampling rate of 11.025 KHz.
    70 //! 							2.	Start playing and read recorded data from file.
    71 //! 							3.	Stop playback once EOF is reached.
    72 //! @SYMTestExpectedResults 	Devsound to successfully play PCM16 raw audio data in stereo mode with sampling rate of 11.025 KHz with all the DevSound callback functions
    73 //! 							being executed as required throughout the test.
    74 
    75 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0004 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
    76 TEST_COMPLETE
    77 
    78 //! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0005
    79 //! @SYMTestCaseDesc			Positive: PCM 16k mono playback (+ve)
    80 //! @SYMTestPriority			High
    81 //! @SYMTestType				CIT
    82 //! @SYMREQ 					7918
    83 //! @SYMPREQ					1540
    84 //! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 16 KHz.
    85 //! 							2.	Start playing and read recorded data from file.
    86 //! 							3.	Stop playback once EOF is reached.
    87 //! @SYMTestExpectedResults 	Devsound to successfully play PCM16 raw audio data in mono mode with sampling rate of 16 KHz with all the DevSound callback functions
    88 //! 							being executed as required throughout the test.
    89 
    90 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0005 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
    91 TEST_COMPLETE
    92 
    93 //! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0006
    94 //! @SYMTestCaseDesc			Positive: PCM 16k stereo playback (+ve)
    95 //! @SYMTestPriority			High
    96 //! @SYMTestType				CIT
    97 //! @SYMREQ 					7918
    98 //! @SYMPREQ					1540
    99 //! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in stereo mode with sampling rate of 16 KHz.
   100 //! 							2.	Start playing and read recorded data from file.
   101 //! 							3.	Stop playback once EOF is reached.
   102 //! @SYMTestExpectedResults 	Devsound to successfully play PCM16 raw audio data in stereo mode with sampling rate of 16 KHz with all the DevSound callback functions
   103 //! 							being executed as required throughout the test.
   104 
   105 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0006 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
   106 TEST_COMPLETE
   107 
   108 //! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0007
   109 //! @SYMTestCaseDesc			Positive: PCM 22.050k mono playback (+ve)
   110 //! @SYMTestPriority			High
   111 //! @SYMTestType				CIT
   112 //! @SYMREQ 					7918
   113 //! @SYMPREQ					1540
   114 //! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 22.050 KHz.
   115 //! 							2.	Start playing and read recorded data from file.
   116 //! 							3.	Stop playback once EOF is reached.
   117 //! @SYMTestExpectedResults 	Devsound to successfully play PCM16 raw audio data in mono mode with sampling rate of 22.050 KHz with all the DevSound callback functions
   118 //! 							being executed as required throughout the test.
   119 
   120 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0007 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
   121 TEST_COMPLETE
   122