pw-cat, pw-play, pw-record: add page (#6602)

This commit is contained in:
Managor
2021-09-28 14:53:19 +03:00
committed by GitHub
parent ac20da70b3
commit 682544fc1a
3 changed files with 60 additions and 0 deletions

16
pages/linux/pw-play.md Normal file
View File

@@ -0,0 +1,16 @@
# pw-play
> Shorthand tool for pw-cat --playback.
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
- List all available playback targets:
`pw-play --list-targets`
- Play a wav sound file over the default target:
`pw-play {{path/to/file.wav}}`
- Play a wav sound file at a different volume level:
`pw-play --volume={{0.1}} {{path/to/file.wav}}`