mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:12:46 +02:00
Add Opus to list of codecs
This commit is contained in:
parent
cf56bf415f
commit
e396747377
1 changed files with 2 additions and 2 deletions
|
@ -1227,8 +1227,8 @@
|
||||||
"name": "codec_preference_order",
|
"name": "codec_preference_order",
|
||||||
"label": "Audio Codec Preference Order",
|
"label": "Audio Codec Preference Order",
|
||||||
"help": "List of codec names in order of preferred usage",
|
"help": "List of codec names in order of preferred usage",
|
||||||
"placeholder": "hifiAC, zlib, pcm",
|
"placeholder": "opus, hifiAC, zlib, pcm",
|
||||||
"default": "hifiAC,zlib,pcm",
|
"default": "opus,hifiAC,zlib,pcm",
|
||||||
"advanced": true
|
"advanced": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue