pw-{dsdplay, encplay, midiplay, midirecord}: add page (#21629)

This commit is contained in:
Ivan Baluta
2026-04-02 09:49:47 +07:00
committed by GitHub
parent 554958a4ef
commit 153ac0c1a6
5 changed files with 45 additions and 5 deletions
+17 -5
View File
@@ -8,9 +8,25 @@
`pw-cat {{[-p|--playback]}} {{path/to/file.wav}}`
- Play a MIDI file:
`pw-cat {{[-p|--playback]}} {{[-m|--midi]}} {{path/to/file.mid}}`
- Play a DSD file:
`pw-cat {{[-p|--playback]}} {{[-d|--dsd]}} {{path/to/file.dsf}}`
- Play a compressed audio file using passthrough (requires FFmpeg integration):
`pw-cat {{[-p|--playback]}} {{[-o|--encoded]}} {{path/to/file.ac3}}`
- Play a WAV file with a specified resampler quality (4 by default):
`pw-cat {{[-q|--quality]}} {{0..15}} {{[-p|--playback]}} {{path/to/file.wav}}`
`pw-cat {{[-p|--playback]}} {{[-q|--quality]}} {{0..15}} {{path/to/file.wav}}`
- Record a MIDI file:
`pw-cat {{[-r|--record]}} {{[-m|--midi]}} {{path/to/file.mid}}`
- Record a sample recording at a volume level of 125%:
@@ -19,7 +35,3 @@
- Record a sample recording using a different sample rate:
`pw-cat {{[-r|--record]}} --rate {{6000}} {{path/to/file.wav}}`
- Display help:
`pw-cat {{[-h|--help]}}`
+7
View File
@@ -0,0 +1,7 @@
# pw-dsdplay
> This command is an alias of `pw-cat --playback --dsd`.
- View documentation for the original command:
`tldr pw-cat`
+7
View File
@@ -0,0 +1,7 @@
# pw-encplay
> This command is an alias of `pw-cat --playback --encoded`.
- View documentation for the original command:
`tldr pw-cat`
+7
View File
@@ -0,0 +1,7 @@
# pw-midiplay
> This command is an alias of `pw-cat --playback --midi`.
- View documentation for the original command:
`tldr pw-cat`
+7
View File
@@ -0,0 +1,7 @@
# pw-midirecord
> This command is an alias of `pw-cat --record --midi`.
- View documentation for the original command:
`tldr pw-cat`