mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 23:43:43 -04:00
FreeDV demod: implemented modem input volume control. FreeDV mod: set volume polling to 10ms
This commit is contained in:
@@ -2580,7 +2580,13 @@ margin-bottom: 20px;
|
||||
},
|
||||
"volume" : {
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
"format" : "float",
|
||||
"description" : "Audio volume"
|
||||
},
|
||||
"volumeIn" : {
|
||||
"type" : "number",
|
||||
"format" : "float",
|
||||
"description" : "Modem input volume"
|
||||
},
|
||||
"spanLog2" : {
|
||||
"type" : "integer"
|
||||
@@ -24528,7 +24534,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2019-02-28T13:56:13.268+01:00
|
||||
Generated 2019-02-28T17:16:26.748+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user