You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Runner/suites/Multimedia/Audio/AudioPlayback/Read_me.md
+33-41Lines changed: 33 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
2
# SPDX-License-Identifier: BSD-3-Clause-Clear
3
3
4
-
# Audio playback Validation Script for RB3 Gen2 (Yocto)
4
+
# Audio playback Validation Script for Qualcomm Linux based platform (Yocto)
5
5
6
6
## Overview
7
7
8
-
This script automates the validation of audio playback capabilities on the Qualcomm RB3 Gen2 platform running a Yocto-based Linux system. It utilizes pulseaudio test app to decode wav file.
8
+
This script automates the validation of audio playback capabilities on the Qualcomm Linux based platform running a Yocto-based Linux system. It utilizes pulseaudio test app to decode wav file.
9
9
10
10
## Features
11
11
@@ -22,15 +22,13 @@ Ensure the following components are present in the target Yocto build:
22
22
23
23
```bash
24
24
Runner/
25
-
├utils/
26
-
├ ├AudioPlayback
27
25
├──suites/
28
-
├├── Multimedia/
29
-
│ ├├── Audio/
30
-
│ ├ ├ ├── AudioPlayback/
31
-
│ ├ ├ ├ ├ └── run.sh
32
-
├ ├ ├ ├ ├ └── yesterday_48KHz.wav
33
-
├ ├ ├ ├ ├ └── audio_test.txt
26
+
├├── Multimedia/
27
+
│ ├├── Audio/
28
+
│ ├ ├ ├── AudioPlayback/
29
+
│ ├ ├ ├ ├ └── run.sh
30
+
├ ├ ├ ├ ├ └── yesterday_48KHz.wav
31
+
├ ├ ├ ├ ├ └── audio_test.txt
34
32
```
35
33
36
34
## Usage
@@ -54,40 +52,34 @@ scp -r common Runner user@target_device_ip:/var
54
52
ssh user@target_device_ip
55
53
cd /var/Runner && ./run-test.sh AudioPlayback
56
54
```
57
-
58
55
Sample Output:
59
-
sh-5.2# ./run-test.sh AudioRecord
60
-
[Test case directory not found: /var/Runner/suites/Multimedia/Audio/AudioRecord
0 commit comments