switch to raw mode to avoid arecord file size limit
This commit is contained in:
parent
25755d09dd
commit
895d8019e3
@ -11,7 +11,7 @@ class FifiSdrSource(DirectSource):
|
|||||||
def getCommandMapper(self):
|
def getCommandMapper(self):
|
||||||
return super().getCommandMapper().setBase("arecord").setMappings(
|
return super().getCommandMapper().setBase("arecord").setMappings(
|
||||||
{"device": Option("-D"), "samp_rate": Option("-r")}
|
{"device": Option("-D"), "samp_rate": Option("-r")}
|
||||||
).setStatic("-f S16_LE -c2 -")
|
).setStatic("-t raw -f S16_LE -c2 -")
|
||||||
|
|
||||||
def getEventNames(self):
|
def getEventNames(self):
|
||||||
return super().getEventNames() + ["device"]
|
return super().getEventNames() + ["device"]
|
||||||
|
Loading…
Reference in New Issue
Block a user