Jack服务器无法在Raspbian Jessie Lite上创建新客户端

时间:2017-08-14 13:58:03

标签: audio raspbian mplayer puredata jack

我已经使用Raspbian Jessie Lite按照此处https://github.com/iani/RPI-first-steps#step-3-get-and-install-jack-audio-drivers的说明在Raspberry Pi 3上安装了Jack 2,并将用户添加到“{time}”这样的“实时”组中。

当我使用以下命令启动Jack服务器时:

$ jackd -P75 -dalsa -dhw:0 -p1024 -n3 -s -r44100

一切似乎都很好,杰克服务器输出是:

jackdmp 1.9.12
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2016 Grame.
Copyright 2016-2017 Filipe Coelho.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 75
self-connect-mode is "Don't restrict self connect requests"
creating alsa driver ... hw:0|hw:0|1024|3|44100|0|0|nomon|swmeter|soft-mode|32bit
configuring for 44100Hz, period = 1024 frames (23.2 ms), buffer = 3 periods
ALSA: final selected sample format for capture: 24bit little-endian in 3bytes format
ALSA: use 3 periods for capture
ALSA: final selected sample format for playback: 24bit little-endian in 3bytes format
ALSA: use 3 periods for playback

但是当我尝试将纯数据作为插孔客户端运行时,我从Pure Data获得此输出:

Connect: can't connect named semaphore name = jack_sem.1000_default_system err = No such file or directory
Cannot read socket fd = 9 err = No such file or directory
CheckRes error
JackSocketClientChannel read fail
Cannot open pure_data_0 client
error: JACK: server returned status 33
当杰克服务器抱怨时,

ClientNotify fails name = system notification = 0 val1 = 0 val2 = 0
NotifyAddClient new_client fails name = pure_data_0
Cannot notify add client
Cannot create new client

我尝试使用插孔使用mplayer播放mp3,但它似乎表现得相似。 Mplayer看起来像正在播放mp3,但没有音频输出,控制台输出是:

Selected audio codec: MPEG 1.0/2.0/2.5 layers I, II, III [mpg123]
AUDIO: 44100 Hz, 2 ch, s16le, 160.0 kbit/11.34% (ratio: 20000->176400)
AO: [pulse] Init failed: Connection refused
[AO_ALSA] alsa-lib: pcm_hw.c:1557:(snd_pcm_hw_open) open '/dev/snd/pcmC0D0p' failed (-16): Device or resource busy
[AO_ALSA] alsa-lib: pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
[AO_ALSA] Playback open error: Device or resource busy
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
Connect: can't connect named semaphore name = jack_sem.1000_default_system err = No such file or directory
Cannot open MPlayer [939] client
Cannot read socket fd = 9 err = No such file or directory
CheckRes error
JackSocketClientChannel read fail
[JACK] cannot open server
[AO SDL] Samplerate: 44100Hz Channels: Stereo Format s16le
[AO_ALSA] alsa-lib: pcm_hw.c:1557:(snd_pcm_hw_open) open '/dev/snd/pcmC0D0p' failed (-16): Device or resource busy
[AO_ALSA] alsa-lib: pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
[AO SDL] Unable to open audio: No available audio device
AO: [null] 44100Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A:  20.1 (20.0) of 269.6 (04:29.6)  2.9% 

杰克服务器的输出类似于先前的情况:

ClientNotify fails name = system notification = 0 val1 = 0 val2 = 0
NotifyAddClient new_client fails name = MPlayer [939]
Cannot notify add client
Cannot create new client

我真的很擅长在linux上使用声音,虽然我已经读过一些关于linux音频架构的内容但我已经迷路了。我试图从控制台输出谷歌所有不同的错误消息,但没有设法找到答案。也许我错过了一些非常基本的东西。

任何建议都表示赞赏。

提前致谢。

0 个答案:

没有答案