pw-play: update page (#12026)

* pw-play: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Managor 2024-01-08 09:25:07 +02:00 committed by GitHub
parent 0385654986
commit 6f40d0dc4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
# pw-play # pw-play
> Record audio files through pipewire. > Play audio files through `pipewire`.
> Shorthand for pw-cat --playback. > Shorthand for `pw-cat --playback`.
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>. > More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
- Play a wav sound file over the default target: - Play a WAV sound file over the default target:
`pw-play {{path/to/file.wav}}` `pw-play {{path/to/file.wav}}`
- Play a wav sound file at a different volume level: - Play a WAV sound file at a different volume level:
`pw-play --volume={{0.1}} {{path/to/file.wav}}` `pw-play --volume={{0.1}} {{path/to/file.wav}}`