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>
pull/23/head
Suren Lockwood 2023-10-23 20:55:12 +00:00 committed by GitHub
parent 4c5aea2bb7
commit 3e5510af6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 28 deletions

View File

@ -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: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
- 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}}`

View File

@ -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: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
- 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}}`

View File

@ -1,20 +1,12 @@
# pw-cat
> Pipewire tool for playing and recording audio files.
> Play and record audio files through pipewire.
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
- 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}}`

View File

@ -1,12 +1,9 @@
# pw-record
> Shorthand tool for pw-cat --playback.
> Record audio files through pipewire.
> Shorthand for pw-cat --record.
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
- List all available record targets:
`pw-record --list-targets`
- Record a sample recording using the default target:
`pw-record {{path/to/file.wav}}`