<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote
 cite="mid:Pine.LNX.4.64-L.0908021810530.5109@luke.ifi.uio.no"
 type="cite">
  <pre wrap="">
David Baron:
  </pre>
  <blockquote type="cite">
    <pre wrap="">What might be a jack-enabled equivalent of:

/usr/bin/ogg123 -d alsa &lt;1&gt;  (&lt;1&gt; is and ogg file, obviously)

Preferrable would be something that will play through jack if the daemon be
running, alsa not (mplayer can work this way but this is a bit heavy for a
short file play, i.e., a signal from a program).


    </pre>
  </blockquote>
  <pre wrap=""><!---->
With pulseaudio, you can simply use ogg123, and you
don't have to give any special options for ogg123,
just write "ogg123 &lt;1&gt;" and you'll get sound through
jack.

Pulseaudio has amazingly well-working jack audio drivers
and alsa interfaces, so finally linux audio works
without hassle for all programs all the time.

This is the only modification I had to do to make it work:
$ grep jack /etc/pulse/*
/etc/pulse/default.pa:load-module module-jack-source
/etc/pulse/default.pa:load-module module-jack-sink

  </pre>
</blockquote>
<br>
<br>
Can you please clarify what you did?<br>
<br>
Did you add those lines above to a specifc file or did you just run
grep and everything magically worked?<br>
<br>
<br>
<blockquote
 cite="mid:Pine.LNX.4.64-L.0908021810530.5109@luke.ifi.uio.no"
 type="cite">
  <pre wrap="">I don't know how pulseaudio is set up on other distributions,
but on fedora 11 everything seems to work very well.
  </pre>
</blockquote>
<br>
<br>
It seems more stable to me too and I find the control interface and
associated apps are more user friendly than previous versions.<br>
<br>
<br>
<br>
<br>
<pre wrap="">Patrick Shirkey
Boost Hardware Ltd
</pre>
<br>
<br>
<br>
<blockquote
 cite="mid:Pine.LNX.4.64-L.0908021810530.5109@luke.ifi.uio.no"
 type="cite">
  <pre wrap="">On fedora 10, on the other hand, pulseaudio sometime started
its own jack daemon called "jackdbus" which hogged
the soundcard but didn't produce any sound, but that's
not the case with fedora 11.

_______________________________________________
Linux-audio-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a>
<a class="moz-txt-link-freetext" href="http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user">http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user</a>
  </pre>
</blockquote>
</body>
</html>