Skip to content

Opus config doc has syntax issue causing improper display #61

@dgorski

Description

@dgorski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions