From dd6564ad02c03a8cc50a76a71b254164ba2efefe Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:22:00 +0200 Subject: [PATCH] pw-cat, pw-record: convert to alias; pw-cat: update more information link (#15659) --- pages/linux/pw-cat.md | 2 +- pages/linux/pw-play.md | 13 +++---------- pages/linux/pw-record.md | 16 +++------------- 3 files changed, 7 insertions(+), 24 deletions(-) diff --git a/pages/linux/pw-cat.md b/pages/linux/pw-cat.md index f3261b093f..1874c8934a 100644 --- a/pages/linux/pw-cat.md +++ b/pages/linux/pw-cat.md @@ -1,7 +1,7 @@ # pw-cat > Play and record audio files through PipeWire. -> More information: . +> More information: . - Play a WAV file over the default target: diff --git a/pages/linux/pw-play.md b/pages/linux/pw-play.md index 92f729e075..b1963f7441 100644 --- a/pages/linux/pw-play.md +++ b/pages/linux/pw-play.md @@ -1,14 +1,7 @@ # pw-play -> Play audio files through PipeWire. -> Shorthand for `pw-cat --playback`. -> See also: `play`. -> More information: . +> This command is an alias of `pw-cat --playback`. -- Play a WAV sound file over the default target: +- View documentation for the original command: -`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}}` +`tldr pw-cat` diff --git a/pages/linux/pw-record.md b/pages/linux/pw-record.md index 7be54d9159..bd148ade45 100644 --- a/pages/linux/pw-record.md +++ b/pages/linux/pw-record.md @@ -1,17 +1,7 @@ # pw-record -> Record audio files through PipeWire. -> Shorthand for pw-cat --record. -> More information: . +> This command is an alias of `pw-cat --record`. -- Record a sample recording using the default target: +- View documentation for the original command: -`pw-record {{path/to/file.wav}}` - -- Record a sample recording at a different volume level: - -`pw-record --volume={{0.1}} {{path/to/file.wav}}` - -- Record a sample recording using a different sample rate: - -`pw-record --rate={{6000}} {{path/to/file.wav}}` +`tldr pw-cat`