mirror of
https://github.com/aler9/gortsplib
synced 2025-10-23 15:13:30 +08:00
support detecting LPCM formats with payload types 10 and 11 (#496)
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/bluenviron/gortsplib/v4/pkg/format/rtpsimpleaudio"
|
||||
)
|
||||
|
||||
// G711 is a RTP format for the G711 codec, encoded with mu-law or A-law.
|
||||
// G711 is the RTP format for the G711 codec, encoded with mu-law or A-law.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc3551
|
||||
type G711 struct {
|
||||
// whether to use mu-law. Otherwise, A-law is used.
|
||||
|
Reference in New Issue
Block a user