Update audio/qjackctl to version 0.6.2
[dports.git] / audio / jack / pkg-message
1 [
2 {
3         message: <<EOD
4 ======================================================================
5 It is recommended to run Jack with real-time priority (-R).
6
7 The recommended way to start Jack is to add the following
8 lines to /etc/rc.conf:
9
10 jackd_enable="YES"
11 jackd_user="{your-jack-user}"
12 jackd_rtprio="YES"
13 jackd_args="-R -doss -r{sample-rate} -p1024 -n3 -w16 \
14             --capture /dev/dsp{N} --playback /dev/dsp{N}"
15
16 Where:
17 - your-jack-user: is the user who is going to use jack; currently
18                   only one user is supported
19 - sample-rate: can be 44100, 48000, etc.
20 - /dev/dsp{N}: your OSS devices, usually /dev/dsp0
21
22 Please note that the port option COOKEDMODE is "on" by default, which
23 makes your system to automatically scale the sample-rate between
24 Jack and audio hardware. One reason COOKEDMODE=on is because
25 Jack's OSS driver doesn't support some sample-rate and hardware
26 combinations when COOKEDMODE=off. To achieve the best sound quality
27 please make sure your hardware natively supports the sample-rate set
28 in jackd_args, and set COOKEDMODE=off.
29 ======================================================================
30 EOD,
31         type: install
32 }
33 ]