2023-12-09 15:48:47 +02:00
|
|
|
\page page_man_spa-acp-tool_1 spa-acp-tool
|
|
|
|
|
|
|
|
|
|
The PipeWire ALSA profile debugging utility
|
|
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
2024-12-08 12:33:54 +02:00
|
|
|
**spa-acp-tool** \[*OPTIONS*\] \[*COMMAND*\]
|
2023-12-09 15:48:47 +02:00
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
|
|
Debug tool for exercising the ALSA card profile probing code, without
|
|
|
|
|
running PipeWire.
|
|
|
|
|
|
|
|
|
|
May be used to debug problems where PipeWire has incorrectly
|
|
|
|
|
functioning ALSA card profiles.
|
|
|
|
|
|
2024-12-08 12:33:54 +02:00
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
|
|
\par -h | \--help
|
|
|
|
|
Show help
|
|
|
|
|
|
|
|
|
|
\par -v | \--verbose
|
|
|
|
|
Increase verbosity by one level
|
|
|
|
|
|
|
|
|
|
\par -c NUMBER | \--card NUMBER
|
|
|
|
|
Select which card to probe
|
|
|
|
|
|
|
|
|
|
\par -p | \--properties
|
|
|
|
|
Additional properties to pass to ACP, e.g. `key=value ...`.
|
|
|
|
|
|
2023-12-09 15:48:47 +02:00
|
|
|
# COMMANDS
|
|
|
|
|
|
|
|
|
|
\par help | h
|
|
|
|
|
Show available commands
|
|
|
|
|
|
|
|
|
|
\par quit | q
|
|
|
|
|
Quit
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par card ID | c ID
|
2023-12-09 15:48:47 +02:00
|
|
|
Probe card
|
|
|
|
|
|
|
|
|
|
\par info | i
|
|
|
|
|
List card info
|
|
|
|
|
|
|
|
|
|
\par list | l
|
|
|
|
|
List all objects
|
|
|
|
|
|
|
|
|
|
\par list-verbose | lv
|
|
|
|
|
List all data
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par list-profiles [ID] | lpr [ID]
|
2023-12-09 15:48:47 +02:00
|
|
|
List profiles
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par set-profile ID | spr ID
|
2023-12-09 15:48:47 +02:00
|
|
|
Activate a profile
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par list-ports [ID] | lp [ID]
|
2023-12-09 15:48:47 +02:00
|
|
|
List ports
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par set-port ID | sp ID
|
2023-12-09 15:48:47 +02:00
|
|
|
Activate a port
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par list-devices [ID] | ld [ID]
|
2023-12-09 15:48:47 +02:00
|
|
|
List available devices
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par get-volume ID | gv ID
|
2023-12-09 15:48:47 +02:00
|
|
|
Get volume from device
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par set-volume ID VOL | v ID VOL
|
2023-12-09 15:48:47 +02:00
|
|
|
Set volume on device
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par inc-volume ID | v+ ID
|
2023-12-09 15:48:47 +02:00
|
|
|
Increase volume on device
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par dec-volume ID | v- ID
|
2023-12-09 15:48:47 +02:00
|
|
|
Decrease volume on device
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par get-mute ID | gm ID
|
2023-12-09 15:48:47 +02:00
|
|
|
Get mute state from device
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par set-mute ID VAL | sm ID VAL
|
2023-12-09 15:48:47 +02:00
|
|
|
Set mute on device
|
|
|
|
|
|
2024-01-28 13:06:50 +02:00
|
|
|
\par toggle-mute ID | m ID
|
2023-12-09 15:48:47 +02:00
|
|
|
Toggle mute on device
|
|
|
|
|
|
|
|
|
|
# AUTHORS
|
|
|
|
|
|
|
|
|
|
The PipeWire Developers <$(PACKAGE_BUGREPORT)>;
|
|
|
|
|
PipeWire is available from <$(PACKAGE_URL)>
|
|
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
|
|
\ref page_man_pipewire_1 "pipewire(1)"
|