Skip to content

Makes encoding waveform audio formats into MP3 easy by using a Graphical User Interface.

License

Notifications You must be signed in to change notification settings

RafaelSz/mp3-encoder-gui

 
 

Repository files navigation

MP3 Encoder GUI

This application gives You the ability to easily encode waveform audio formats into MP3 using a Graphical User Interface (GUI). The program is written in C# and XAML (WPF), and uses the command line version of the LAME MP3 Encoder in order to work.

Usage requirements

Installing Microsoft .NET Framework 4.5 (or higher) is a requirement for both end-users and developers.

To avoid legal problems, the LAME Encoder's assemblies are not included in the project. Please obtain (compile or download) lame.exe, and put it into the output directory's "lame" folder.

The application is tested to work flawlessly with LAME v3.99.5.

About versioning

<Major>.<Minor>.<Build>.<Revision>
  • Major releases feature brand-new functions which older versions didn't have.
  • Minor version increments happen when there are significant performance, UI, or code improvements.
  • Build versions are increased with each successful commit which has changes to the code, and can be built.
  • Revisions are quick fixes for builds that don't work as expected or need code clean-up, but have already been committed and pushed.

About

Makes encoding waveform audio formats into MP3 easy by using a Graphical User Interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%