1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

pw-cat, pw-record: convert to alias; pw-cat: update more information link (#15659)

This commit is contained in:
Managor 2025-02-09 09:22:00 +02:00 committed by GitHub
parent 2cacaaa4e7
commit dd6564ad02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 24 deletions

View file

@ -1,7 +1,7 @@
# pw-cat
> Play and record audio files through PipeWire.
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
> More information: <https://docs.pipewire.org/page_man_pw-cat_1.html>.
- Play a WAV file over the default target:

View file

@ -1,14 +1,7 @@
# pw-play
> Play audio files through PipeWire.
> Shorthand for `pw-cat --playback`.
> See also: `play`.
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
> 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`

View file

@ -1,17 +1,7 @@
# pw-record
> Record audio files through PipeWire.
> Shorthand for pw-cat --record.
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
> 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`