asterisk / documentation

The Asterisk Documentation Project.

Home Page:https://docs.asterisk.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opus config doc has syntax issue causing improper display

dgorski opened this issue · comments

https://docs.asterisk.org/Configuration/Codec-Opus/

The list of options breaks just after the "max_playback_rate" section due to attempting to embed a MD table in another MD table, which makes the remainder of the document very hard to use. Instead, this could be accomplished with an inline html table, making the remainder of the page readable.

For example:

Option Name Description Default
application Encoder's application type. Can be any of the following: voip, audio, low_delay. voip
max_playback_rate* Sets the "maxplaybackrate” format parameter on the SDP and also limits the bandwidth on the encoder. Any value between 8000 and 48000 (inclusive) is valid, however typically it should match one of the usual opus bandwidths. Below is a mapping of values to bandwidth:

 

8000Narrow band
8001 – 16000Medium band
16001 – 24000Wide band
24001 – 32000Super Wide band
32001 – 48000Full band

48000
max_bandwidth Sets an upper bandwidth bound on the encoder. Can be any of the following: narrow, medium, wide, super_wide, full. full