]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Since we're all about WebRTC, We should compile and enable OPUS by default to lower...
authorBrian West <brian@freeswitch.org>
Fri, 23 May 2014 13:11:03 +0000 (08:11 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 23 May 2014 13:11:03 +0000 (08:11 -0500)
build/modules.conf.in
conf/vanilla/autoload_configs/modules.conf.xml
conf/vanilla/vars.xml

index 953613b2fbc42e71fcb224a17c02cdf551a2014c..ddcf9474f2d20d4c15c8c0a78bd53f5f94c6d5c9 100644 (file)
@@ -68,7 +68,7 @@ codecs/mod_vp8
 #codecs/mod_ilbc
 #codecs/mod_isac
 #codecs/mod_mp4v
-#codecs/mod_opus
+codecs/mod_opus
 #codecs/mod_sangoma_codec
 #codecs/mod_silk
 #codecs/mod_siren
index e2dce594fa56a34d51c8c25c7a277507fed196c1..4cd8f8e1ce99eac99ecc4a47cf58649c887508e5 100644 (file)
@@ -90,7 +90,7 @@
     <!--<load module="mod_siren"/>-->
     <!--<load module="mod_isac"/>-->
     <!--<load module="mod_celt"/>-->
-    <!--<load module="mod_opus"/>-->
+    <load module="mod_opus"/>
 
     <!-- File Format Interfaces -->
     <load module="mod_sndfile"/>
index 92c57a2a60bc87271d09f0971abb34989f1a4105..20016cd85f8baecd2e39c8a37a0d531693cdb030 100644 (file)
        127 - BV32
 
   -->
-  <X-PRE-PROCESS cmd="set" data="global_codec_prefs=G722,PCMU,PCMA,GSM"/>
+  <X-PRE-PROCESS cmd="set" data="global_codec_prefs=OPUS,G722,PCMU,PCMA,GSM"/>
   <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=PCMU,PCMA,GSM"/>
 
   <!--