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:
parent
2cacaaa4e7
commit
dd6564ad02
3 changed files with 7 additions and 24 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue