MusicPlayer

Static README snapshot; an interactive deployment can be added later.

MusicPlayer

A modern, offline-first Android music player focused on privacy, high-quality playback, and intelligent discovery.

Features

- **v1**: Heuristic ranking based on recency, feedback, and skip rates.

- **v2**: Vector-based taste modeling with learned embedding spaces.

Technical Stack

Architecture

The project follows a modular architecture:

Synchronization Protocol

Syncing is handled peer-to-peer. A WebSocket server acts only as a signaling relay/router; it cannot decrypt traffic. For faster transfers on the same network, the app upgrades to a direct TCP connection. The current app build also includes relay-backed presence updates, friend/device management, and a base group-session flow.

Roadmap

License

*Proprietary / Work in Progress*