mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
pw-cat: add Dutch translation (#16080)
This commit is contained in:
parent
0fe7f42a4a
commit
7f160875a3
1 changed files with 24 additions and 0 deletions
24
pages.nl/linux/pw-cat.md
Normal file
24
pages.nl/linux/pw-cat.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# pw-cat
|
||||
|
||||
> Speel en neem audio-bestanden op via PipeWrite.
|
||||
> Meer informatie: <https://docs.pipewire.org/page_man_pw-cat_1.html>.
|
||||
|
||||
- Speel een WAV bestand over de standaard target:
|
||||
|
||||
`pw-cat --playback {{pad/naar/bestand.wav}}`
|
||||
|
||||
- Speel een WAV bestand met een specifieke resampler kwaliteit (standaard 4):
|
||||
|
||||
`pw-cat --quality {{0..15}} --playback {{pad/naar/bestand.wav}}`
|
||||
|
||||
- Neem een sample recording op met een volume level van 125%:
|
||||
|
||||
`pw-cat --record --volume {{1.25}} {{pad/naar/bestand.wav}}`
|
||||
|
||||
- Neem een sample recording op met een andere sample rate:
|
||||
|
||||
`pw-cat --record --rate {{6000}} {{pad/naar/bestand.wav}}`
|
||||
|
||||
- Toon de help:
|
||||
|
||||
`pw-cat {{[-h|--help]}}`
|
Loading…
Add table
Reference in a new issue