From 3e5510af6e9efc5618d2e1e3cb68273ff325d3cb Mon Sep 17 00:00:00 2001 From: Suren Lockwood Date: Mon, 23 Oct 2023 20:55:12 +0000 Subject: [PATCH] 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> --- pages.tr/linux/pw-cat.md | 10 +--------- pages.tr/linux/pw-record.md | 7 ++----- pages/linux/pw-cat.md | 10 +--------- pages/linux/pw-record.md | 7 ++----- 4 files changed, 6 insertions(+), 28 deletions(-) diff --git a/pages.tr/linux/pw-cat.md b/pages.tr/linux/pw-cat.md index e14af9a17..38abc3acf 100644 --- a/pages.tr/linux/pw-cat.md +++ b/pages.tr/linux/pw-cat.md @@ -1,20 +1,12 @@ # pw-cat -> Ses dosyalarını çalıştırmak ve kayıt etmek için pipewire aracı. +> Pipewire üzerinden ses dosyalarını çalın ve kaydedin. > Daha fazla bilgi için: . -- Tüm erişilebilir oynatma hedeflerini sırala: - -`pw-cat --playback --list-targets` - - Varsayılan hedef üzerinden bir WAV dosyası oynat: `pw-cat --playback {{örnek/konum/dosya.wav}}` -- Tüm erişilebilir kayıt hedeflerini sırala: - -`pw-cat --record --list-targets` - - Örnek bir kaydı farklı bir ses seviyesinde kayda al: `pw-cat --record --volume={{0.1}} {{örnek/konum/dosya.wav}}` diff --git a/pages.tr/linux/pw-record.md b/pages.tr/linux/pw-record.md index 779cc3f1a..481876f25 100644 --- a/pages.tr/linux/pw-record.md +++ b/pages.tr/linux/pw-record.md @@ -1,12 +1,9 @@ # pw-record -> pw-cat --playback komutu için kısayol aracı. +> Pipewire aracılığıyla ses dosyalarını kaydedin. +> pw-cat --record için kısaltma. > Daha fazla bilgi için: . -- Tüm erişilebilir kayıt hedeflerini sırala: - -`pw-record --list-targets` - - Varsayılan hedefi kullanarak örnek bir ses kaydı al: `pw-record {{örnek/konum/dosya.wav}}` diff --git a/pages/linux/pw-cat.md b/pages/linux/pw-cat.md index d77e3a1a7..5eb530d17 100644 --- a/pages/linux/pw-cat.md +++ b/pages/linux/pw-cat.md @@ -1,20 +1,12 @@ # pw-cat -> Pipewire tool for playing and recording audio files. +> Play and record audio files through pipewire. > More information: . -- List all available playback targets: - -`pw-cat --playback --list-targets` - - Play a WAV file over the default target: `pw-cat --playback {{path/to/file.wav}}` -- List all available record targets: - -`pw-cat --record --list-targets` - - Record a sample recording at a different volume level: `pw-cat --record --volume={{0.1}} {{path/to/file.wav}}` diff --git a/pages/linux/pw-record.md b/pages/linux/pw-record.md index 09aa904c1..f553d7eb8 100644 --- a/pages/linux/pw-record.md +++ b/pages/linux/pw-record.md @@ -1,12 +1,9 @@ # pw-record -> Shorthand tool for pw-cat --playback. +> Record audio files through pipewire. +> Shorthand for pw-cat --record. > More information: . -- List all available record targets: - -`pw-record --list-targets` - - Record a sample recording using the default target: `pw-record {{path/to/file.wav}}`