- closer to 'classic' AQuA parameters
This commit is contained in:
parent
297dfefeac
commit
84d13da22b
|
|
@ -337,19 +337,19 @@ void AgentImpl::processStartSession(JsonCpp::Value& request, JsonCpp::Value& ans
|
|||
|
||||
sevana::aqua::config config = {
|
||||
{"avlp", "off"},
|
||||
{"smtnrm", "on"},
|
||||
{"smtnrm", "off"},
|
||||
{"decor", "off"},
|
||||
{"mprio", "off"},
|
||||
//{"acr", "auto"},
|
||||
{"miter", "1"},
|
||||
{"npnt", "auto"},
|
||||
{ "enorm", "rms" },
|
||||
{"voip", "on"},
|
||||
{"enorm", "rms"},
|
||||
{"g711", "off"},
|
||||
{"spfrcor", "on"},
|
||||
{"grad", "off"},
|
||||
{"tmc", "on"},
|
||||
{"miter", "1"},
|
||||
{ "ratem", "%m" },
|
||||
{ "trim", "r 10" },
|
||||
{ "trim", "a 10" },
|
||||
{ "output", "json" },
|
||||
{ "fau", path_faults},
|
||||
{ "specp", "32"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue