Files
tldr/pages.tr/linux/pw-record.md
Suren Lockwood 3e5510af6e pw-cat, pw-record: remove deprecated example (#11174)
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>
2023-10-23 23:55:12 +03:00

18 lines
525 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pw-record
> Pipewire aracılığıyla ses dosyalarını kaydedin.
> pw-cat --record için kısaltma.
> Daha fazla bilgi için: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
- Varsayılan hedefi kullanarak örnek bir ses kaydı al:
`pw-record {{örnek/konum/dosya.wav}}`
- Farklı bir ses seviyesinde örnek ses kaydı al:
`pw-record --volume={{0.1}} {{örnek/konum/dosya.wav}}`
- Farklı bir kayıt oranı kullanarak örnek ses kaydı al:
`pw-record --rate={{6000}} {{örnek/konum/dosya.wav}}`