On 07/09/2017 05:34 PM, sqweek wrote:
That did it, kind of... Jack is starting and Pd too, but I get no
sound. The DSP does go on (there's an LED on the synth I've built
that goes on when Pd's DSP is on) but I can't hear anything.
Now though, I can SSH into the Odroid without -X and the script
launching jack and Pd works and sounds works fine.
This is jack's log:
jackdmp 1.9.10
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2013 Grame.
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 10
audio_reservation_init
Acquire audio card Audio1
creating alsa driver ...
hw:USB|hw:USB|512|2|48000|2|4|nomon|swmeter|-|32bit
configuring for 48000Hz, period = 512 frames (10.7 ms), buffer = 2
periods
ALSA: final selected sample format for capture: 32bit integer
little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer
little-endian
ALSA: use 2 periods for playback
JackEngine::XRun: client = pure_data_0 was not finished, state =
Triggered
Jack main caught signal 15
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = pure_data_0 was not finished, state =
Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
Released audio card Audio1
audio_reservation_finish
But this is the log when the script is run manually (and sound works
properly):
jackdmp 1.9.10
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2013 Grame.
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 10
audio_reservation_init
Acquire audio card Audio1
creating alsa driver ...
hw:USB|hw:USB|512|2|48000|2|4|nomon|swmeter|-|32bit
configuring for 48000Hz, period = 512 frames (10.7 ms), buffer = 2
periods
ALSA: final selected sample format for capture: 32bit integer
little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer
little-endian
ALSA: use 2 periods for playback
Jack main caught signal 15
JackEngine::XRun: client = pure_data_0 was not finished, state =
Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
Released audio card Audio1
audio_reservation_finish
So, what could the issue be now?