1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 23:46:03 +02:00
tldr/pages/linux/pw-play.md
Managor 6f40d0dc4b
pw-play: update page (#12026)
* pw-play: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-08 12:55:07 +05:30

13 lines
360 B
Markdown

# 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}}`