Skip to content

jlleonr/mp3merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP3Merger


Small home project to merge two MP3 format files into a single file.


Instructions:


  1. Select two mp3 files using the UI buttons.
  2. Select the destination folder and file name for the merged audio file.
  3. Click on Merge.


Notes:


This project started as a simple UI to test the merging algorithm. Later on, I implemented the merging feature as a web service in an ASP.Net web application and decided to transtion this WPF application into an MVVM architecture. This is a work in progress.