On Mon, Oct 22, 2012 at 7:52 AM, Grant <emailgrant(a)gmail.com> wrote:
I'd like to be able to use jackd with both mpd at
44.1k and vlc at
48k. I've been doing this by killing jackd and starting it with a
different rate specification and connecting to the new ports with
jack_connect. Is there a better way?
for several historical reasons that were probably wrong, JACK does not
permit switching the sample rate while running. so this is the only way to
do this at present.