mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +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>
16 lines
519 B
Markdown
16 lines
519 B
Markdown
# pw-cat
|
|
|
|
> Pipewire üzerinden ses dosyalarını çalın ve kaydedin.
|
|
> Daha fazla bilgi için: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
|
|
|
|
- Varsayılan hedef üzerinden bir WAV dosyası oynat:
|
|
|
|
`pw-cat --playback {{örnek/konum/dosya.wav}}`
|
|
|
|
- Örnek bir kaydı farklı bir ses seviyesinde kayda al:
|
|
|
|
`pw-cat --record --volume={{0.1}} {{örnek/konum/dosya.wav}}`
|
|
|
|
- Örnek bir kaydı farklı bir örnek oran kullanarak kayda al:
|
|
|
|
`pw-cat --record --rate={{6000}} {{örnek/konum/dosya.wav}}`
|