First public contribution.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 LOAD_SUITE tsi_a3f_devsound.dll
19 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0016
20 //! @SYMTestCaseDesc Positive: PCM 48k stereo playback of sine audio data (+ve)
21 //! @SYMTestPriority High
25 //! @SYMTestActions 1. Configure DevSound to play PCM16 raw sine audio data in stereo mode with sampling rate of 48 KHz.
26 //! 2. Start playing and read recorded data from file.
27 //! 3. Stop playback once EOF is reached.
28 //! @SYMTestExpectedResults Devsound to successfully play PCM16 raw sine audio data in stereo mode with sampling rate of 48 KHz with all the DevSound callback functions
29 //! being executed as required throughout the test.
31 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0016 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
35 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0018
36 //! @SYMTestCaseDesc Negative: PCM mono playback with invalid sample rate (-ve)
37 //! @SYMTestPriority High
41 //! @SYMTestActions 1. Configure DevSound to play PCM16 raw audio data in mono mode with an invalid sample rate.
42 //! 2. Verify the valid error code is received
43 //! @SYMTestExpectedResults CMMFDevSound::SetConfigL should return with KErrArgument
45 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0018 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
48 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0019
49 //! @SYMTestCaseDesc Negative: PCM 8k playback with invalid channel mode (-ve)
50 //! @SYMTestPriority High
54 //! @SYMTestActions 1. Configure DevSound to play PCM16 raw audio data in an invalid mode with sampling rate of 8 kHz.
55 //! 2. Verify the valid error code is received
56 //! @SYMTestExpectedResults CMMFDevSound::SetConfigL should return with KErrArgument
58 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0019 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
61 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0020
62 //! @SYMTestCaseDesc Negative: PCM 8k mono playback with invalid FourCC (-ve)
63 //! @SYMTestPriority High
67 //! @SYMTestActions 1. Initialise DevSound with an invalid FourCC code
68 //! 2. Verify the valid error code is received
69 //! @SYMTestExpectedResults CMMFDevSound::InitializeL should return with KErrNotSupported
71 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0020 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
74 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0021
75 //! @SYMTestCaseDesc Negative: PCM 8k mono playback of corrupt file (-ve)
76 //! @SYMTestPriority High
81 //! @SYMTestActions 1. Configure DevSound to play PCM8 raw audio data in mono mode with sampling rate of 8 kHz.
82 //! 2. Start playing and read recorded data from file.
83 //! 3. Stop playback once EOF is reached.
84 //! @SYMTestExpectedResults Devsound to successfully play PCM8 audio data in mono mode with sampling rate of 8 KHz with all the DevSound callback functions
85 //! being executed as required throughout the test.
87 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0021 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
90 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0022
91 //! @SYMTestCaseDesc Positive: Play to the EOF a specified number of times (+ve)
92 //! @SYMTestPriority High
97 //! @SYMTestActions 1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
98 //! 2. Start playing and read recorded data from file.
99 //! 3. Stop playback once EOF is reached.
100 //! 4. Restart playback again
101 //! 5. Stop test when EOF is reached again
102 //! @SYMTestExpectedResults Devsound to successfully play PCM16 audio data in mono mode with sampling rate of 8 KHz twice with all the DevSound callback
103 //! functions being executed as required throughout the test.
105 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0022 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
108 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0023
109 //! @SYMTestCaseDesc Positive: PCM playback with default parameters. Default FourCC input datatype and default config values (+ve)
110 //! @SYMTestPriority High
115 //! @SYMTestActions 1. Initialise DevSound for playback without specifying format nor configuration parameters
116 //! 2. Start playing and read recorded data from a PCM16/8 kHz file.
117 //! 3. Stop playback once EOF is reached.
118 //! @SYMTestExpectedResults Devsound to successfully play PCM16 audio data in mono mode with sampling rate of 8 KHz with all the DevSound callback functions
119 //! being executed as required throughout the test.
121 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0023 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
124 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0024
125 //! @SYMTestCaseDesc Positive: Play->Stop->Play->Stop->Play EOF. Stop is called a specified number of times through ini file.
126 //! Last playback continues until the EOF (+ve)
127 //! @SYMTestPriority High
132 //! @SYMTestActions 1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
133 //! 2. Start playing and read recorded data from file.
134 //! 3. Stop playback after 10 seconds.
135 //! 4. Restart playback
136 //! 5. Stop playback after 10 seconds.
137 //! 6. Restart playback
138 //! 7. Stop playback once EOF is reached.
139 //! @SYMTestExpectedResults Devsound to successfully play-stop-play-stop-play PCM16 audio data in mono mode with sampling rate of 8 KHz with all the DevSound callback
140 //! functions being executed as required throughout the test.
142 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0024 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
145 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0025
146 //! @SYMTestCaseDesc Positive: Read the current device configuration during playback (+ve)
147 //! @SYMTestPriority High
151 //! @SYMTestActions 1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
152 //! 2. Start playing and read recorded data from file.
153 //! 3. In the BuffertoBeFilled callback check the current device configuration matches the one set at the beginning of the test.
155 //! @SYMTestExpectedResults Values queried during playback should match the ones set before the playback started
156 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0025 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
159 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0026
160 //! @SYMTestCaseDesc Positive: Set volume before play, start play, stop play and get volume (+ve)
161 //! @SYMTestPriority High
165 //! @SYMTestActions 1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
166 //! 2. Set volume to a value specified in the ini file
167 //! 3. Start playing and read recorded data from file.
168 //! 4. Stop playback after 10 seconds and get the volume from DevSound
169 //! 5. Check the values match
170 //! @SYMTestExpectedResults The Volume after the playback has stopped should match the volume set before playback
171 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0026 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
174 //! @SYMTestCaseID MM-A3F-DEVSOUND-PLAY-PCM-I-0027
175 //! @SYMTestCaseDesc Positive: Empty buffers when playback paused (+ve)
176 //! @SYMTestPriority High
180 //! @SYMTestActions 1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
181 //! 2. Start playing and read recorded data from file.
182 //! 3. Pause playback after 10 seconds
183 //! 4. Call EmptyBuffers while in paused state
184 //! @SYMTestExpectedResults EmptyBuffers in paused state should return with KErrNone
186 RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0027 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini