-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Feelfree (Filip) edited this page Jan 17, 2022
·
2 revisions
Welcome to the euphonium wiki!
Euphonium is a highly extensible audio streaming software. It's multiplatform, also supporting low cost MCU's like espressif ESP32 series.
- Clean and lightweight web-ui
- Supports multiple plugins: Spotify streaming, Bluetooth (on esp32), Web Radio, Jellyfin
- Fully modular architecture
- Easily extendible and portable to new hardware, thanks to the internal Berry-lang powered scripting engine.
- Any ESP32 chip with at least 4MB of flash and 4MB of PSRAM. Wrover chips are usually a good call :)
Feel free to try Euphonium by flashing a newest release. All you need to do is to have esptool.py
installed on your system (comes with esp-idf). Unpack the euphonium-{version}.tar.gz
and run:
flash_all.sh {your serial port}
to install it.