From a3142a83a82bfed539c43e66fbe46e60cd5dc6f8 Mon Sep 17 00:00:00 2001 From: vitorhcl Date: Wed, 13 Dec 2023 19:56:07 -0300 Subject: [PATCH] pw-cat: add quality example --- pages/linux/pw-cat.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/pw-cat.md b/pages/linux/pw-cat.md index 5eb530d17b..f00428ecf4 100644 --- a/pages/linux/pw-cat.md +++ b/pages/linux/pw-cat.md @@ -7,6 +7,10 @@ `pw-cat --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}}` + - Record a sample recording at a different volume level: `pw-cat --record --volume={{0.1}} {{path/to/file.wav}}`