Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 493 Bytes

File metadata and controls

18 lines (11 loc) · 493 Bytes

MM-P

This is a very minimal music player built on top of Miniaudio (Which is licensed under MIT No Attribution).

Build (Termux/Linux)

clang -std=c99 -pedantic -Wall -Wextra -Wno-strict-prototypes -Wno-unused-result -Werror -I./src -lpthread -lm -ldl -O0 -o mmp build_libs.c build_main.c

Note

This program can only plays music that is supported by Miniaudio decoder.

Program License

This program is licensed under MIT-0 License.