1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-26 02:23:54 +02:00
tldr/pages/linux/pw-cat.md
Vitor Henrique 1a4fd7bebc
pw-link: update page; pw-*: add pt_BR translation (#11740)
* pw_link: list with ids

* pw-link: add list links example

* pw-*: add pt_BR translation

* pw-cat, pw-loopback: fix formatting errors in pt_BR

* pw-*: replace "ids" with "IDs"

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pw-*: fix verb tenses in pt_BR

* pw-link: clarify WAV mentioning in pt_BR

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* pw-cat: change example volume level to 125%

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-20 05:18:30 +05:30

594 B

pw-cat

Play and record audio files through pipewire. More information: https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI.

  • Play a WAV file over the default target:

pw-cat --playback {{path/to/file.wav}}

  • Play a WAV file with a specified resampler quality (4 by default):

pw-cat --quality {{0..15}} --playback {{path/to/file.wav}}

  • Record a sample recording at a volume level of 125%:

pw-cat --record --volume={{1.25}} {{path/to/file.wav}}

  • Record a sample recording using a different sample rate:

pw-cat --record --rate={{6000}} {{path/to/file.wav}}