From 6f40d0dc4b8cd765b35f57b8aa89c0c48aeff67c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:25:07 +0200 Subject: [PATCH] pw-play: update page (#12026) * pw-play: update page --------- Co-authored-by: K.B.Dharun Krishna --- pages/linux/pw-play.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/linux/pw-play.md b/pages/linux/pw-play.md index c83f024d7..e16cb52b5 100644 --- a/pages/linux/pw-play.md +++ b/pages/linux/pw-play.md @@ -1,13 +1,13 @@ # pw-play -> Record audio files through pipewire. -> Shorthand for pw-cat --playback. +> Play audio files through `pipewire`. +> Shorthand for `pw-cat --playback`. > More information: . -- Play a wav sound file over the default target: +- 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: +- Play a WAV sound file at a different volume level: `pw-play --volume={{0.1}} {{path/to/file.wav}}`