shithub: m8c

Download patch

ref: a71d4cd80beec7769ea9e63c41bdf2a5e42f3ab1
parent: 20eb9fd95233af43dfc4a683bc1afbb3dde879fb
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Mon Apr 19 11:41:29 EDT 2021

Remove empty headline

--- a/AUDIOGUIDE.md
+++ b/AUDIOGUIDE.md
@@ -63,8 +63,6 @@
 
 After these steps have been taken care of, we can try to route some audio.
 
-## Stop pulseaudio backend
-
 ## Start JACK server and route audio
 ```
 jackd -d alsa -d hw:M8 -r44100 -p512 &
@@ -113,4 +111,4 @@
 alsa_out -j m8out -d hw:0 -r 44100 &
 jack_connect system:capture_1 m8out:playback_1
 jack_connect system:capture_2 m8out:playback_2
-```
\ No newline at end of file
+```
--