aboutsummaryrefslogtreecommitdiff
path: root/_posts/2020-06-26-police-scanner-setup.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2020-06-26-police-scanner-setup.md')
-rw-r--r--_posts/2020-06-26-police-scanner-setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2020-06-26-police-scanner-setup.md b/_posts/2020-06-26-police-scanner-setup.md
index b8c621b..4eb7884 100644
--- a/_posts/2020-06-26-police-scanner-setup.md
+++ b/_posts/2020-06-26-police-scanner-setup.md
@@ -79,7 +79,7 @@ of audio input and output devices. check the number in the input list that goes
with CABLE Output - for me it's 3. pull up notepad and make a new file. since
my input was number 3, i'm typing
-```bat
+```batch
DSDPlus.exe -i3M
```
@@ -194,7 +194,7 @@ you'll need to set DSD+ to output to "CABLE-A Input" like how you set it to
input from "CABLE Output" - Cable A is the fourth output in DSD+, so my run.bat
now looks like this:
-```bat
+```batch
DSDPlus.exe -i3M -o4
```