mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 15:42:03 +00:00
20 lines
470 B
Plaintext
20 lines
470 B
Plaintext
---
|
|
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`.
|
|
> See also: `play`.
|
|
> 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}}`
|