Add config file for the opencore amr modules on Ubuntu
This commit is contained in:
parent
3a49a8e92a
commit
6a8168f70c
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
<configuration name="mod_opencore_amr.conf" description="mod_opencore_amr configuration">
|
||||
<settings name="default">
|
||||
<!-- AMR mode set (see RFC 4867) -->
|
||||
<!-- param name="mode-set" value="0,1,2,3,4,5,6,7" /-->
|
||||
<param name="mode-set" value="4,5" />
|
||||
<!-- enable octet alignment -->
|
||||
<param name="octet-align" value="1"/>
|
||||
<!-- enable discontinuous transmission -->
|
||||
<param name="dtx" value="0"/>
|
||||
</settings>
|
||||
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue