mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pw-play: update page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
360 B
360 B
pw-play
Play audio files through
pipewire
. Shorthand forpw-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}}