Skip to content

ckyang/MP3Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP3Encoder

MP3Encoder is a C++ application that converts WAV file(s) into MP3 file(s), with maintaining a good audio quality in 90% file-size reduction. This application is designed based on LAME and POSIX thread, with cross-platform compatible in Windows / Linux / MacOS.

Instruction

# Download the MP3Encoder repo
git clone git@github.com:ckyang/MP3Encoder.git

# Build the binary executable
make

# Execute the MP3Encoder
./MP3Encoder

Overview

When executing MP3Encoder, you should input the folder name with .wav files inside.

Startup

After inputing a wav folder name, MP3Encoder will create multiple threads for encoding each .mp3 files simutanously.

Running

After every encoding jobs completed, you can try to encode another batch of .wav files, without terminating MP3Encoder.

Completed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors