The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Qjackctl"
Threesixes (talk | contribs) m (more details) |
Threesixes (talk | contribs) m (more details) |
||
Line 12: | Line 12: | ||
add users to the realtime group: | add users to the realtime group: | ||
{{console|body=###i## gpasswd -a $USER realtime}} | {{console|body=###i## gpasswd -a $USER realtime}} | ||
=== Configuration === | |||
Qjackctl can be tricky to setup. select settings, set realtime to give the program direct access to your sound device. | |||
Sometimes with multi sound card you must manually set the interface to your preferred device. (if at this point you cant get qjackctl to start reliably, try disabling realtime) | |||
Buffers should be as small as possible with out xruns. maudio mobilepre usb example: Frames/Period 256 & Periods/Buffer: 2 results in 23.2 msec latency which is pretty good for a usb 2.0 sound board. Loading some programs can lag the system resulting in an xrun, but that's ok so long as it's not constantly xrunning. make sure that your system doesn't flood with xruns for the program combination you will be running, it will probably require more buffer than just Qjackctl alone running. | |||
start delay, having a slight delay prevents xruns from the jack server starting up. | |||
=== Connections === | |||
The connect button brings up a dialog window showing graphical connections of programs and hardware devices. it is possible to connect system in to system out for direct guitar 2 speaker connections. | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Latest revision as of 23:36, April 30, 2015
Qjackctl
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Qjackctl is a graphical jackd management tool and allows easy routing of jack aware audio connections.
Installation
root # emerge qjackctl
add users to the realtime group:
root # gpasswd -a $USER realtime
Configuration
Qjackctl can be tricky to setup. select settings, set realtime to give the program direct access to your sound device.
Sometimes with multi sound card you must manually set the interface to your preferred device. (if at this point you cant get qjackctl to start reliably, try disabling realtime)
Buffers should be as small as possible with out xruns. maudio mobilepre usb example: Frames/Period 256 & Periods/Buffer: 2 results in 23.2 msec latency which is pretty good for a usb 2.0 sound board. Loading some programs can lag the system resulting in an xrun, but that's ok so long as it's not constantly xrunning. make sure that your system doesn't flood with xruns for the program combination you will be running, it will probably require more buffer than just Qjackctl alone running.
start delay, having a slight delay prevents xruns from the jack server starting up.
Connections
The connect button brings up a dialog window showing graphical connections of programs and hardware devices. it is possible to connect system in to system out for direct guitar 2 speaker connections.