2021-09-28 12:53:19 +01:00
|
|
|
# pw-record
|
|
|
|
|
2023-10-23 21:55:12 +01:00
|
|
|
> Record audio files through pipewire.
|
|
|
|
> Shorthand for pw-cat --record.
|
2021-09-28 12:53:19 +01:00
|
|
|
> 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}}`
|