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