mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 08:55:47 +00:00
Update cheatsheets
This commit is contained in:
18
linux/pw-play
Normal file
18
linux/pw-play
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pw-play
|
||||
|
||||
> Play audio files through `pipewire`.
|
||||
> Shorthand for `pw-cat --playback`.
|
||||
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user