Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 620 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 620 Bytes

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.