aboutsummaryrefslogtreecommitdiff
path: root/_posts/2020-06-26-police-scanner-setup.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-11-17 16:23:51 -0700
committerMelody Horn <melody@boringcactus.com>2020-11-17 16:23:51 -0700
commit4e7085e82e7aa48b8bc404fd7926b673fc425cdf (patch)
tree0f2d01cc638c86f799e5e5652ea1f3f420ab4fbc /_posts/2020-06-26-police-scanner-setup.md
parent4bd4d8dab61993b7d24ee1ca147264ad761dfc68 (diff)
downloadboringcactus.com-4e7085e82e7aa48b8bc404fd7926b673fc425cdf.tar.gz
boringcactus.com-4e7085e82e7aa48b8bc404fd7926b673fc425cdf.zip
rework around cactus-ssg
Diffstat (limited to '_posts/2020-06-26-police-scanner-setup.md')
-rw-r--r--_posts/2020-06-26-police-scanner-setup.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2020-06-26-police-scanner-setup.md b/_posts/2020-06-26-police-scanner-setup.md
index 3f51871..b8c621b 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
DSDPlus.exe -i3M
```
@@ -89,7 +89,7 @@ is set to "All Files", and name the file `run.bat`. close dsd+, go to that
folder, and open that `run.bat` file you just created. it should pull up dsd+
and if you're lucky it'll print
-```
+```text
audio input device #3 (CABLE Output (VB-Audio Virtual ) initialized
```
@@ -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
DSDPlus.exe -i3M -o4
```