libvoice-airoha: add g722 codec to the supported codec list in codecs.json

This commit is contained in:
Lukasz Kotasa 2023-09-20 08:35:03 +00:00 committed by Yalu Zhang
parent 1a69381038
commit 89cfa4dc0d

View file

@ -55,6 +55,14 @@
"ptime_default": 20,
"ptime_increment": 20,
"bitrate": 12.2
},
"g722": {
"name": "G.722",
"ptime_min": 10,
"ptime_max": 60,
"ptime_default": 20,
"ptime_increment": 10,
"bitrate": 64
}
}