AMR modes: make better use of 'adaptive' in amr
This commit is contained in:
parent
b5650a8e41
commit
fc479be5d9
3 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
<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" />
|
||||
<param name="mode-set" value="0,1,3,5,6,7" />
|
||||
|
||||
<!-- enable octet alignment -->
|
||||
<param name="octet-align" value="1"/>
|
||||
|
@ -13,6 +13,6 @@
|
|||
|
||||
<!-- enable discontinuous transmission -->
|
||||
<param name="dtx" value="false"/>
|
||||
<param name="default-bitrate" value="4"/>
|
||||
<param name="default-bitrate" value="5"/>
|
||||
</settings>
|
||||
</configuration>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue