mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
pw-{dsdplay, encplay, midiplay, midirecord}: add page (#21629)
This commit is contained in:
+17
-5
@@ -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]}}`
|
||||
|
||||
@@ -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`
|
||||
@@ -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`
|
||||
@@ -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`
|
||||
@@ -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`
|
||||
Reference in New Issue
Block a user