Add more sample rates to FLAC encoder

This commit is contained in:
Alexey Khit
2023-04-22 08:52:32 +03:00
parent 5939c8acba
commit db85533e74
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -106,7 +106,6 @@ func UnmarshalCodec(md *sdp.MediaDescription, payloadType string) *Codec {
case "11":
c.Name = CodecPCM
c.ClockRate = 44100
c.Channels = 1
case "14":
c.Name = CodecMP3
c.ClockRate = 44100