GOAL OF THIS PROJECT: Create a program that splits music files into two different audio files. One, vocal and another instrumental.
- Understand the thereotical side of digital audio.
- Create an Audio Visualizer. a. Used the SDL library to play sound through terminal b. Used the FFT library to get complex and real numbers to calculate the frequencies. c. Display ASCII values as Audio Visualizer.
- Future steps to work with a professor to come up with a Machine Learning Algorithm to split audios in form of Vocal and instrumental.