From d246a58cb4473c7a311d99232a18057544219a9b Mon Sep 17 00:00:00 2001 From: xegineering Date: Thu, 3 Oct 2024 18:49:04 +0200 Subject: Make soundbox.StreamingPort private It is planned to provide a function for streaming. Thus the streaming port is not required to be exposed. If there is a use case the streaming port can be exposed again. --- client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client.go') diff --git a/client.go b/client.go index d292908..3b681eb 100644 --- a/client.go +++ b/client.go @@ -5,9 +5,9 @@ import ( "net" ) -// StreamingPort is the default network port a soundbox is listening to for +// streamingPort is the default network port a soundbox is listening to for // incoming audio stream data. -const StreamingPort = 5316 +const streamingPort = 5316 type Client struct { HardwareAddr net.HardwareAddr -- cgit v1.2.3-70-g09d2