Skip to content

Commit

Permalink
Scripts Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppa-joe committed May 23, 2015
1 parent 6ba6f66 commit 961f5c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/source-rtl-fm-multimon-ng.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@echo off
echo INPUT: rtl_fm Device 1>&2
IF EXIST .\multimon-ng SET PATH=%PATH%;.\multimon-ng
IF EXIST .\rtl-sdr-release SET PATH=%PATH%;.\rtl-sdr-release
set PPM=0
set FREQ=162.500M
set GAIN=42
rtl_fm -f %FREQ%-M fm -s 22050 -E dc -p %PPM% -g %GAIN% -| multimon-ng -t raw -a EAS -
rtl_fm -f %FREQ% -M fm -s 22050 -E dc -p %PPM% -g %GAIN% -| multimon-ng -t raw -a EAS -
1 change: 1 addition & 0 deletions scripts/source-rtl-fm-multimon-ng.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
echo INPUT: rtl_fm Device 1>&2
PPM=0
FREQ=162.500
GAIN=42
Expand Down
4 changes: 4 additions & 0 deletions scripts/source-soundcard-multimon-ng.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
echo INPUT: Current Sound Recording Device 1>&2
IF EXIST .\multimon-ng SET PATH=%PATH%;.\multimon-ng
multimon-ng -a EAS
3 changes: 3 additions & 0 deletions scripts/source-soundcard-multimon-ng.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
echo INPUT: Current Sound Recording Device 1>&2
multimon-ng -a EAS

0 comments on commit 961f5c6

Please sign in to comment.