Developers
Lydex is extensible through plugins — a plugin is just a separate Android app the player discovers. Bring your own streaming source, or your own DSP effect.
Preview. These plugin APIs work today but are still a v1 preview — the contract may change before it is finalised. Pin the protocol version you build against.
Stream provider plugins
Add a streaming music source. A separate app that answers a small control-plane contract; the Lydex engine fetches and decodes the bytes, bit-perfect.
Read the guide ›DSP plugins
Add an audio effect. A separate app shipping a WebAssembly module that processes the stream in real time, with sliders and presets you declare.
Read the guide ›Reference implementations and starter templates live in one repository: lydexapp/lydex-plugin-examples ›