LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   jackd and alsa hwmon on an m-audio mobilepre (https://www.linuxquestions.org/questions/linux-hardware-18/jackd-and-alsa-hwmon-on-an-m-audio-mobilepre-673456/)

ninja master 10-01-2008 01:13 AM

jackd and alsa hwmon on an m-audio mobilepre
 
i see a setting in the jack demon for the direct audio monitoring, but it is not working when i set the -H flag. im using alsa hw0:0 for both capture and playback, my systems an old piece so im using 32000 -S for 16 instead of 32 and also 512 frames instead of 1024.

is it a kernel issue since i am using the 2.6.24.5-huge-smp? is it a driver issue since i just pluged it and played it? real time monitoring would be really really really cool. suggestions and comments welcome. =)

ninja master 10-07-2008 02:36 AM

this is the jack command i am building to use

Code:

jackd -d alsa -H --hwmon
this command does not work (yet with my device)

this next one works way better

Code:

jackd -d alsa -n 4
with this one i can software monitor with out xruns. -n 3 would x run on occastion. still hammering out the details.

ninja master 10-07-2008 03:06 AM

im working on

Code:

jackd -d alsa -n 4 -H -C hw:0,0 -P hw:0,0 -p2048
this one is somewhat laggy but absolutely NO xruns =D


All times are GMT -5. The time now is 03:34 AM.