mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
switch to raw mode to avoid arecord file size limit
This commit is contained in:
parent
25755d09dd
commit
895d8019e3
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class FifiSdrSource(DirectSource):
|
|||
def getCommandMapper(self):
|
||||
return super().getCommandMapper().setBase("arecord").setMappings(
|
||||
{"device": Option("-D"), "samp_rate": Option("-r")}
|
||||
).setStatic("-f S16_LE -c2 -")
|
||||
).setStatic("-t raw -f S16_LE -c2 -")
|
||||
|
||||
def getEventNames(self):
|
||||
return super().getEventNames() + ["device"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue