mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-02-17 21:04:14 +01:00
remove raw audio file
This commit is contained in:
parent
48b1dd56f2
commit
688be9a9a0
|
|
@ -15,8 +15,6 @@ from boswatch.decoder.decoder import Decoder
|
||||||
import logging.config
|
import logging.config
|
||||||
logging.config.fileConfig("config/logger_client.ini")
|
logging.config.fileConfig("config/logger_client.ini")
|
||||||
|
|
||||||
# ./multimon-ng -i -a POCSAG1200 -t raw /home/schrolli/Downloads/poc1200.raw
|
|
||||||
|
|
||||||
sdrProc = ProcessManager("/usr/bin/rtl_fm")
|
sdrProc = ProcessManager("/usr/bin/rtl_fm")
|
||||||
sdrProc.addArgument("-f 85M")
|
sdrProc.addArgument("-f 85M")
|
||||||
sdrProc.addArgument("-m fm")
|
sdrProc.addArgument("-m fm")
|
||||||
|
|
@ -28,7 +26,6 @@ mmProc = ProcessManager("/opt/multimon/multimon-ng", textMode=True)
|
||||||
mmProc.addArgument("-f aplha")
|
mmProc.addArgument("-f aplha")
|
||||||
mmProc.addArgument("-t raw /dev/stdin -")
|
mmProc.addArgument("-t raw /dev/stdin -")
|
||||||
mmProc.setStdin(sdrProc.stdout)
|
mmProc.setStdin(sdrProc.stdout)
|
||||||
# mmProc.addArgument("./poc1200.raw")
|
|
||||||
mmProc.start(True)
|
mmProc.start(True)
|
||||||
mmProc.skipLines(5)
|
mmProc.skipLines(5)
|
||||||
while 1:
|
while 1:
|
||||||
|
|
|
||||||
BIN
poc1200.raw
BIN
poc1200.raw
Binary file not shown.
Loading…
Reference in a new issue