Simple and fast music player
Find a file
2025-12-08 23:46:04 +11:00
.vscode Refactor application structure, add player functionality, and update UI components 2025-12-02 01:35:23 +11:00
data init 2025-11-16 22:24:32 +11:00
src Refactor application structure, add player functionality, and update UI components 2025-12-02 01:35:23 +11:00
subprojects init 2025-11-16 22:24:32 +11:00
ui Update view stack pages 2025-12-08 23:46:04 +11:00
.gitignore Add VSCode configuration files and update .gitignore 2025-11-16 22:57:40 +11:00
meson.build Refactor application structure, add player functionality, and update UI components 2025-12-02 01:35:23 +11:00
README.md Update build instructions 2025-12-02 01:38:03 +11:00

Aria

Aria is a simple, fast music player built using GTK4 and GStreamer.

Build instructions:

meson setup build
meson compile -C build
build/aria