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`