Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple music 🎵 tool to convert low quality MP3 files to high quality custom bitrate

License

Notifications You must be signed in to change notification settings

bitpixelgt/WaveWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveWizard 🎹 🎵

Features

  • Convert low-quality MP3 files to high quality custom bitrate
  • Cross platform compatibility with FFmpeg

Installation

  1. Install FFmpeg
sudo apt-get install ffmpeg
  1. Compile the program
g++ -o wave_wizard main.cpp WaveWizard.cpp

Usage

./wave_wizard <input_file> <output_file> <bitrate>

Command-Line Arguments

  • <input_file>: Path to low-quality MP3 file
  • <output_file>: Name of high-quality output file
  • <bitrate>: Desired bitrate in kbps (e.g., 192)

Examples

  1. Basic conversion:
./wave_wizard input.mp3 output.mp3 192
  1. Higher quality:
./wave_wizard song.mp3 high_quality.mp3 320

License

This project is licensed under the MIT License.

About

A simple music 🎵 tool to convert low quality MP3 files to high quality custom bitrate

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages