Skip to content

Latest commit

Β 

History

History
38 lines (28 loc) Β· 4.75 KB

File metadata and controls

38 lines (28 loc) Β· 4.75 KB

WaveFlow Documentation

User-facing references and per-feature deep dives. The top-level README keeps the install / quick-start path short β€” anything substantive about how a feature actually works lives here.

Features

Doc Scope
Playback engine Decoder pipeline, crossfade DSP, ReplayGain, output device selection, OS media controls, persistent queue, A-B repeat
Library Folder scanning + management (add / watch / remove), filesystem watcher, drag-and-drop import, duplicate detection, on-demand audio analysis, multi-artist split, ratings, A-Z navigator
Playlists User playlists CRUD, M3U import/export, likes, recently-played
Smart playlists Daily Mix auto-generation + user-defined rule editor: algorithm, cover compositor, regen flow
Integrations Deezer / Last.fm / lyrics providers, metadata cache, scrobble worker, similar-artists discovery, in-app lyrics editor
DLNA / UPnP server Built-in MediaServer: SSDP discovery, ContentDirectory Browse, Range streaming to LAN amplifiers
Community-DB Placeholder. Opt-in shared metadata pool β€” companion page to RFC-004. Real copy fills in during Phase 2.a.
UI & UX Layout, panels, skins, mini-player widget, tray, statistics, dark mode, i18n, profiles, onboarding, auto-updater

Architecture

Doc Scope
Audio architecture 3-thread lock-free pipeline, ring buffer sizing, callback constraints
Database & paths app.db vs per-profile data.db, on-disk layout, migration policy

RFCs

Long-form design documents that lock in cross-cutting architectural decisions before implementation. New RFCs live under rfcs/ and are numbered sequentially.

RFC Status Scope
RFC-001 β€” WaveFlow Server Accepted Server, web, auth, sync, streaming, Phase 1 delivery plan
RFC-002 β€” Plugin SDK Draft WASM Component Model plugins for sources / metadata / UI, sideload distribution, desktop + server parity
RFC-003 β€” Sync architecture v2 Draft Backfill, HLC ordering, per-entity CRDT conflict resolution, status UI. Supersedes RFC-001 Β§1.f.
RFC-004 β€” Community-DB Draft Opt-in shared metadata pool (lyrics, bios, BPM, etc.), LRCLIB pattern. Schema + endpoints + privacy.

Contributing

CONTRIBUTING.md and RELEASING.md cover the contribution and release flows respectively. upstream-blockers.md tracks Tauri-ecosystem issues that affect WaveFlow and the policy for handling them. Anything project-wide that should always be loaded into Claude Code's context lives in CLAUDE.md at the repo root.