mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
add Speex format
This commit is contained in:
@@ -526,6 +526,24 @@ var casesFormat = []struct {
|
||||
"config": "400023103fc0",
|
||||
},
|
||||
},
|
||||
{
|
||||
"audio speex",
|
||||
"audio",
|
||||
96,
|
||||
"speex/16000",
|
||||
map[string]string{
|
||||
"vbr": "off",
|
||||
},
|
||||
&Speex{
|
||||
PayloadTyp: 96,
|
||||
SampleRate: 16000,
|
||||
VBR: boolPtr(false),
|
||||
},
|
||||
"speex/16000",
|
||||
map[string]string{
|
||||
"vbr": "off",
|
||||
},
|
||||
},
|
||||
{
|
||||
"audio vorbis",
|
||||
"audio",
|
||||
|
Reference in New Issue
Block a user