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