From accc7639e41dcfb211d37b7614d9ab0a86806488 Mon Sep 17 00:00:00 2001 From: "cheetah.cat" Date: Tue, 3 Sep 2024 00:08:29 +0200 Subject: [PATCH] actually changing the data-type lol --- client/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/types.go b/client/types.go index a180f65..dc221d9 100644 --- a/client/types.go +++ b/client/types.go @@ -2,7 +2,7 @@ package client type ( ZelloCodecHeader struct { - SampleRate int16 + SampleRate uint16 FramesPerPaket int FrameSize int