mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 03:51:57 +00:00
Update cheatsheets
This commit is contained in:
22
linux/pw-record
Normal file
22
linux/pw-record
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user