Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-02 | Rename Port to StreamingPort | xegineering | |
It is expected that further ports (maybe for information via HTTP) are added in the future. To keep the public API stable this should be taken into account before the first release. | |||
2024-10-02 | Rename Soundbox to Client | xegineering | |
Since the module name is `soundbox` naming the primary type of the module also `Soundbox` is redundant. Following similar code from the Go standard library this struct is renamed to `Client`. |