mirror of
https://github.com/romanz/amodem.git
synced 2026-04-12 08:25:47 +08:00
Allow setting calibration tx gain
This commit is contained in:
@@ -130,7 +130,8 @@ def create_parser(description, interface_factory):
|
||||
),
|
||||
calib=lambda config, args: calib.send(
|
||||
config=config, dst=args.dst,
|
||||
volume_cmd=get_volume_cmd(args)
|
||||
volume_cmd=get_volume_cmd(args),
|
||||
gain=args.gain,
|
||||
),
|
||||
input_type=FileType('rb'),
|
||||
output_type=FileType('wb', interface_factory),
|
||||
|
||||
Reference in New Issue
Block a user