Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pipewire-evaluation
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docs
pipewire-evaluation
Commits
2c5f6c7b
Commit
2c5f6c7b
authored
1 year ago
by
Dylan Aïssi
Browse files
Options
Downloads
Patches
Plain Diff
Add stress-ng in required package
Signed-off-by:
Dylan Aïssi
<
dylan.aissi@collabora.com
>
parent
2d28fa6d
No related branches found
Branches containing commit
Tags
apertis-v2023
Tags containing commit
No related merge requests found
Pipeline
#631739
passed
1 year ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-1
3 additions, 1 deletion
README.md
with
3 additions
and
1 deletion
README.md
+
3
−
1
View file @
2c5f6c7b
...
...
@@ -120,7 +120,8 @@ Now, we can install some tools that will be used in the next steps:
$ sudo apt update
$ sudo apt install alsa-utils pulseaudio-utils \
pipewire-jack sndfile-tools \
psmisc graphviz python3 python3-matplotlib
psmisc graphviz python3 python3-matplotlib \
stress-ng
```
-
**alsa-utils**
will be used to test sound cards directly using ALSA.
-
**pulseaudio-utils**
gives us
`pactl`
to check if pipewire is running.
...
...
@@ -134,6 +135,7 @@ $ sudo apt install alsa-utils pulseaudio-utils \
into png files to represent the PipeWire graph.
-
**python3**
to execute python test scripts.
-
**python3-matplotlib**
to generate graph from results.
-
**stress-ng**
to simulate a high system load.
If the linux kernel is recent enough, you should have sound cards registrered:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment