summaryrefslogtreecommitdiff
path: root/soundbox/network.go
AgeCommit message (Collapse)Author
2024-11-27Introduce io.Reader-based streamContext()xegineering
This prepares the switch to adding more sources than web URLs. Everything providing an io.Reader can then simply use this internal function in the background to avoid code duplication.
2024-11-17Fix streaming only via first interface candidatexegineering