mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
evoice: Correct codec names in the JSON file
This commit is contained in:
parent
6dd17390d7
commit
c19fd6cd11
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue