tldr/pages.tr/linux/pw-cat.md

17 lines
519 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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}}`