Add wyoming module

This commit is contained in:
Alex X
2025-04-21 20:30:38 +03:00
parent 7fe23c7bc5
commit 902af5e5d7
12 changed files with 886 additions and 6 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ func ParseCodecString(s string) *Codec {
codec.ClockRate = uint32(Atoi(ss[1]))
}
if len(ss) >= 3 {
codec.Channels = uint16(Atoi(ss[1]))
codec.Channels = uint8(Atoi(ss[1]))
}
return &codec