From 9b995e02371e45e8cb5806ee7c7eb8139bf24fd8 Mon Sep 17 00:00:00 2001 From: xegineering Date: Thu, 3 Oct 2024 18:56:14 +0200 Subject: Remove soundbox.Client This data structure only contained a net.HardwareAddr and did not provide much more useful functionality. Thus the net.HardwareAddr type should be used directly. --- stream.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stream.go (limited to 'stream.go') diff --git a/stream.go b/stream.go new file mode 100644 index 0000000..38b3727 --- /dev/null +++ b/stream.go @@ -0,0 +1,5 @@ +package soundbox + +// streamingPort is the default network port a soundbox is listening to for +// incoming audio stream data. +const streamingPort = 5316 -- cgit v1.2.3-70-g09d2