On 24/09/2015 21:33, Aaron Horn wrote:
Hello,

I'm trying to run RD with Jack on my laptop.  I need to run Jack at
192khz sampling rate for FM processing.

RD doesn't seem to want to play ball.  When I start caed -d, it
complains of a sample rate mismatch and all the music plays at the
wrong speed.

What am I doing wrong here?


I have made a little progress with this...

I have found I can run jackd at 192khz and then use this asound.conf to create a 'virtual' interface from jack:

pcm.rawjack {
    type jack
    playback_ports {
        0 system:playback_1
        1 system:playback_2
    }
    capture_ports {
        0 system:capture_1
        1 system:capture_2
    }
}

pcm.rd0 {
    type plug
    slave { pcm "rawjack" }
}
ctl.rd0 {
    type hw
    card 0
}

This works ok ish:

aaron@pl:~$ caed -d
HPI_DriverOpen error: No such file or directory
caed: Starting ALSA Play Device rd0:
caed:   Format = 32 bit little-endian
caed:   SampleRate = 48000
caed:   Aggregate Channels = 16
caed:   Periods = 4
caed:   BufferSize = 4096 frames
caed:   Device started successfully
caed: Starting ALSA Capture Device rd0:
caed:   Format = 32 bit little-endian
caed:   SampleRate = 48000
caed:   Aggregate Channels = 16
caed:   Periods = 4
caed:   BufferSize = 4096 frames
caed:   Device started successfully
caed: no control device found for rd0
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM rd1
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM rd1
caed: connected to JACK server
JACK sample rate mismatch!
caed: JACK sample rate mismatch!
caed: Found TwoLAME encoder library, MPEG L2 encoding supported
caed: Found MAD decoder library, MPEG L2 decoding supported
caed: using realtime scheduling, priority=79
caed: cae started

But I have two issues... It's complaining about no control device for rd0 (but works anyway) and it's still connecting to jack as rd1.

Is there anyway to make it not try to do jack other than recompiling it without jack support?
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to