mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 15:08:53 +00:00
Merge "codecs.conf.sample: update codec opus docs"
This commit is contained in:
@@ -164,6 +164,11 @@ packetloss_percentage=10;
|
|||||||
|
|
||||||
;============================ OPUS Section Options ============================
|
;============================ OPUS Section Options ============================
|
||||||
;
|
;
|
||||||
|
; NOTE: Accurate documentation corresponding to your downloaded version of
|
||||||
|
; codec_opus is available from Asterisk's CLI:
|
||||||
|
;
|
||||||
|
; *CLI> config show help codec_opus opus
|
||||||
|
;
|
||||||
;[opus]
|
;[opus]
|
||||||
;type= ; Must be of type "opus" (default: "")
|
;type= ; Must be of type "opus" (default: "")
|
||||||
;packet_loss= ; Encoder's packet loss percentage. Can be any number between 0
|
;packet_loss= ; Encoder's packet loss percentage. Can be any number between 0
|
||||||
@@ -182,35 +187,28 @@ packetloss_percentage=10;
|
|||||||
;max_playback_rate= ; Override the maximum playback rate in the offer's SDP.
|
;max_playback_rate= ; Override the maximum playback rate in the offer's SDP.
|
||||||
; Any value between 8000 and 48000 (inclusive) is valid,
|
; Any value between 8000 and 48000 (inclusive) is valid,
|
||||||
; however typically it should match one of the usual opus
|
; however typically it should match one of the usual opus
|
||||||
; bandwidths. A value of "sdp" is also allowed. When set
|
; bandwidths. (default: 48000)
|
||||||
; to "sdp" then the value from the offer's SDP is used.
|
|
||||||
; (default: "sdp")
|
|
||||||
;bitrate= ; Override the maximum average bitrate in the offer's SDP. Any value
|
;bitrate= ; Override the maximum average bitrate in the offer's SDP. Any value
|
||||||
; between 500 and 512000 is valid. The following values are also
|
; between 500 and 512000 is valid. The following values are also
|
||||||
; allowed: auto, max, sdp. When set to "sdp" then the value from
|
; allowed: auto, max. (default: auto)
|
||||||
; the offer's sdp is used. (default: "sdp")
|
|
||||||
;cbr= ; Override the constant bit rate parameter in the offer's SDP. A value of
|
;cbr= ; Override the constant bit rate parameter in the offer's SDP. A value of
|
||||||
; 0/false/no represents a variable bit rate whereas 1/true/yes represents
|
; 0/false/no represents a variable bit rate whereas 1/true/yes represents
|
||||||
; a constant bit rate. A value of "sdp" is also allowed. When set to "sdp"
|
; a constant bit rate. (default: no)
|
||||||
; then the value from the offer's sdp is used. (default: "sdp")
|
|
||||||
;fec= ; Override the use inband fec parameter in the offer's SDP. A value of
|
;fec= ; Override the use inband fec parameter in the offer's SDP. A value of
|
||||||
; 0/false/no represents disabled whereas 1/true/yes represents enabled.
|
; 0/false/no represents disabled whereas 1/true/yes represents enabled.
|
||||||
; A value of "sdp" is also allowed. When set to "sdp" then the value from
|
; (default: yes)
|
||||||
; the offer's sdp is used. (default: "sdp")
|
|
||||||
;dtx= ; Override the use dtx parameter in the offer's SDP. A value of 0/false/no
|
;dtx= ; Override the use dtx parameter in the offer's SDP. A value of 0/false/no
|
||||||
; represents disabled whereas 1/true/yes represents enabled. A value of
|
; represents disabled whereas 1/true/yes represents enabled. (default: no)
|
||||||
; "sdp" is also allowed. When set to "sdp" then the value from the offer's
|
|
||||||
; sdp is used. (default: "sdp")
|
|
||||||
|
|
||||||
;=============================== OPUS Examples ================================
|
;=============================== OPUS Examples ================================
|
||||||
;
|
;
|
||||||
;[opus]
|
;[opus]
|
||||||
;type=opus
|
;type=opus
|
||||||
;max_playback_rate=8000 ; Limit the maximum playback rate on the encoder
|
;max_playback_rate=8000 ; Limit the maximum playback rate on the encoder
|
||||||
;fec=no ; Force no inband fec on the encoder (i.e don't use what's on the SDP)
|
;fec=no ; No inband fec
|
||||||
|
|
||||||
;[myopus]
|
;[myopus]
|
||||||
;type=opus
|
;type=opus
|
||||||
;max_bandwidth=wide ; Maximum encoded bandwidth set to wide band (0-8000 Hz
|
;max_bandwidth=wide ; Maximum encoded bandwidth set to wide band (0-8000 Hz
|
||||||
; ; audio bandwidth at 16Khz sample rate)
|
; ; audio bandwidth at 16Khz sample rate)
|
||||||
;cbr=yes ; Force a constant bit rate (i.e don't use what's on the SDP)
|
;cbr=yes ; Negotiate a constant bit rate
|
||||||
|
Reference in New Issue
Block a user