add Speex format

This commit is contained in:
aler9
2023-08-14 18:33:09 +02:00
committed by Alessandro Ros
parent 98e6e8239e
commit abe875deb8
5 changed files with 128 additions and 1 deletions

View File

@@ -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",