mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 08:22:09 +02:00

Option --list-targets is no longer available in the recent versions of pw-record; in order to list objects use either wpctl status or pw-cli ls or pw-dump instead. https://wiki.archlinux.org/title/PipeWire#Microphone_is_not_detected_by_PipeWire Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
17 lines
481 B
Markdown
17 lines
481 B
Markdown
# pw-record
|
|
|
|
> Record audio files through pipewire.
|
|
> Shorthand for pw-cat --record.
|
|
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
|
|
|
|
- Record a sample recording using the default target:
|
|
|
|
`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}}`
|