Skip to content

Latest commit

 

History

History
94 lines (62 loc) · 2.71 KB

README.md

File metadata and controls

94 lines (62 loc) · 2.71 KB

English | Рortuguês

Imagem logo

GitHub license GitHub languages top GitHub last commit Codacy Badge Build Status GitHub contributors

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

Supported Audio Formats

  • MP3
  • WAV
  • FLAC

Installation

Prerequisites

Ensure you have the following libraries installed:

  • xmake build system(optional)
  • ncurses library
  • mold linker

Compiling the Code

xmake

Compiling the Code with the Script

chmod +x install.sh

Run the script:

./install.sh

This will create an executable called mp3player in your current directory.

Usage

  1. Add your mp3 file to the project directory.
  2. In the main() function of main.c, replace "add you music here .mp3" with your mp3 file name.
  3. Compile the code.
  4. 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.

Contributing

Contributions to this project are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Push to the branch.
  5. Submit a pull request.

Imagem logo