← 返回命令列表

Linux command

pasuspender 命令

文件

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

常用示例

Example

pasuspender -- jackd --driver alsa --device hw:0

Example

pasuspender -- [command]

说明

pasuspender temporarily suspends PulseAudio to allow another application exclusive access to audio hardware through ALSA. This is necessary for applications that cannot work with PulseAudio or require direct hardware access. When the specified command exits, PulseAudio automatically resumes normal operation. This is commonly used with professional audio applications like JACK that need low-latency direct hardware access.

参数

-s, --server _server_
Connect to specified PulseAudio server
--
Separator between pasuspender options and command
-h, --help
Display help information
--version
Display version information

FAQ

What is the pasuspender command used for?

pasuspender temporarily suspends PulseAudio to allow another application exclusive access to audio hardware through ALSA. This is necessary for applications that cannot work with PulseAudio or require direct hardware access. When the specified command exits, PulseAudio automatically resumes normal operation. This is commonly used with professional audio applications like JACK that need low-latency direct hardware access.

How do I run a basic pasuspender example?

Run `pasuspender -- jackd --driver alsa --device hw:0` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -s, --server _server_ do in pasuspender?

Connect to specified PulseAudio server