mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
schema: Set G722 as the preferred audio codec
It has much better quality than PCMA.
This commit is contained in:
parent
23ab31360a
commit
4d5d3fffdf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
</key>
|
||||
|
||||
<key name="preferred-audio-codecs" type="as">
|
||||
<default>["PCMA", "PCMU", "GSM", "G722"]</default>
|
||||
<default>["G722", "PCMA", "PCMU", "GSM"]</default>
|
||||
<summary>Audio codecs to use for VoIP calls in order of preference</summary>
|
||||
<description>The preferred audio codecs to use for VoIP calls (if available)</description>
|
||||
</key>
|
||||
|
|
Loading…
Reference in a new issue