Adding support for noise reduction to the client audio chain.

This commit is contained in:
Marat Fayzullin
2022-11-17 18:51:04 -05:00
parent 90ed47a115
commit 5892ad5364
3 changed files with 43 additions and 9 deletions

View File

@@ -94,4 +94,5 @@ validator_types = {
"int": IntegerValidator,
"number": NumberValidator,
"num": NumberValidator,
"bool": BoolValidator,
}