<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 14, 2015 at 4:39 PM, <a href="mailto:jonetsu@teksavvy.com">jonetsu@teksavvy.com</a> <span dir="ltr"><<a href="mailto:jonetsu@teksavvy.com" target="_blank">jonetsu@teksavvy.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have to be able to have audio after terminating jackd.  Everything<br>
works fine when jackd is present, xine, firefox, audio apps, etc.  When<br>
jackd is gone, no more audio.  Taking xine as an example, pavucontrol<br>
will show the output when it plays a video and will show that the<br>
output goes to the onboard audio.  If I choose the 1010LT card, then<br>
xine freezes.  Envy24 utility shows nothing.<br>
<br>
I would like to be able to view, and hear, downloaded video clips<br>
without jackd around.<br>
<br>
Why ?  Because the current bitwig has a bug in which jackd MIDI does<br>
not work.  This translates has having sound, but no MIDI from external<br>
controllers.  OTOH, if bitwig switches to ALSA then there's MIDI but no<br>
sound until jackd goes away.<br>
<br>
The goal is to follow bitwig tutorials.<br>
<br>
There must be a way for audio apps to be able to output sound on the<br>
1010LT without jack...<br></blockquote><div><br></div><div>1) if an application is written to ONLY use JACK, then JACK must be running for that application to output audio<br></div><div>2) if an application is written to use JACK or some other audio API, then obviously JACK can be be stopped and the application can be told to use another API<br></div><div>3) if an application is written to use some other audio API, then in general, it will be a little complex to get it to work if JACK is running, and trivial if it is not.<br><br></div><div>However, if your system was setup to deal with case (3), so that non-JACK applications could be heard even when using JACK, then it is unlikely that those same applications can be heard if JACK is not running.<br><br></div><div>For example, on my own system, JACK is the sole user of the only audio interface I have that is connected to any speakers. All non-JACK applications end up talking to PulseAudio (either directly, like Skype or a web browser (for shame!)) or indirectly (via PulseAudio acting as the default ALSA device). PulseAudio and JACK are connected via an ALSA loopback device. If JACK is stopped, the non-JACK applications will continue to function, but they cannot be heard.<br><br></div><div>So ... the way forward depends a great deal on the specifics of your system and the applications in question.<br></div><div><br>--p<br></div><div><br></div></div></div></div>