Skip to content

1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Dec 23:40
· 132 commits to refs/heads/main since this release
e52e5aa

What’s Changed

The Sendspin client now includes a mode to enable hosting a Sendspin Party. This will start a Sendspin server playing a specified audio file or URL in a loop, allowing nearby Sendspin clients to connect and listen together. It also hosts a web interface for easy playing and sharing. Fire up that home or office 🔥

# Local file
sendspin serve /path/to/media.mp3
# Remote URL
sendspin serve https://retro.dancewave.online/retrodance.mp3
# Without pre-installing Sendspin
uvx sendspin serve /path/to/media.mp3