actually changing the data-type lol
This commit is contained in:
parent
c8235962f5
commit
accc7639e4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package client
|
||||||
|
|
||||||
type (
|
type (
|
||||||
ZelloCodecHeader struct {
|
ZelloCodecHeader struct {
|
||||||
SampleRate int16
|
SampleRate uint16
|
||||||
FramesPerPaket int
|
FramesPerPaket int
|
||||||
FrameSize int
|
FrameSize int
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue