summarylogtreecommitdiffstats
path: root/snd-usb-audio-lowlatency-dkms.install
blob: 753cadf3b588465e4298d8ce3e893f4b676fecf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  cat << 'EOF'
To tweak parameters:
1. Copy /usr/lib/modprobe.d/snd-usb-audio.conf to /etc/modprobe.d/snd-usb-audio.conf
2. Modify /etc/modprobe.d/snd-usb-audio.conf as needed
3. modprobe -r snd-usb-audio
   Note: You will need to stop all processes currently using USB audio before unloading the module.
4. modprobe snd-usb-audio

Test round trip latency using one of the following tools with a loopback audio cable:
- Cockos Reaper DAW ReaInsert plugin using "Ping detect" button (reaper-bin package)
- jack_iodelay (jack2 package)
EOF
}

post_upgrade() {
  post_install
}