Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -10,19 +10,19 @@ source: https://github.com/tldr-pages/tldr.git
- Play a WAV file over the default target:
`pw-cat --playback {{path/to/file.wav}}`
`pw-cat {{[-p|--playback]}} {{path/to/file.wav}}`
- Play a WAV file with a specified resampler quality (4 by default):
`pw-cat --quality {{0..15}} --playback {{path/to/file.wav}}`
`pw-cat {{[-q|--quality]}} {{0..15}} {{[-p|--playback]}} {{path/to/file.wav}}`
- Record a sample recording at a volume level of 125%:
`pw-cat --record --volume {{1.25}} {{path/to/file.wav}}`
`pw-cat {{[-r|--record]}} --volume {{1.25}} {{path/to/file.wav}}`
- Record a sample recording using a different sample rate:
`pw-cat --record --rate {{6000}} {{path/to/file.wav}}`
`pw-cat {{[-r|--record]}} --rate {{6000}} {{path/to/file.wav}}`
- Display help: