mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:42:19 +02:00
13 lines
358 B
Markdown
13 lines
358 B
Markdown
# pw-play
|
|
|
|
> Record audio files through pipewire.
|
|
> Shorthand for pw-cat --playback.
|
|
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
|
|
|
|
- Play a wav sound file over the default target:
|
|
|
|
`pw-play {{path/to/file.wav}}`
|
|
|
|
- Play a wav sound file at a different volume level:
|
|
|
|
`pw-play --volume={{0.1}} {{path/to/file.wav}}`
|