A modern local music player for Android with Material You theming, advanced 10-band equalizer, and native DSP audio processing.
Packed with professional-grade audio features in a beautiful Material Design 3 interface
Full professional equalizer from 31Hz to 16kHz with 12 built-in presets including Bass Boost, Rock, Pop, Jazz, Classical, and more.
Immersive spatial audio with Music, Movie, Game, and Podcast modes. Adjustable room size and surround level.
Adaptive processing for In-ear, On-ear, Over-ear headphones with ITD simulation for natural soundstage.
Adjust playback speed and pitch independently. Perfect for music practice or podcasts at your pace.
Dynamic colors that adapt to your wallpaper. Light, dark, and system theme options available.
Beautiful synchronized lyrics display with LRC file support. Smooth scrolling and bold typography.
Compressor, Volume Leveler, and Limiter for consistent loudness. Protect your ears from clipping.
All effects processed in real-time C++ for ultra-low latency. Professional-grade audio processing.
Clean, intuitive design with smooth animations and stunning visuals
Lyrics View
Album
Playlists
Equalizer
Equalizer
Equalizer
Equalizer
Leveraging the best Android development technologies
Modern, concise, and safe programming language
Declarative UI toolkit with Material Design 3
High-quality audio playback with MediaSession
Robust local data persistence library
Fast, lightweight image loading for Compose
Low-latency audio processing engine
app/src/main/java/com/oss/euphoriae/
├── data/
│ ├── class/ # Player & Audio Effects
│ ├── local/ # Room Database & DAO
│ ├── model/ # Data classes (Song, Playlist)
│ └── repository/ # Music Repository
├── service/ # Media Playback Service
├── ui/
│ ├── components/ # Reusable UI components
│ ├── screens/ # App screens
│ ├── theme/ # Material You theming
│ └── viewmodel/ # ViewModels
├── EuphoriaeApp.kt # Application class
└── MainActivity.kt # Main entry point
Track the evolution of Euphoriae
Download or build from source
# Clone repository
git clone https://github.com/ellenoireQ/euphoriae.git
cd euphoriae
# Open in Android Studio then sync Gradle
# Build debug APK
./gradlew assembleDebug
# Or run directly on device
./gradlew installDebug
Download Euphoriae now and transform your music listening experience