os/mm/devsound/a3fintegrationtest/scripts/tsi_a3f_devsound_pcm_play.script
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
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-0001
sl@0
    19
//! @SYMTestCaseDesc			Positive: PCM 8k mono 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 mono mode with sampling rate of 8 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 mono mode with sampling rate of 8 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-0001 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    31
TEST_COMPLETE
sl@0
    32
sl@0
    33
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0002
sl@0
    34
//! @SYMTestCaseDesc			Positive: PCM 8k stereo playback (+ve)
sl@0
    35
//! @SYMTestPriority			High
sl@0
    36
//! @SYMTestType				CIT
sl@0
    37
//! @SYMREQ 					7918
sl@0
    38
//! @SYMPREQ					1540
sl@0
    39
//! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in stereo mode with sampling rate of 8 KHz.
sl@0
    40
//! 							2.	Start playing and read recorded data from file.
sl@0
    41
//! 							3.	Stop playback once EOF is reached.
sl@0
    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
sl@0
    43
//! 							being executed as required throughout the test.
sl@0
    44
sl@0
    45
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0002 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    46
TEST_COMPLETE
sl@0
    47
sl@0
    48
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0003
sl@0
    49
//! @SYMTestCaseDesc			Positive: PCM 11.025k mono playback (+ve)
sl@0
    50
//! @SYMTestPriority			High
sl@0
    51
//! @SYMTestType				CIT
sl@0
    52
//! @SYMREQ 					7918
sl@0
    53
//! @SYMPREQ					1540
sl@0
    54
//! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 11.025 KHz.
sl@0
    55
//! 							2.	Start playing and read recorded data from file.
sl@0
    56
//! 							3.	Stop playback once EOF is reached.
sl@0
    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
sl@0
    58
//! 							being executed as required throughout the test.
sl@0
    59
sl@0
    60
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0003 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    61
TEST_COMPLETE
sl@0
    62
sl@0
    63
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0004
sl@0
    64
//! @SYMTestCaseDesc			Positive: PCM 11.025k stereo playback (+ve)
sl@0
    65
//! @SYMTestPriority			High
sl@0
    66
//! @SYMTestType				CIT
sl@0
    67
//! @SYMREQ 					7918
sl@0
    68
//! @SYMPREQ					1540
sl@0
    69
//! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in stereo mode with sampling rate of 11.025 KHz.
sl@0
    70
//! 							2.	Start playing and read recorded data from file.
sl@0
    71
//! 							3.	Stop playback once EOF is reached.
sl@0
    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
sl@0
    73
//! 							being executed as required throughout the test.
sl@0
    74
sl@0
    75
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0004 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    76
TEST_COMPLETE
sl@0
    77
sl@0
    78
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0005
sl@0
    79
//! @SYMTestCaseDesc			Positive: PCM 16k mono playback (+ve)
sl@0
    80
//! @SYMTestPriority			High
sl@0
    81
//! @SYMTestType				CIT
sl@0
    82
//! @SYMREQ 					7918
sl@0
    83
//! @SYMPREQ					1540
sl@0
    84
//! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 16 KHz.
sl@0
    85
//! 							2.	Start playing and read recorded data from file.
sl@0
    86
//! 							3.	Stop playback once EOF is reached.
sl@0
    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
sl@0
    88
//! 							being executed as required throughout the test.
sl@0
    89
sl@0
    90
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0005 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    91
TEST_COMPLETE
sl@0
    92
sl@0
    93
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0006
sl@0
    94
//! @SYMTestCaseDesc			Positive: PCM 16k stereo playback (+ve)
sl@0
    95
//! @SYMTestPriority			High
sl@0
    96
//! @SYMTestType				CIT
sl@0
    97
//! @SYMREQ 					7918
sl@0
    98
//! @SYMPREQ					1540
sl@0
    99
//! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in stereo mode with sampling rate of 16 KHz.
sl@0
   100
//! 							2.	Start playing and read recorded data from file.
sl@0
   101
//! 							3.	Stop playback once EOF is reached.
sl@0
   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
sl@0
   103
//! 							being executed as required throughout the test.
sl@0
   104
sl@0
   105
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0006 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
   106
TEST_COMPLETE
sl@0
   107
sl@0
   108
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0007
sl@0
   109
//! @SYMTestCaseDesc			Positive: PCM 22.050k mono playback (+ve)
sl@0
   110
//! @SYMTestPriority			High
sl@0
   111
//! @SYMTestType				CIT
sl@0
   112
//! @SYMREQ 					7918
sl@0
   113
//! @SYMPREQ					1540
sl@0
   114
//! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 22.050 KHz.
sl@0
   115
//! 							2.	Start playing and read recorded data from file.
sl@0
   116
//! 							3.	Stop playback once EOF is reached.
sl@0
   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
sl@0
   118
//! 							being executed as required throughout the test.
sl@0
   119
sl@0
   120
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0007 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
   121
TEST_COMPLETE
sl@0
   122