Skip to content

jlleonr/mp3merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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. There is still one event in the code-behind of the main view that arguably breaks the MVVM pattern. I'm still working how to implement a command that takes the Window object as argument to close the application after clicking the Exit button.