evoice: Correct codec names in the JSON file

This commit is contained in:
Hemlata 2022-10-07 09:21:39 +00:00 committed by Yalu Zhang
parent 6dd17390d7
commit c19fd6cd11

View file

@ -1,12 +1,12 @@
{ {
"G.711Mulaw": [ "G.711MuLaw": [
{ {
"BitRate": 64000, "BitRate": 64000,
"PacketizationPeriod": "10-30", "PacketizationPeriod": "10-30",
"SilenceSuppression": true "SilenceSuppression": true
} }
], ],
"G.711alaw": [ "G.711ALaw": [
{ {
"BitRate": 64000, "BitRate": 64000,
"PacketizationPeriod": "10-30", "PacketizationPeriod": "10-30",