C cover is a lightweight, single-header C and C++ library to easily extract cover images from MP3 files.
Note: This library currently extracts only the first APIC (Attached Picture) image found in the mp3.
You can just start by grabbing the header file and download and drop it in your project
To instantiate the implementation,
#define CCOVER_IMAGE_IMPLEMENTATION
in ONE source file, before #including this file.
you can also look at the examples
All the documnetation are in the headerfile itself so you can read it to know what the function does!
- Add other files like WAV, OGG and more
This project is licensed under the MIT License