diff options
Diffstat (limited to 'stream.go')
-rw-r--r-- | stream.go | 5 |
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 |