gpt4 book ai didi

JACK 音频连接套件 jackd 守护进程无法在 RaspberryPi 上启动

转载 作者:IT王子 更新时间:2023-10-29 00:46:58 31 4
gpt4 key购买 nike

我正在运行 Raspberry Pi 镜像 2012-07-15-wheezy-raspbian.zip,我在 RPi 上安装了 CMedia 108 USB 音频适配器。

尝试使用内置音频启动 jackd

jackd -r -d alsa -d hw:0

启动失败

JACK compiled with System V SHM support.
loading driver ..
creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0
ALSA: Cannot open PCM device alsa_pcm for capture. Falling back to playback-only mode
configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
ALSA: mmap-based access is not possible for the playback stream of this audio interface
ALSA: cannot configure playback channel
cannot load driver module alsa

使用USB音频

jackd -r -d alsa -d hw:1  

立即退出,而不是在后台运行。

JACK compiled with System V SHM support. 
loading driver ..
creating alsa driver ... hw:1|hw:1|1024|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:1
configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 16bit little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 16bit little-endian
ALSA: use 2 periods for playback

有什么想法吗?

最佳答案

板载声卡不能直接与 JACK 一起使用,但像 C-Media 这样的 USB 声卡应该可以。不过,您将需要 JACK 的补丁版本:http://wiki.linuxaudio.org/wiki/raspberrypi官方 Raspbian 存储库中的 JACK 包不起作用,因为它们使用打包结构,这会在启动 JACK 时产生总线错误。

从存储库安装 JACK 后,尝试像这样启动 JACK:

jackd -P84 -p32 -t2000 -d alsa -dhw:Device -p 128 -n 3 -r 48000 -s

这将以低于 10 毫秒的系统延迟运行 JACK。对我来说,这很适合我 2 美元的 C-Media 声卡。

关于JACK 音频连接套件 jackd 守护进程无法在 RaspberryPi 上启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12144972/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com