Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 515 Bytes

File metadata and controls

10 lines (7 loc) · 515 Bytes

AudioAnalyzer

The AudioAnalyzer visualize the frequency response into percussive- and harmonic-groups.
The external library Librosa was used to implement the code.

  • To play your own wav file with the AudioAnalyzer,
    simply put the file into the folder "AudioAnalyzer" and rename it to "music.wav".

  • In addition, the frequency groups can be displayed as a PyPlot by undoing
    the comment in the area between ### SHOW PERCUSSIVE AND HARMONICS PER PYPLOT #### ADITIONAL.