summaryrefslogtreecommitdiff
path: root/stream.go
diff options
context:
space:
mode:
authorxegineering <me@xegineering.eu>2024-10-03 18:56:14 +0200
committerxegineering <me@xegineering.eu>2024-10-03 20:00:04 +0200
commit9b995e02371e45e8cb5806ee7c7eb8139bf24fd8 (patch)
tree1f135548b9b6ed6cca9b1fc4b717e1523ca33f63 /stream.go
parentd246a58cb4473c7a311d99232a18057544219a9b (diff)
downloadsoundbox-go-9b995e02371e45e8cb5806ee7c7eb8139bf24fd8.tar
soundbox-go-9b995e02371e45e8cb5806ee7c7eb8139bf24fd8.tar.zst
soundbox-go-9b995e02371e45e8cb5806ee7c7eb8139bf24fd8.zip
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.
Diffstat (limited to 'stream.go')
-rw-r--r--stream.go5
1 files changed, 5 insertions, 0 deletions
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