DUCKWAVE is a straightforward audio player written in C, designed for simplicity and ease of use. It supports playing multiple audio formats and offers basic controls such as play, pause, and stop. The project is built with minimal dependencies and is focused on providing a user-friendly experience for playing audio files from the terminal.
- Music "Phat Sketch" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License link
demo.mp4
- MP3
- WAV
- FLAC
Ensure you have the following libraries installed:
xmake
build system(optional)ncurses
librarymold
linker
xmake
chmod +x install.sh
Run the script:
./install.sh
This will create an executable called mp3player in your current directory.
- Add your mp3 file to the project directory.
- In the main() function of main.c, replace "add you music here .mp3" with your mp3 file name.
- Compile the code.
- Run the executable:
./mp3player your music.mp3
Important
Please note that this project is still under development and may be subject to changes and improvements.
Contributions to this project are welcome. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Push to the branch.
- Submit a pull request.