← 返回命令列表

Linux command

pulseaudio 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Check

pulseaudio --check

Start

pulseaudio --start

Kill

pulseaudio -k

Example

pulseaudio --dump-modules

Load

pulseaudio -L "[module_name] [args]"

说明

pulseaudio is a sound server that provides a software mixing layer between applications and audio hardware. It allows multiple applications to share audio devices and provides features like per-application volume control. The daemon runs per-user and is typically started automatically by desktop sessions. It supports network audio streaming and various audio processing modules.

参数

--start
Start the daemon in background
-k, --kill
Kill the running daemon
--check
Check if daemon is running (exit code)
--dump-modules
List available modules
-L, --load _module_
Load a module into running daemon
--dump-conf
Dump default configuration
-D, --daemonize
Daemonize after startup

FAQ

What is the pulseaudio command used for?

pulseaudio is a sound server that provides a software mixing layer between applications and audio hardware. It allows multiple applications to share audio devices and provides features like per-application volume control. The daemon runs per-user and is typically started automatically by desktop sessions. It supports network audio streaming and various audio processing modules.

How do I run a basic pulseaudio example?

Run `pulseaudio --check` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --start do in pulseaudio?

Start the daemon in background